| Rapicorn - Experimental UI Toolkit - Source Code
    13.07.0
    | 
Structure describing the current window state. More...
#include <screenwindow.hh>
| 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. | |
Structure describing the current window state.
 1.7.6.1
 1.7.6.1