Gladeui.NamedIconChooserDialog 
g 
Atk.ImplementorIface 
Atk.ImplementorIface 
 
 
Gtk.Widget 
Gtk.Widget 
 
 
Atk.ImplementorIface->Gtk.Widget 
 
GObject.GInterface 
GObject.GInterface 
 
 
GObject.GInterface->Atk.ImplementorIface 
 
Gtk.Buildable 
Gtk.Buildable 
 
 
GObject.GInterface->Gtk.Buildable 
 
GObject.InitiallyUnowned 
GObject.InitiallyUnowned 
 
 
GObject.InitiallyUnowned->Gtk.Widget 
 
GObject.Object 
GObject.Object 
 
 
GObject.Object->GObject.InitiallyUnowned 
 
Gladeui.NamedIconChooserDialog 
Gladeui.NamedIconChooserDialog 
 
 
Gtk.Bin 
Gtk.Bin 
 
 
Gtk.Window 
Gtk.Window 
 
 
Gtk.Bin->Gtk.Window 
 
Gtk.Buildable->Gtk.Widget 
 
Gtk.Container 
Gtk.Container 
 
 
Gtk.Container->Gtk.Bin 
 
Gtk.Dialog 
Gtk.Dialog 
 
 
Gtk.Dialog->Gladeui.NamedIconChooserDialog 
 
Gtk.Widget->Gtk.Container 
 
Gtk.Window->Gtk.Dialog 
 
 
 
Signals 
 
Name 
Short Description 
 
icon-activated This signal is emitted when the user “activates” an icon in the named icon chooser. 
selection-changed This signal is emitted when there is a change in the set of selected icon names. 
 
 
Fields 
 
Name 
Type 
Access 
Description 
 
parent_instance 
Gtk.Dialog r 
  
 
 
Class Details 
class  Gladeui.NamedIconChooserDialog( *args , **kwargs )  
get_context( )  
  
get_icon_name( )  
  
set_context( context )  
Parameters: context  (str Return type: bool  
 
set_icon_name( icon_name )  
Parameters: icon_name  (str  
 
do_icon_activated( )  virtual  
 
do_selection_changed( )  virtual  
 
  
 
Signal Details 
Gladeui.NamedIconChooserDialog.signals.icon_activated( named_icon_chooser_dialog )  
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 )  
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.