Gtk.Extra.Border_Combo
Hierarchy
GObject_Record
Gtk_Object_Record
Gtk_Widget_Record
Gtk_Container_Record
Gtk_Box_Record
Gtk_Combo_Button_Record
Gtk_Border_Combo_Record
Navigation
Description
Types
Subprograms
General
Signals
Entities
Signals
Description
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.
Types
type
Gtk_Border_Combo
is
access
all
Gtk_Border_Combo_Record'Class;
type
Gtk_Border_Combo_Record
is
new
Gtk.Extra.Combo_Button.Gtk_Combo_Button_Record
with
private
;
Subprograms
procedure
Gtk_New
(Widget :
out
Gtk_Border_Combo);
Create a new border combo. The button contains the currently selected border.
procedure
Initialize
(Widget :
access
Gtk_Border_Combo_Record'Class);
Internal initialization function. See the section "Creating your own widgets" in the documentation.
function
Get_Type
return
Gtk.Gtk_Type
;
Return the internal value associated with a
Gtk_Border_Combo
.
Signals
changed
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.
Alphabetical Index
Get_Type
Gtk_New
Initialize