type Gtk_IEntry_Record is new Gtk.GEntry.Gtk_Entry_Record with private;
type Gtk_IEntry is access all Gtk_IEntry_Record'Class;
subtype Gtk_Item_Entry_Record is Gtk_IEntry_Record;
subtype Gtk_Item_Entry is Gtk_IEntry;
procedure Gtk_New
( | Widget | : out Gtk_IEntry; |
Max | : in Guint16 := 0); |
procedure Initialize
( | Widget | : access Gtk_IEntry_Record'Class; |
Max | : in Guint16); |
function Get_Type return Gtk.Gtk_Type;
procedure Set_Justification
( | Item_Entry | : access Gtk_IEntry_Record; |
Justification | : Gtk.Enums.Gtk_Justification); |
procedure Set_Text
( | Item_Entry | : access Gtk_IEntry_Record; |
Text | : String; | |
Justification | : Gtk.Enums.Gtk_Justification); |
procedure Set_Cursor_Visible
( | Item_Entry | : access Gtk_IEntry_Record; |
Visible | : Boolean); |
function Get_Cursor_Visible
( | Item_Entry | : access Gtk_IEntry_Record) return Boolean; |
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.
Binding from C File version gtkextra 2.1.1