[protected]
Definition at line 200 of file FXText.h.
00200 { 00201 MOUSE_NONE, // No mouse operation 00202 MOUSE_CHARS, // Selecting characters 00203 MOUSE_WORDS, // Selecting words 00204 MOUSE_LINES, // Selecting lines 00205 MOUSE_SCROLL, // Scrolling 00206 MOUSE_DRAG, // Dragging text 00207 MOUSE_TRYDRAG // Tentative drag 00208 };