Pike v8.0 release 1738

Class Gnome.IconList

Inheritance graph
GTK1.Object GTK1.Widget Gnome.IconList
Description

The GNOME icon list widget can hold a number of icons with captions. The icons on the list can be selected (various selection methods are supported). The programmer can enable caption-editing for the icons. This parameters is configured when you create the icon list widget. You can control the type of selection mode you desire by using the set_selection_mode() function.

Signals: select_icon

text_changed

unselect_icon


Inherit Widget

inherit GTK1.Widget : Widget


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.