Extracted from Pike v7.3 release 18 at 2002-03-27.
pike.roxen.com
[Top]
Gnome
Gnome.IconList

Method Gnome.IconList()->create()


Method create

object(Gnome.IconList) Gnome.IconList()->create(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.