Next: , Previous: Package_Gtk.Extra, Up: Top



Package Gtk.Extra.Border_Combo

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.

Widget Hierarchy
     GObject                       (see Package_Glib.Object)
     Gtk_Object                    (see Package_Gtk.Object)
        \___ Gtk_Widget            (see Package_Gtk.Widget)
           \___ Gtk_Container      (see Package_Gtk.Container)
              \___ Gtk_Box         (see Package_Gtk.Box)
                 \___ Gtk_Combo_Box (see Package_Gtk.Extra.Combo_Box)
                    \___ Gtk_Border_Combo (see Package_Gtk.Extra.Border_Combo)
     

Signals

Subprograms
procedure Gtk_New (Widget : out Gtk_Border_Combo);
Create a new border combo.
The button contains the currently selected border.

function Get_Type return Gtk.Gtk_Type;
Return the internal value associated with a Gtk_Border_Combo.