ItemChooser
Object Hierarchy:
Description:
[
CCode ( type_id =
"gimp_item_chooser_get_type ()" ) ]
[
Version ( since =
"3.2" ) ]
public sealed class ItemChooser :
Box,
Implementor,
Buildable,
Orientable
The chooser contains an optional label and a button which queries the core process to pop up a item selection dialog.
Content:
Properties:
- public Item item { owned get; set; }
The currently selected item.
- public Type item_type { get; construct; }
Allowed item types, which must be either GIMP_TYPE_ITEM or a subtype.
- public string label { owned get; construct; }
Label text with mnemonic.
- public string title { owned get; construct; }
The title to be used for the item selection popup dialog.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class Gtk.Box
All known members inherited from class Gtk.Container
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Atk.Implementor
All known members inherited from interface Gtk.Buildable
All known members inherited from interface Gtk.Orientable