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.
|
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 : in Gtk.Enums.Gtk_Justification); |
Change the justification of the text in the entry.
|
procedure Set_Text
(Item_Entry : access Gtk_IEntry_Record;
Text : in String;
Justification : in 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
|