From 60d448d15039b8af651ffa1f93d31b6f4d99d2c5 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 9 Apr 2012 09:12:34 +0000 Subject: Removed Fl_Widget::is_fullscreen() that is just another name for Fl_Window::fullscreen_active() git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9331 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Widget.H | 5 ----- 1 file changed, 5 deletions(-) (limited to 'FL') diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H index 2e08cb891..27e6801c2 100644 --- a/FL/Fl_Widget.H +++ b/FL/Fl_Widget.H @@ -687,11 +687,6 @@ public: */ void clear_visible() {flags_ |= INVISIBLE;} - /** Returns whether the widget is in full screen mode - \retval non 0 if in full screen mode - */ - unsigned int is_fullscreen() const {return (flags_ & FULLSCREEN);} - /** Returns whether the widget is active. \retval 0 if the widget is inactive \see active_r(), activate(), deactivate() -- cgit v1.2.3