INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Sets the contents of an entry field to a new value
-- Returns the data entered in the entry area
-- Limits the size of text the user can enter in an edit control.
-- Copies a selection to the clipboard
-- Deletes a selection and copies it to the clipboard
-- Clears the contents of a selected region within an entry-area.
-- Unlike the cut_selection method, the erased text is not copied
-- to the clipboard
-- Inserts clipboard data into an entry-area
-- Gets position of current entry-area selection
-- Selects a block of text in a entry-area
-- Selects all text in an entry-area
-- Replaces the current selection in an entry-area with a new contents
-- returns the length of a line in an entry-area
-- Checks whether entry-area contents has changed
-- Returns nonzero if contents changed, otherwise 0
-- Sets or clears entry-area modification flag
-- Determines if entry-area operation can be undone
-- Undoes the last entry-area operation
-- Resets (clears) the undo flag of entry-area
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |