type Gtk_Combo_Button_Record is new Gtk.Box.Gtk_Box_Record with private;
type Gtk_Combo_Button is access all Gtk_Combo_Button_Record'Class;
procedure Gtk_New
( | Widget | : out Gtk_Combo_Button); |
procedure Initialize
( | Widget | : access Gtk_Combo_Button_Record'Class); |
function Get_Type return Gtk.Gtk_Type;
procedure Hide_Popdown_Window
( | Combo | : access Gtk_Combo_Button_Record); |
function Get_Button
( | Combo | : access Gtk_Combo_Button_Record) return Gtk.Button.Gtk_Button; |
function Get_Toggle_Button
( | Combo | : access Gtk_Combo_Button_Record) return Gtk.Toggle_Button.Gtk_Toggle_Button; |
function Get_Frame
( | Combo | : access Gtk_Combo_Button_Record) return Gtk.Frame.Gtk_Frame; |
A Gtk_Combo_Button is a general form for a combo box (ie a button associated with a popup window to select its value).
This widget should be used only if you intend to write your own kind of combo box. You should look at the following widgets for specific implementation: Gtk_Combo, Gtk_Color_Combo, Gtk_Border_Combo.
Binding from C File version gtkextra 2.1.1