Description
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.
Subprograms
-
procedure Gtk_New (Widget : out Gtk_Combo_Button);
-
procedure Initialize (Widget : access Gtk_Combo_Button_Record'Class);
-
-
procedure Hide_Popdown_Window (Combo : access Gtk_Combo_Button_Record);
-
-
-