Lines Matching refs:cursor
37 /** makes it possible to move a cursor word by word.
43 /** determines if the cursor is positioned at the start of a word.
49 /** determines if the cursor is positioned at the end of a word.
55 /** moves the cursor to the next word.
58 that the cursor is located at the next word, or any word at all!
62 <true/> if the cursor was moved. It returns <false/> it the
63 cursor can not advance further.
69 /** moves the cursor to the previous word.
72 that the cursor is located at the previous word, or any word at all!
76 <true/> if the cursor was moved. It returns <false/> it the
77 cursor can not advance further.
83 /** moves the cursor to the end of the current word.
86 <true/> if the cursor is now at the end of a word,
87 <false/> otherwise. If <false/> was returned the cursor
94 /** moves the cursor to the start of the current word.
97 <true/> if the cursor is now at the start of a word,
98 <false/> otherwise. If <false/> was returned the cursor