INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Scroll the text vertically and horizontally.
-- `horizontal' is the number of characters to
-- scroll horizontally, `vertical' is the number
-- of lines to scroll vertically.
-- Set the selection between `start_position'
-- and `end_position'.
-- If `scroll_caret_at_selection' is True, the
-- caret will be scrolled to `start_position'.
-- Set the caret position with `position'.
-- If `scroll_caret_at_selection' is True, the
-- caret will be scrolled to `position'.
-- Set `formatting_rect' with `rect'.
-- Set tab stops at every `tab' dialog box units.
-- Set tab stops using the values of `tab'.
-- Set tab stops at every 32 dialog box units.
-- Set `scroll_caret_at_selection' to True.
-- The caret will be scrolled at the selection after
-- a call to `set_selection'.
-- Set `scroll_caret_at_selection' to False.
-- The caret will not be scrolled at the selection
-- after a call to `set_selection'.
-- Number of lines
-- Index of the line that contains the caret.
-- Upper most visible line
-- Line number of the line that contains the caret.
-- Length of the `i'th line
-- `i'th line
-- Number of characters from the beginning of the edit
-- control to the zero-based line `i'.
-- Retrieve a character index for a given line number.
-- Index of the line that contains the character
-- index `i'. A character index is the number of
-- characters from the beginning of the edit control.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |