tbx
0.7.3
|
Class with details of window location on screen. More...
#include <window.h>
Public Member Functions | |
WindowHandle | window_handle () const |
WIMP window handle of this window. | |
const VisibleArea & | visible_area () const |
Visible area of this window. | |
VisibleArea & | visible_area () |
Visible area of this window. | |
WindowHandle | window_handle_in_front () const |
WIMP handle of window on top of this window or -1 for none. | |
Protected Attributes | |
WindowHandle | _window_handle |
WIMP window handle. | |
VisibleArea | _visible_area |
Position on screen and scroll settings. | |
WindowHandle | _window_handle_in_front |
Handle of window in front of this one. | |
Friends | |
class | Window |
Class with details of window location on screen.
Used to reposition/scroll window or open it initially