|
CTWM
|
#include <icons.h>
Data Fields | |
| struct IconRegion * | next |
| int | x |
| int | y |
| int | w |
| int | h |
| RegGravity | grav1 |
| RegGravity | grav2 |
| int | stepx |
| int | stepy |
| TitleJust | TitleJustification |
| IRJust | Justification |
| IRAlignement | Alignement |
| name_list * | clientlist |
| struct IconEntry * | entries |
| IRAlignement IconRegion::Alignement |
Definition at line 55 of file icons.h.
Referenced by AddIconRegion(), and PlaceIcon().
| name_list* IconRegion::clientlist |
Definition at line 56 of file icons.h.
Referenced by AddIconRegion(), and PlaceIcon().
| struct IconEntry* IconRegion::entries |
Definition at line 57 of file icons.h.
Referenced by AddIconRegion(), FindIconEntry(), PlaceIcon(), and prevIconEntry().
| RegGravity IconRegion::grav1 |
Definition at line 51 of file icons.h.
Referenced by AddIconRegion(), and PlaceIcon().
| RegGravity IconRegion::grav2 |
Definition at line 51 of file icons.h.
Referenced by AddIconRegion(), and PlaceIcon().
| int IconRegion::h |
Definition at line 50 of file icons.h.
Referenced by AddIconRegion(), and IconUp().
| IRJust IconRegion::Justification |
Definition at line 54 of file icons.h.
Referenced by AddIconRegion(), and PlaceIcon().
| struct IconRegion* IconRegion::next |
Definition at line 49 of file icons.h.
Referenced by AddIconRegion(), FindIconEntry(), IconUp(), and PlaceIcon().
| int IconRegion::stepx |
Definition at line 52 of file icons.h.
Referenced by AddIconRegion(), and PlaceIcon().
| int IconRegion::stepy |
Definition at line 52 of file icons.h.
Referenced by AddIconRegion(), and PlaceIcon().
| TitleJust IconRegion::TitleJustification |
Definition at line 53 of file icons.h.
Referenced by AddIconRegion(), and GetIconOffset().
| int IconRegion::w |
Definition at line 50 of file icons.h.
Referenced by AddIconRegion(), and IconUp().
| int IconRegion::x |
Definition at line 50 of file icons.h.
Referenced by AddIconRegion(), and IconUp().
| int IconRegion::y |
Definition at line 50 of file icons.h.
Referenced by AddIconRegion(), and IconUp().