GtkEntry
a single line text entry field.
The #GtkEntry widget is a single line text entry
widget. A fairly large set of key bindings are supported
by default. If the entered text is longer than the allocation
of the widget, the widget will scroll so that the cursor
position is visible.
#GtkText
a widget for handling multi-line text entry.
The #GtkEntry-struct struct contains only private data.
Creates a new #GtkEntry widget.
@Returns: a new #GtkEntry.
@max:
@Returns:
Sets the text in the widget to the given
value, replacing the current contents.
@entry: a #GtkEntry.
@text: the new text.
Appends the given text to the contents of the widget.
@entry: a #GtkEntry.
@text: the text to append.
Prepends the given text to the contents of th ewidget.
@entry: a #GtkEntry.
@text: the text to prepend.
Sets the cursor position in an entry to the given
value. This function is obsolete. You should use
gtk_editable_set_position() instead.
@entry: a #GtkEntry.
@position: the position of the cursor. The cursor is displayed
before the character with the given (base 0) index
in the widget. The value must be less than or
equal to the number of characters in the widget.
A value of -1 indicates that the position should
be set after the last character in the entry.
Note that this position is in characters, not in
bytes.
@entry:
@Returns:
Selects a region of text. The characters that
are selected are those characters at positions from
@start_pos up to, but not including @end_pos. If
@end_pos is negative, then the the characters selected
will be those characters from @start_pos to the end
of the text. This function is obsolete. You should
use gtk_editable_select_region() instead.
@entry: a #GtkEntry.
@start: the starting position.
@end: the end position.
Sets whether the contents of the entry are visible or
not. When visibility is set to %FALSE, characters
are displayed as the invisible char, and will also appear
that way when the text in the entry widget is copied
elsewhere.
The default invisible char is the asterisk '*', but it can
be changed with gtk_entry_set_invisible_char().
@entry: a #GtkEntry.
@visible: %TRUE if the contents of the entry are displayed
as plaintext.
@entry:
@ch:
Determines if the user can edit the text in the editable
widget or not. This function is obsolete. You should
use gtk_editable_set_editable() instead.
@entry: a #GtkEntry.
@editable: %TRUE if the user is allowed to edit the text
in the widget.
@entry:
@max:
@entry:
@Returns:
@entry:
@Returns:
@entry:
@Returns:
@entry:
@setting:
@entry:
@setting:
@entry:
@n_chars:
@entry:
@Returns:
@entry:
@Returns:
@entry:
@x:
@y:
@entry:
@Returns:
@entry:
@Returns:
@entry: the object which received the signal.
@entry: the object which received the signal.
@entry: the object which received the signal.
@entry: the object which received the signal.
@arg1:
@arg2:
@entry: the object which received the signal.
@arg1:
@entry: the object which received the signal.
@arg1:
@arg2:
@arg3:
@entry: the object which received the signal.
@entry: the object which received the signal.
@arg1:
@entry: the object which received the signal.