summaryrefslogtreecommitdiff
path: root/FL/mac.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2012-12-24 11:45:07 +0000
committerManolo Gouy <Manolo>2012-12-24 11:45:07 +0000
commitcf672dba0db831679ba0cb5b9966a6dd1bbcb6e5 (patch)
treea01386823937540124aaf43c9f6237a0c4b1fc99 /FL/mac.H
parent3c72b20458c943f650ddc071577b9876461d6389 (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/mac.H')
-rw-r--r--FL/mac.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/FL/mac.H b/FL/mac.H
index 9365f5007..e3e85d1d5 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -131,7 +131,8 @@ public:
static CGContextRef none_cursor_image(void);
static void *get_carbon_function(const char *name);
static void screen_work_area(int &X, int &Y, int &W, int &H, int n); // compute work area of a given screen
- static void compose_state(int);
+ static int next_marked_length; // next length of marked text after current marked text will have been replaced
+ static int insertion_point_location(int *px, int *py); // computes window coordinates of insertion point
private:
static void relink(Fl_Window*, Fl_Window*);
bool subwindow;