type Gtk_Border_Combo_Record is new Gtk.Extra.Combo_Button.Gtk_Combo_Button_Record with private;
type Gtk_Border_Combo is access all Gtk_Border_Combo_Record'Class;
procedure Gtk_New
( | Widget | : out Gtk_Border_Combo); |
procedure Initialize
( | Widget | : access Gtk_Border_Combo_Record'Class); |
function Get_Type return Gtk.Gtk_Type;
A Gtk_Border_Combo is a special kind of combo box that allows the user to select the border to apply to cells in a spreadsheet.
Its main usage seems to be with a Gtk_Sheet.
Binding from C File version gtkextra 2.1.1