From a2ff8ee535e22f6504164da81af6d67f95fe235b Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 19 Oct 2018 16:51:57 +0000 Subject: [PATCH] Document that Fl_Widget::GROUP_RELATIVE bit is not used. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@13074 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Widget.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H index 0738e6638..cf57b3739 100644 --- a/FL/Fl_Widget.H +++ b/FL/Fl_Widget.H @@ -169,7 +169,7 @@ protected: TOOLTIP_WINDOW = 1<<13, ///< a temporary popup, transparent to events, and dismissed easily (Fl_Window) MODAL = 1<<14, ///< a window blocking input to all other winows (Fl_Window) NO_OVERLAY = 1<<15, ///< window not using a hardware overlay plane (Fl_Menu_Window) - GROUP_RELATIVE = 1<<16, ///< position this widget relative to the parent group, not to the window + GROUP_RELATIVE = 1<<16, ///< Reserved, not implemented. DO NOT USE. COPIED_TOOLTIP = 1<<17, ///< the widget tooltip is internally copied, its destruction is handled by the widget FULLSCREEN = 1<<18, ///< a fullscreen window (Fl_Window) MAC_USE_ACCENTS_MENU = 1<<19, ///< On the Mac OS platform, pressing and holding a key on the keyboard opens an accented-character menu window (Fl_Input_, Fl_Text_Editor)