From a165f1ca3cf603c8b0719318ab02e993603d48f4 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Sun, 26 Jul 2015 21:10:18 +0000 Subject: Fixes STR#3177; item_pathname() supports FL_SUBMENU_POINTER, and small doc mods. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10819 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Menu_.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FL') diff --git a/FL/Fl_Menu_.H b/FL/Fl_Menu_.H index 5b6f5984e..c609e7a8d 100644 --- a/FL/Fl_Menu_.H +++ b/FL/Fl_Menu_.H @@ -61,6 +61,8 @@ protected: Fl_Fontsize textsize_; Fl_Color textcolor_; + int item_pathname_(char *name, int namelen, const Fl_Menu_Item *finditem, + const Fl_Menu_Item *menu=0) const; public: Fl_Menu_(int,int,int,int,const char * =0); ~Fl_Menu_(); -- cgit v1.2.3