Lines Matching refs:selection
74 selection. In this case it should behave as if there where no
75 selection. An empty selection is used for example to express the
101 selection. A change of the selection is notified to the
270 selection is not supported an empty string is returned.
274 /** Return the position of the start of the selection.
279 If there is no selection or selection is not supported the
280 position of selection start and end will be the same undefined
285 /** Return the position of the end of the selection.
290 If there is no selection or selection is not supported the
291 position of selection start and end will be the same undefined
296 /** Set a new selection.
299 The old selection is replaced by the new selection.</p>
301 <p>The selection encompasses the same string of text that
305 <p>Setting the selection may or may not change the caret position.
312 The first character of the new selection.
316 The position after the last character of the new selection.
320 Returns <TRUE/> if the selection has been set successfully and
321 <FALSE/> otherwise or when selection is not supported.