Next: Package_Gtk.Extra.Color_Combo, Previous: Package_Gtk.Extra, Up: Top
_ComboA 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 |
|---|
procedure Handler (Combo : access Gtk_Border_Combo_Record'Class;
Selection : Gint);
Emitted when a new font has been selected. Selection is the number of the selection font.
| 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. |