|
CTWM
|
A particular extent of space. More...
#include <r_structs.h>
Data Fields | |
| int | x |
| X position. | |
| int | y |
| Y position. | |
| int | width |
| X dimension. | |
| int | height |
| Y dimension. | |
A particular extent of space.
This defines an area on the abstract display. It commonly represents a monitor when defining our screen layout, and is also used to represent a window when we're manipulating it on our screen space.
Definition at line 16 of file r_structs.h.
| int RArea::height |
Y dimension.
Definition at line 20 of file r_structs.h.
Referenced by AddWindow(), RAreaVerticalUnion(), and RLayoutFullHoriz().
| int RArea::width |
X dimension.
Definition at line 19 of file r_structs.h.
Referenced by AddWindow(), RAreaHorizontalUnion(), RAreaIsValid(), and RLayoutFullVert().
| int RArea::x |
X position.
Definition at line 17 of file r_structs.h.
Referenced by AddWindow(), ConstrainByLayout(), ctwm_main(), fullzoom(), RAreaHorizontalUnion(), RAreaListBigArea(), RAreaListMaxX(), RAreaVerticalUnion(), RLayoutFullVert(), RLayoutFullVert1(), and RLayoutGetAreaAtXY().
| int RArea::y |
Y position.
Definition at line 18 of file r_structs.h.
Referenced by AddWindow(), ConstrainByLayout(), ctwm_main(), fullzoom(), RAreaHorizontalUnion(), RAreaListBigArea(), RAreaListMaxY(), RAreaVerticalUnion(), RLayoutFullHoriz(), and RLayoutFullHoriz1().