GOffice.ComboBox 
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 
 
Gtk.Orientable 
Gtk.Orientable 
 
 
GObject.GInterface->Gtk.Orientable 
 
GObject.InitiallyUnowned 
GObject.InitiallyUnowned 
 
 
GObject.InitiallyUnowned->Gtk.Widget 
 
GObject.Object 
GObject.Object 
 
 
GObject.Object->GObject.InitiallyUnowned 
 
GOffice.ComboBox 
GOffice.ComboBox 
 
 
Gtk.Box 
Gtk.Box 
 
 
Gtk.Box->GOffice.ComboBox 
 
Gtk.Buildable->Gtk.Widget 
 
Gtk.Container 
Gtk.Container 
 
 
Gtk.Container->Gtk.Box 
 
Gtk.Orientable->Gtk.Box 
 
Gtk.Widget->Gtk.Container 
 
 
 
Properties 
 
Name 
Type 
Flags 
Short Description 
 
show-arrow bool r/w 
Whether to show an arrow for the combo 
title str r/w 
The combo box’s title 
 
 
Style Properties 
 
Name 
Type 
Default 
Flags 
Short Description 
 
add-tearoffs bool False r 
Whether dropdowns should have a tearoff menu item 
 
 
Fields 
 
Name 
Type 
Access 
Description 
 
hbox 
Gtk.Box r 
  
 
 
Class Details 
class  GOffice.ComboBox( *args , **kwargs )  
construct( display_widget , popdown_container , popdown_focus )  
  
get_pos( x , y )  
  
get_title( )  
  
 
Hides popup, but not when it is torn off.
This is the external interface - for subclasses and apps which expect a
regular combo which doesn’t do tearoffs.
 
set_display( display_widget )  
Parameters: display_widget  (Gtk.Widget  
Sets the displayed widget for the combo_box  to be display_widget 
 
set_relief( relief )  
  
set_tearable( tearable )  
Parameters: tearable  (bool self  to be tearable 
controls whether the combo box’s pop up widget can be torn off.
 
set_title( title )  
Parameters: title  (str  
Set a title to display over the tearoff window.
FIXME:
This should really change the title even when the popup is already torn off.
I guess the tearoff window could attach a listener to title change or
something.
 
set_tooltip( tips , text , priv_text )  
  
do_pop_down_done( w )  virtual  
  
do_set_title( title )  virtual  
Parameters: title  (str  
Set a title to display over the tearoff window.
FIXME:
This should really change the title even when the popup is already torn off.
I guess the tearoff window could attach a listener to title change or
something.
 
  
 
Signal Details 
GOffice.ComboBox.signals.pop_down_done( combo_box , object )  
Signal Name: pop-down-done 
Flags: RUN_LAST 
Parameters: 
 
Return type: bool 
 
 
 
Property Details 
GOffice.ComboBox.props.show_arrow 
Whether to show an arrow for the combo
  
GOffice.ComboBox.props.title 
The combo box’s title