Gladeui.NamedIconChooserDialog¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Dialog (14), Gtk.Window (119), Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
|
|
|
|
|
Virtual Methods¶
- Inherited:
Gtk.Dialog (2), Gtk.Window (5), Gtk.Container (10), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10)
Properties¶
- Inherited:
Gtk.Dialog (1), Gtk.Window (33), Gtk.Container (3), Gtk.Widget (39)
Style Properties¶
- Inherited:
Signals¶
Name |
Short Description |
---|---|
This signal is emitted when the user “activates” an icon in the named icon chooser. |
|
This signal is emitted when there is a change in the set of selected icon names. |
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
Signal Details¶
- Gladeui.NamedIconChooserDialog.signals.icon_activated(named_icon_chooser_dialog)¶
- Signal Name:
icon-activated
- Flags:
- Parameters:
named_icon_chooser_dialog (
Gladeui.NamedIconChooserDialog
) – The object which received the signal
This signal is emitted when the user “activates” an icon in the named icon chooser. This can happen by double-clicking on an item in the recently used resources list, or by pressing
Enter.
- Gladeui.NamedIconChooserDialog.signals.selection_changed(named_icon_chooser_dialog)¶
- Signal Name:
selection-changed
- Flags:
- Parameters:
named_icon_chooser_dialog (
Gladeui.NamedIconChooserDialog
) – The object which received the signal
This signal is emitted when there is a change in the set of selected icon names. This can happen when a user modifies the selection with the mouse or the keyboard, or when explicitly calling functions to change the selection.