tbx
0.7.6
|
Event data for open window request listener. More...
#include <openwindowlistener.h>
Public Member Functions | |
OpenWindowEvent (IdBlock &id_block, PollBlock &poll_block) | |
Constructs the event from the information returned by the WIMP. More... | |
Window | window () const |
Get Window that generated this event. | |
WindowHandle | handle () const |
Wimp window handle of window being opened. | |
const BBox & | visible_area () const |
Get visible area on screen. | |
void | visible_area (const BBox &area) |
Set visible area on screen. | |
const Point & | scroll () const |
Get scroll offsets in work area. | |
void | scroll (const Point &offsets) |
Set scroll offsets in work area. | |
WindowHandle | behind () const |
Get WIMP Window handle opened behind. | |
void | behind (WindowHandle h) |
Set WIMP Window handle to open behind. | |
Event data for open window request listener.
Constructs the event from the information returned by the WIMP.
id_block | Toolbox ID block |
poll_block | WIMP poll information |