diff options
| author | Manolo Gouy <Manolo> | 2012-12-24 11:45:07 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2012-12-24 11:45:07 +0000 |
| commit | cf672dba0db831679ba0cb5b9966a6dd1bbcb6e5 (patch) | |
| tree | a01386823937540124aaf43c9f6237a0c4b1fc99 /FL/Fl.H | |
| parent | 3c72b20458c943f650ddc071577b9876461d6389 (diff) | |
Mac OS text input: defined a small API that user-defined text editing widgets can use to signal marked text.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9774 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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. |
