Inheritance diagram for Entry:
Public Member Functions | |
this () | |
Creates a new entry. | |
this (char[] text) | |
Creates a new entry and set it's text. | |
this (void delegate() dlg) | |
Creates a new entry and set it's text to empty and add a listener delegate. | |
this (char[] text, void delegate() dlg) | |
Creates a new Entry with a initial text and and OnActivate listener. | |
void | setText (char[] text) |
Setst the text. | |
String | getText () |
Gets the text from the entry widget. | |
void | setVisibility (bit visible) |
Sets the visibility mode. | |
bit | getVisibility () |
Gets the visiblility mode. | |
void | setInvisibleChar (gunichar ch) |
Sets the char to display when in invisible mode - password like mode. | |
gunichar | getInvisibleChar () |
Gets the char displayed when in invisible mode - password like mode. | |
void | setHasFrame (bit setting) |
Sets has frame. | |
bit | getHasFrame () |
Gets has frame. | |
void | setMaxLength (gint max) |
Sets the maximum length text is truncated if needed. | |
gint | getMaxLength () |
Gets the maximum length. | |
void | setActivitiesDefault (gboolean setting) |
Sets the activities default. | |
bit | getActivities () |
Gets the activities default. | |
void | setWidthChars (gint n_chars) |
Sets the chars widget. | |
gint | getWidthChars () |
Gets the chars widget. | |
PangoLayout * | getLayout () |
gets the pango layout | |
void | getLayoutOffstes (gint *x, gint *y) |
Gets the layout offsets. | |
void | insertText (char[] text, gint length, gint *position) |
Insert text. | |
void | deleteText (gint startPos, gint endPos) |
Deletes text. | |
String | getChars (gint startPos, gint endPos) |
Gets a substring. | |
void | cutClipboard () |
Copies the text content to the clipboard and remove it from the widget (selected only???). | |
void | copyClipboard () |
Copies the text content into the clip board (selected only???). | |
void | pasteClipboard () |
Pastes the clipborad contents into the widget. | |
void | deleteSelection () |
Deletes the selected text. | |
void | setPosition (int position) |
sets the cursor position ??? | |
gint | getPosition () |
get position | |
void | setEditable (bit isEditable) |
Sets the editable state. | |
bit | getEditable () |
gets the editable state |
|
Copies the text content into the clip board (selected only???).
|
|
Copies the text content to the clipboard and remove it from the widget (selected only???).
|
|
Deletes the selected text.
|
|
Deletes text.
|
|
Gets the activities default.
|
|
Gets a substring.
|
|
gets the editable state
|
|
Gets has frame.
|
|
Gets the char displayed when in invisible mode - password like mode.
|
|
gets the pango layout
|
|
Gets the layout offsets.
|
|
Gets the maximum length.
|
|
get position
|
|
Gets the text from the entry widget.
|
|
Gets the visiblility mode.
|
|
Gets the chars widget.
|
|
Insert text.
|
|
Pastes the clipborad contents into the widget.
|
|
Sets the activities default.
|
|
Sets the editable state.
|
|
Sets has frame.
|
|
Sets the char to display when in invisible mode - password like mode.
|
|
Sets the maximum length text is truncated if needed.
|
|
sets the cursor position ???
|
|
Setst the text.
|
|
Sets the visibility mode.
|
|
Sets the chars widget.
|
|
Creates a new Entry with a initial text and and OnActivate listener.
|
|
Creates a new entry and set it's text to empty and add a listener delegate.
|
|
Creates a new entry and set it's text.
|
|
Creates a new entry.
|