a model storing a line/column pair. If there is no selection, the mark is equal to the caret, otherwise the mark is located at the opposite end of the selection from the caret.
focused?
a boolean.
preedit-start
a line/column pair or f. It represents the starting point of the string being edited by an input method.
preedit-end
a line/column pair or f. It represents the end point of the string being edited by an input method.
preedit-selected-start
a line/column pair or f. It represents the starting point of the string being selected by an input method.
preedit-selected-end
a line/column pair or f. It represents the end point of the string being selected by an input method.
preedit-selection-mode?
a boolean. It means the mode of selecting convertion canditate word. The caret in an editor is not drawn if it is true.
preedit-underlines
an array or f. It stores underline attributes for its preedit area.
Slots that are prefixed with "preedit-" should not be modified directly. They are changed by the platform-dependent backend.