From cf672dba0db831679ba0cb5b9966a6dd1bbcb6e5 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 24 Dec 2012 11:45:07 +0000 Subject: 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 --- FL/Fl_Secret_Input.H | 1 + 1 file changed, 1 insertion(+) (limited to 'FL/Fl_Secret_Input.H') diff --git a/FL/Fl_Secret_Input.H b/FL/Fl_Secret_Input.H index 3df6d6be7..de9621c73 100644 --- a/FL/Fl_Secret_Input.H +++ b/FL/Fl_Secret_Input.H @@ -41,6 +41,7 @@ public: Inherited destructor destroys the widget and any value associated with it. */ Fl_Secret_Input(int X,int Y,int W,int H,const char *l = 0); + int handle(int); }; #endif -- cgit v1.2.3