[Top]
Gnome
Gnome.IconList
|
Method Gnome.IconList()->create()
- Method
create
Gnome.IconList Gnome.IconList(int icon_widt, int flags)
- Description
Creates a new icon list widget. The icon columns are allocated a
width of icon_width pixels. Icon captions will be word-wrapped to
this width as well.
If flags has the Gnome.IconListIsEditable flag set, then the
user will be able to edit the text in the icon captions, and the
"text_changed" signal will be emitted when an icon's text is
changed.
|