summaryrefslogtreecommitdiff
path: root/FL/Fl_Widget.H
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-03-13 15:31:26 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-03-13 15:31:26 +0000
commit30756ae3500a62bd8f63b4df3eb3ca8f6b8b0b70 (patch)
tree2fc8e87fa2ed7a3d871acf3f8f3e81ee5d30a376 /FL/Fl_Widget.H
parent5953f5a695979d523e460dbd8b7f4ae7d1b05001 (diff)
Window functions to retrieve more detailed window type
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11358 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Widget.H')
-rw-r--r--FL/Fl_Widget.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H
index 0738e6638..fe978f125 100644
--- a/FL/Fl_Widget.H
+++ b/FL/Fl_Widget.H
@@ -1010,8 +1010,8 @@ public:
\see Fl_Widget::as_group(), Fl_Widget::as_window()
*/
virtual class Fl_Gl_Window* as_gl_window() {return 0;}
-
- /** Returns non zero if MAC_USE_ACCENTS_MENU flag is set, 0 otherwise.
+
+ /** Returns non zero if MAC_USE_ACCENTS_MENU flag is set, 0 otherwise.
*/
int use_accents_menu() { return flags() & MAC_USE_ACCENTS_MENU; }