gnome-sharp2.20.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.An icon listing/chooser display.To be addedGtk.VBoxMethodSystem.VoidClear the currently shown icons, the ones that weren't shown yet are not cleared unless the not_shown parameter is given, in which case even those are cleared.
Set to 'true' to clear even the icons that were not shown yet.
To be addedMethodSystem.VoidSelects the icon filename. This icon must have already been added and shown.
icon filename
see also ShowIconsMethodSystem.VoidAdds the default pixmap directory into the selection widget. It doesn't show the icons in the selection until you do ShowIcons.MethodSystem.VoidShows the icons inside the widget that were added with AddDefaults and AddDirectory. Before this function is called the icons aren't actually added to the listing and can't be picked by the user.MethodSystem.VoidAdds the icons from the directory dir to the selection widget.
Directory with pixmaps
It doesn't show the icons in the selection until you do ShowIcons.MethodSystem.StringGets the currently selected icon name.
To be added: an object of type 'bool'
The name of the icon that is currently selected.If full_path is true, it returns the full path to the icon, if none is selected it returns NULL.MethodSystem.VoidStop the loading of images when we are in the loop in ShowIcons, otherwise it does nothing and is harmless, it should be used say if the dialog was hidden or when we want to quickly stop loading the images to do something else without destroying the icon selection object. The remaining icons can be shown by ShowIcons.To be addedConstructorInternal constructor
Pointer to the C object.
This is an internal constructor, and should not be used by user code.ConstructorCreates a new icon selection widget, it uses GnomeIconList for the listing of icons.To be addedPropertyGtk.WidgetThe Gtk.VBox widget that is used to pack the different elements of the selection into.To be added: an object of type 'Gtk.Widget'To be addedPropertyGtk.WidgetThe IconList widget that is used for the display of iconsTo be added: an object of type 'Gtk.Widget'To be addedPropertyGLib.GTypeGType Property.a Returns the native value for .ConstructorProtected Constructor.
a Chain to this constructor if you have manually registered a native value for your subclass.System.Obsolete