32 #ifndef SHOWFULLSPEC_H_
33 #define SHOWFULLSPEC_H_
37 #include "visiblearea.h"
A library for creating RISC OS toolbox applications.
Definition: abouttobeshownlistener.cc:35
@ WINDOW_SHOW_BEHIND
Show the window below the desktop background.
Definition: showfullspec.h:65
WindowHandle wimp_window
Window handle of window to show this above.
Definition: showfullspec.h:56
Class to store information for the Visible area of a window and provide work area to screen conversio...
Definition: visiblearea.h:37
int WindowHandle
Type for WIMP windows handle.
Definition: handles.h:35
VisibleArea visible_area
Location of window on screen and scroll offsets.
Definition: showfullspec.h:51
@ WINDOW_SHOW_TOP
Show the window at the top of the window stack.
Definition: showfullspec.h:63
@ WINDOW_SHOW_BOTTOM
Show the window at the bottom of the window stack.
Definition: showfullspec.h:64
Structure used to specify exact position and size for an object derived from tbx::ShowFullObject.
Definition: showfullspec.h:46