Toc Gallery Index Tree Gtk.Extra.Item_Entry

Hierarchy

Description

A Gtk_Item_Entry is a special kind of entry item used in a Gtk_Sheet to edit the current cell. It can be used independently, but you should rather use a more general Gtk_Entry widget.

Types

  • type Gtk_IEntry is access all Gtk_IEntry_Record'Class;
  • type Gtk_IEntry_Record is new Gtk.GEntry.Gtk_Entry_Record with private;
  • type Gtk_Item_Entry is Gtk_IEntry;
    This type is provided so as to be compatible with the new name used in gtk+extra. Both names are kept for backward compatibility.
  • type Gtk_Item_Entry_Record is Gtk_IEntry_Record;

Subprograms

  • procedure Gtk_New (Widget : out Gtk_IEntry; Max : in Guint16 := 0);
    Create a new entry item. By default, the maximal length depends only on the size of the widget.
  • procedure Initialize (Widget : access Gtk_IEntry_Record'Class; Max : in Guint16);
    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_Item_Entry.
  • procedure Set_Justification (Item_Entry : access Gtk_IEntry_Record; Justification : Gtk.Enums.Gtk_Justification);
    Change the justification of the text in the entry.
  • procedure Set_Text (Item_Entry : access Gtk_IEntry_Record; Text : String; Justification : Gtk.Enums.Gtk_Justification);
    Change the text in the entry.
  • procedure Set_Cursor_Visible (Item_Entry : access Gtk_IEntry_Record; Visible : Boolean);
    Whether the cursor should be visible
  • function Get_Cursor_Visible (Item_Entry : access Gtk_IEntry_Record) return Boolean;
    Whether the cursor is visible

Signals

Alphabetical Index