summaryrefslogtreecommitdiff
path: root/FL/Fl_Window.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-09-09 18:00:24 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-09-09 18:00:24 +0200
commitdcea1dafe1f433c7d96ca6353982dd94260346ae (patch)
tree910ea5236e2dc49d3ea8529ec48e1207fef14b27 /FL/Fl_Window.H
parent0c539b784d2f42a32c8999246f2184d5cd913830 (diff)
More detailed doc of Fl_Window::decorated_w() and decorated_h().
Diffstat (limited to 'FL/Fl_Window.H')
-rw-r--r--FL/Fl_Window.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H
index 379888593..9c83d7b11 100644
--- a/FL/Fl_Window.H
+++ b/FL/Fl_Window.H
@@ -512,14 +512,14 @@ public:
/** Returns the window width including any frame added by the window manager.
- Same as w() if applied to a subwindow.
+ Same as w() if applied to a subwindow, or if window is not yet mapped.
*/
int decorated_w() const;
/** Returns the window height including any window title bar and any frame
added by the window manager.
- Same as h() if applied to a subwindow.
+ Same as h() if applied to a subwindow, or if window is not yet mapped.
*/
int decorated_h() const;