Toc Gallery Index Tree Gtk.Extra.Border_Combo

Hierarchy

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

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