|
CTWM
|
#include <ctwm.h>
Data Fields | |
| struct WindowRegion * | next |
| int | x |
| int | y |
| int | w |
| int | h |
| RegGravity | grav1 |
| RegGravity | grav2 |
| name_list * | clientlist |
| struct WindowEntry * | entries |
| name_list* WindowRegion::clientlist |
Definition at line 291 of file ctwm.h.
Referenced by AddWindowRegion(), and PlaceWindowInRegion().
| struct WindowEntry* WindowRegion::entries |
Definition at line 292 of file ctwm.h.
Referenced by AddWindowRegion(), CreateWindowRegions(), findWindowEntry(), PlaceWindowInRegion(), and prevWindowEntry().
| RegGravity WindowRegion::grav1 |
Definition at line 290 of file ctwm.h.
Referenced by AddWindowRegion(), and PlaceWindowInRegion().
| RegGravity WindowRegion::grav2 |
Definition at line 290 of file ctwm.h.
Referenced by AddWindowRegion(), and PlaceWindowInRegion().
| int WindowRegion::h |
Definition at line 289 of file ctwm.h.
Referenced by AddWindowRegion(), and CreateWindowRegions().
| struct WindowRegion* WindowRegion::next |
Definition at line 288 of file ctwm.h.
Referenced by AddWindowRegion(), CreateWindowRegions(), findWindowEntry(), and PlaceWindowInRegion().
| int WindowRegion::w |
Definition at line 289 of file ctwm.h.
Referenced by AddWindowRegion(), and CreateWindowRegions().
| int WindowRegion::x |
Definition at line 289 of file ctwm.h.
Referenced by AddWindowRegion(), and CreateWindowRegions().
| int WindowRegion::y |
Definition at line 289 of file ctwm.h.
Referenced by AddWindowRegion(), and CreateWindowRegions().