Window Information structure for the Window get_info method.
More...
#include <window.h>
Window Information structure for the Window get_info method.
unsigned int tbx::WindowInfo::flags |
( |
| ) |
const |
|
inline |
Window flags.
See RISC OS PRM for details of all flags. Common flags have a method to interrogate it in this class
int tbx::WindowInfo::min_height |
( |
| ) |
const |
|
inline |
Minimum height of the window.
- Returns
- minimum height of window in OS coordinates.
int tbx::WindowInfo::min_width |
( |
| ) |
const |
|
inline |
Minimum width of the window.
If the minimum width and height are both 0 the minimum width is taken from the title width.
- Returns
- minimum width of window in OS coordinates.
WimpColour tbx::WindowInfo::scroll_inner |
( |
| ) |
const |
|
inline |
Scroll bar inner colour.
- Returns
- WimpColour for the inner area of the scroll bar
WimpColour tbx::WindowInfo::scroll_outer |
( |
| ) |
const |
|
inline |
Scroll bar outer colour.
- Returns
- WimpColour for the outer area of the scroll bar
WimpColour tbx::WindowInfo::title_background |
( |
| ) |
const |
|
inline |
Title background colour.
- Returns
- WimpColour for title backgronud
WimpColour tbx::WindowInfo::title_foreground |
( |
| ) |
const |
|
inline |
Title foreground and frame colour.
- Returns
- WimpColour or WimpColour::no_colour if window has no control area or frame.
WimpColour tbx::WindowInfo::title_highlight |
( |
| ) |
const |
|
inline |
Title background highlight colour.
- Returns
- WimpColour for title background when the window has the focus
WimpColour tbx::WindowInfo::work_area_background |
( |
| ) |
const |
|
inline |
Work area background colour.
- Returns
- WimpColour for the work area background or WimpColour::no_colour if the Wimp does not draw the background.
unsigned int tbx::WindowInfo::work_area_flags |
( |
| ) |
const |
|
inline |
Work area flags.
Split up in methods below
WimpColour tbx::WindowInfo::work_area_foreground |
( |
| ) |
const |
|
inline |
Work area foreground colour.
- Returns
- WimpColour for the work area foreground
The documentation for this class was generated from the following file: