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_Item_Entry is Gtk_IEntry;
-
type Gtk_Item_Entry_Record is Gtk_IEntry_Record;
Subprograms
-
procedure Gtk_New (Widget : out Gtk_IEntry;
Max : in Guint16 := 0);
-
procedure Initialize (Widget : access Gtk_IEntry_Record'Class;
Max : in Guint16);
-
-
-
-
procedure Set_Cursor_Visible
(Item_Entry : access Gtk_IEntry_Record; Visible : Boolean);
-
function Get_Cursor_Visible
(Item_Entry : access Gtk_IEntry_Record) return Boolean;