Lines Matching refs:cursor
37 /** makes it possible to move a cursor up/down/left/right within laid out text.
46 /** moves the cursor the specified number of lines down.
52 determines whether the text range of the cursor is expanded (<TRUE/>)
53 or the cursor will be just at the new position after the move (<FALSE/>).
56 <TRUE/> if the cursor was moved,
62 /** moves the cursor the specified number of lines up.
68 determines whether the text range of the cursor is expanded (<TRUE/>)
71 <TRUE/> if the cursor was moved,
77 /** moves the cursor the specified number of characters to the left.
83 determines whether the text range of the cursor is expanded (<TRUE/>)
86 <TRUE/> if the cursor was moved,
92 /** moves the cursor the specified number of characters to the right.
98 determines whether the text range of the cursor is expanded (<TRUE/>)
101 <TRUE/> if the cursor was moved,