tbx  0.7.5
Public Types | Public Attributes | List of all members
tbx::ShowFullSpec Struct Reference

Structure used to specify exact position and size for an object derived from tbx::ShowFullObject. More...

#include <showfullspec.h>

Inheritance diagram for tbx::ShowFullSpec:
tbx::ShowSubWindowSpec

Public Types

enum  { WINDOW_SHOW_TOP = -1, WINDOW_SHOW_BOTTOM = -2, WINDOW_SHOW_BEHIND = -3 }
 Special window handles to specify where a window should be shown in the window stack. More...
 

Public Attributes

VisibleArea visible_area
 Location of window on screen and scroll offsets.
 
WindowHandle wimp_window
 Window handle of window to show this above. More...
 

Detailed Description

Structure used to specify exact position and size for an object derived from tbx::ShowFullObject.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Special window handles to specify where a window should be shown in the window stack.

Enumerator
WINDOW_SHOW_TOP 

Show the window at the top of the window stack.

WINDOW_SHOW_BOTTOM 

Show the window at the bottom of the window stack.

WINDOW_SHOW_BEHIND 

Show the window below the desktop background.

Member Data Documentation

◆ wimp_window

WindowHandle tbx::ShowFullSpec::wimp_window

Window handle of window to show this above.

Can also be one of the constants below


The documentation for this struct was generated from the following file: