Rapicorn - Experimental UI Toolkit - Source Code  13.07.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Public Attributes
Rapicorn::ScreenWindow::State Struct Reference

Structure describing the current window state. More...

#include <screenwindow.hh>

List of all members.

Public Member Functions

bool operator== (const State &o) const
bool operator!= (const State &o) const

Public Attributes

WindowType window_type
 Window type at creation.
Flags window_flags
 Actual state of the backend window.
String visible_title
 User visible title, as displayed by window manager.
String visible_alias
 User visible alias, as displayed by window manager.
int width
int height
 Size of the window.
int root_x
int root_y
 Root position of the window.
int deco_x
int deco_y
 Position of window decorations.
bool visible
 Visibility state, usuall true after show().
bool active
 Indicator for keyboard input focus.

Detailed Description

Structure describing the current window state.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines