mirror of
https://github.com/fltk/fltk.git
synced 2026-05-23 15:56:10 +08:00
More detailed doc of Fl_Window::decorated_w() and decorated_h().
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user