From 8009fef12cb88c5d4944bdad9a1e641c282df303 Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Wed, 3 Feb 1999 08:43:35 +0000 Subject: Put Fl::grab() into it's own source file. Rewritten as suggested so that it takes a window pointer, and grab(0) releases. You can now call grab repeatedly with the same or different values without it failing. The old Fl::grab() and Fl::release() are emulated in inline functions in Fl.H Added Fl_Menu_::copy(Fl_Menu_Item*), which will be useful for fluid, although that use is nyi. Fixes and cleanup to the code for Fl_Menu_::add(...). git-svn-id: file:///fltk/svn/fltk/trunk@268 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Menu_.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'documentation/Fl_Menu_.html') diff --git a/documentation/Fl_Menu_.html b/documentation/Fl_Menu_.html index 3120ccb76..69f5b1efc 100644 --- a/documentation/Fl_Menu_.html +++ b/documentation/Fl_Menu_.html @@ -40,20 +40,21 @@ methods to build it dynamically.