gtk-sharp [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] 2.0.0.0 neutral Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. A widget which displays a list of icons in a grid provides an alternative view on a list model. It displays the model as a grid of icons with labels. Like , it allows to select one or multiple items (depending on the selection mode, see ). In addition to selection with the arrow keys, supports rubberband selection, which is controlled by dragging the pointer. Gtk.Container System.Collections.IEnumerable Atk.Implementor GLib.IWrapper System.IDisposable Method System.Void Disposes the resources associated with this object. Method System.Void Default handler for the event. Override this method in a subclass to provide a default handler for the event. Method System.Void Default handler for the event. Override this method in a subclass to provide a default handler for the event. Method System.Void Default handler for the event. a Override this method in a subclass to provide a default handler for the event. Method System.Void Default handler for the event. Override this method in a subclass to provide a default handler for the event. Method System.Void Default handler for the event. Override this method in a subclass to provide a default handler for the event. Method System.Boolean Default handler for the event. a a a Override this method in a subclass to provide a default handler for the event. Method System.Boolean Default handler for the event. a Override this method in a subclass to provide a default handler for the event. Method System.Void Default handler for the event. Override this method in a subclass to provide a default handler for the event. Method System.Void Unselects all the icons. Method System.Void Calls a function for each selected icon. a Note that the model or selection cannot be modified from within this function. Method System.Void Unselects the row at . a Method System.Void Selects all the icons. The IconView must has its selection mode set to . Method System.Boolean Returns if the icon pointed to by is currently selected. a a If does not point to a valid location, is returned. Method Gtk.TreePath To be added a a a To be added Method System.Void Activates the item determined by . a Method System.Void Selects the row at . a Constructor Protected Constructor. a a Chain to this constructor if you have manually registered a native value for your subclass. Constructor Internal constructor a a This is not typically used by C# code. Constructor Default constructor a Constructor Create a new IconView with a model. a a Property GLib.GType GType Property. a Returns the native value for . Property Gtk.SelectionMode Specifies the selection mode of icon view. a If the mode is , rubberband selection is enabled, for the other modes, only keyboard selection is possible. Property System.Int32 The columns property contains the number of the columns in which the items should be displayed. a If it is -1, the number of columns will be chosen automatically to fill the available area. Property System.Int32 Space which is inserted at the edges of the icon view. a Default value is 6. Property Gtk.Orientation How the text and icon of each item are positioned relative to each other. a Default value is Property System.Int32 The width used for each item. a Property System.Int32 Contains the number of the model column containing the texts which are displayed. a The text column must be of type . If this property and the MarkupColumn property are both set to -1, no text is displayed. Property System.Int32 Space which is inserted between cells of an item. a To be added Property System.Int32 Contains the number of the model column containing the pixbufs which are displayed a The pixbuf column must be of type . Setting this property to -1 turns off the display of pixbufs. Property System.Int32 Space which is inserted between grid rows. a Default value is 6. Property System.Int32 Space which is inserted between grid column. a Default value is 6. Property System.Int32 Contains the number of the model column containing markup information to be displayed. a The markup column must be of type . If this property and the TextColumn property are both set to column numbers, it overrides the text column. If both are set to -1, no texts are displayed. Property Gtk.TreeModel The model for the icon view. a Property GLib.List Creates a list of paths of all selected items. a Event System.EventHandler Emitted when the current selection changes. To be added Event System.EventHandler Emitted when UnselectAll () is called. Event Gtk.ItemActivatedHandler Emitted when an item is activated. Event System.EventHandler Emitted when SelectAll () is called. Event System.EventHandler To be added Event Gtk.MoveCursorHandler To be added Event Gtk.ActivateCursorItemHandler To be added To be added Event System.EventHandler To be added