|
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 _RLayoutRecenterHorizontally(), _RLayoutRecenterVertically(), _tryToPack(), AddWindow(), fullzoom(), MoveResizeSizeWindow(), RAreaArea(), RAreaHorizontalUnion(), RAreaIsValid(), RAreaListCopyCropped(), RAreaPrint(), RAreaVerticalUnion(), RAreaY2(), RLayoutFullHoriz(), RLayoutFullHoriz1(), and RLayoutXParseGeometry().
| int RArea::width |
X dimension.
Definition at line 19 of file r_structs.h.
Referenced by _RLayoutRecenterHorizontally(), _RLayoutRecenterVertically(), _tryToPack(), AddWindow(), fullzoom(), MoveResizeSizeWindow(), RAreaArea(), RAreaHorizontalUnion(), RAreaIsValid(), RAreaListCopyCropped(), RAreaPrint(), RAreaVerticalUnion(), RAreaX2(), RLayoutFullVert(), RLayoutFullVert1(), and RLayoutXParseGeometry().
| int RArea::x |
X position.
Definition at line 17 of file r_structs.h.
Referenced by _cmpX(), _cmpY(), _findMonitorLeftEdge(), _RLayoutRecenterHorizontally(), _RLayoutRecenterVertically(), _tryToPack(), AddWindow(), ConstrainByLayout(), ctwm_main(), fullzoom(), MoveResizeSizeWindow(), RAreaContainsXY(), RAreaHorizontalUnion(), RAreaIntersect(), RAreaIsIntersect(), RAreaListBigArea(), RAreaListCopyCropped(), RAreaListMaxX(), RAreaPrint(), RAreaVerticalUnion(), RAreaX2(), RLayoutFullVert(), RLayoutFullVert1(), and RLayoutXParseGeometry().
| int RArea::y |
Y position.
Definition at line 18 of file r_structs.h.
Referenced by _cmpX(), _cmpY(), _findMonitorTopEdge(), _RLayoutRecenterHorizontally(), _RLayoutRecenterVertically(), _tryToPack(), AddWindow(), ConstrainByLayout(), ctwm_main(), fullzoom(), MoveResizeSizeWindow(), RAreaContainsXY(), RAreaHorizontalUnion(), RAreaIntersect(), RAreaIsIntersect(), RAreaListBigArea(), RAreaListCopyCropped(), RAreaListMaxY(), RAreaPrint(), RAreaVerticalUnion(), RAreaY2(), RLayoutFullHoriz(), RLayoutFullHoriz1(), and RLayoutXParseGeometry().