CTWM
Loading...
Searching...
No Matches
Data Fields
RArea Struct Reference

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.
 

Detailed Description

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.

Field Documentation

◆ height

int RArea::height

Y dimension.

Definition at line 20 of file r_structs.h.

Referenced by AddWindow(), RAreaVerticalUnion(), and RLayoutFullHoriz().

◆ width

int RArea::width

X dimension.

Definition at line 19 of file r_structs.h.

Referenced by AddWindow(), RAreaHorizontalUnion(), RAreaIsValid(), and RLayoutFullVert().

◆ x

int RArea::x

◆ y

int RArea::y

The documentation for this struct was generated from the following file: