Description |
Parent class: XControl
XEntryField is a single-line text field.
Clear |
Delete the marked text.
Copy |
Copy the marked text to the clipboard.
Cut |
Cut marked text and put it to the clipboard.
GetSelection |
SHORT& start starting point of selection SHORT& end end point
Query the boundarys of the current selection.
Paste |
Paste text from the clipboard.
SelectText |
USHORT start the starting point of selection
Select text from startpoint to an endpoint.
XEntryField |
XWindow * owner | the owner of the entryfield | ||||||||||||||||||||
XRect * rect | the rectangle | ||||||||||||||||||||
USHORT id | id of the window | ||||||||||||||||||||
ULONG style | style, valid values are:
(can be or-ed) | ||||||||||||||||||||
const char * string | text to display |
Constructs an entryfield.
EnableOverWrite |
BOOL overwrite TRUE=overWrite, FALSE=disable overWrite
Enables/disables overwrite-mode.
GetFirstChar |
SHORT index
Query the index of the first visible charakter.
IsChanged |
BOOL result
Query if the content has changed.
IsReadOnly |
BOOL result
Query if the entryfild is in readonly-mode.
SetLimit |
USHORT length maximum size
Set maximum number of charakters.
SetReadOnly |
BOOL readOnly TRUE=enable, FALSE=disable readonly-mose
Enable/disable readonly-mode.
ShowFirstChar |
SHORT firstChar the first char which will be displayed
Select the first char to display