From 30756ae3500a62bd8f63b4df3eb3ca8f6b8b0b70 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 13 Mar 2016 15:31:26 +0000 Subject: 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 --- FL/Fl_Widget.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL/Fl_Widget.H') 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; } -- cgit v1.2.3