diff options
Diffstat (limited to 'FL/Fl.H')
| -rw-r--r-- | FL/Fl.H | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -144,6 +144,11 @@ public: // should be private! static Fl_Window* grab_; static int compose_state; static void call_screen_init(); // recompute screen number and dimensions +#ifdef __APPLE__ + static int marked_text_length(void); // returns length of marked text + static void reset_marked_text(); // resets marked text + static void insertion_point_location(int x, int y); // sets window coordinates of insertion point +#endif #endif /** If true then flush() will do something. |
