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.6.0.0Gtk# 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.ContainerMethodSystem.VoidDefault handler for the event.Override this method in a subclass to provide a default handler for the event.MethodSystem.VoidDefault handler for the event.Override this method in a subclass to provide a default handler for the event.MethodSystem.VoidDefault handler for the event.
a Override this method in a subclass to provide a default handler for the event.MethodSystem.VoidDefault handler for the event.Override this method in a subclass to provide a default handler for the event.MethodSystem.VoidDefault handler for the event.Override this method in a subclass to provide a default handler for the event.MethodSystem.BooleanDefault handler for the event.
a
a a Override this method in a subclass to provide a default handler for the event.MethodSystem.BooleanDefault handler for the event.a Override this method in a subclass to provide a default handler for the event.MethodSystem.VoidDefault handler for the event.Override this method in a subclass to provide a default handler for the event.MethodSystem.VoidUnselects all the icons.MethodSystem.VoidCalls a function for each selected icon.
a Note that the model or selection cannot be modified from within this function.MethodSystem.VoidUnselects the row at .
a MethodSystem.VoidSelects all the icons.The IconView must has its selection mode set to .MethodSystem.BooleanReturns if the icon pointed to by is currently selected.
a a If does not point to a valid location, is returned.MethodGtk.TreePathTo be added
a
a a To be addedMethodSystem.VoidActivates the item determined by .
a MethodSystem.VoidSelects the row at .
a ConstructorProtected Constructor.
a Chain to this constructor if you have manually registered a native value for your subclass.System.Obsolete(Message=null, IsError=False)ConstructorInternal constructor
a This is not typically used by C# code.ConstructorDefault constructorConstructorCreate a new IconView with a model.
a PropertyGLib.GTypeGType Property.a Returns the native value for .PropertyGtk.SelectionModeSpecifies the selection mode of icon view.a If the mode is , rubberband selection is enabled, for the other modes, only keyboard selection is possible.GLib.Property(Name="selection_mode")PropertySystem.Int32The 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.GLib.Property(Name="columns")PropertySystem.Int32Space which is inserted at the edges of the icon view.a Default value is 6.GLib.Property(Name="margin")PropertyGtk.OrientationHow the text and icon of each item are positioned relative to each other.
a Default value is GLib.Property(Name="orientation")PropertySystem.Int32The width used for each item.a GLib.Property(Name="item_width")PropertySystem.Int32Contains 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.GLib.Property(Name="text_column")PropertySystem.Int32Space which is inserted between cells of an item.a To be addedGLib.Property(Name="spacing")PropertySystem.Int32Contains the number of the model column containing the pixbufs which are displayeda The pixbuf column must be of type . Setting this property to -1 turns off the display of pixbufs.GLib.Property(Name="pixbuf_column")PropertySystem.Int32Space which is inserted between grid rows.a Default value is 6.GLib.Property(Name="row_spacing")PropertySystem.Int32Space which is inserted between grid column.a Default value is 6.GLib.Property(Name="column_spacing")PropertySystem.Int32Contains 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.GLib.Property(Name="markup_column")PropertyGtk.TreeModelThe model for the icon view.a GLib.Property(Name="model")PropertyGLib.ListCreates a list of paths of all selected items.a EventSystem.EventHandlerEmitted when the current selection changes.To be addedGLib.Signal(CName="selection_changed")EventSystem.EventHandlerEmitted when UnselectAll () is called.GLib.Signal(CName="unselect_all")EventGtk.ItemActivatedHandlerEmitted when an item is activated.GLib.Signal(CName="item_activated")EventSystem.EventHandlerEmitted when SelectAll () is called.GLib.Signal(CName="select_all")EventSystem.EventHandlerTo be addedGLib.Signal(CName="toggle_cursor_item")EventGtk.MoveCursorHandlerTo be addedGLib.Signal(CName="move_cursor")EventGtk.ActivateCursorItemHandlerTo be addedTo be addedGLib.Signal(CName="activate_cursor_item")EventSystem.EventHandlerTo be addedGLib.Signal(CName="select_cursor_item")