|
CTWM
|
#include <ctwm.h>
Data Fields | |
| struct WindowEntry * | next |
| int | x |
| int | y |
| int | w |
| int | h |
| struct TwmWindow * | twm_win |
| bool | used |
| int WindowEntry::h |
Definition at line 297 of file ctwm.h.
Referenced by CreateWindowRegions(), mergeWindowEntries(), PlaceWindowInRegion(), RemoveWindowFromRegion(), and splitWindowRegionEntry().
| struct WindowEntry* WindowEntry::next |
Definition at line 296 of file ctwm.h.
Referenced by findWindowEntry(), PlaceWindowInRegion(), prevWindowEntry(), RemoveWindowFromRegion(), and splitWindowRegionEntry().
| struct TwmWindow* WindowEntry::twm_win |
Definition at line 298 of file ctwm.h.
Referenced by findWindowEntry(), PlaceWindowInRegion(), and RemoveWindowFromRegion().
| bool WindowEntry::used |
Definition at line 299 of file ctwm.h.
Referenced by PlaceWindowInRegion(), and RemoveWindowFromRegion().
| int WindowEntry::w |
Definition at line 297 of file ctwm.h.
Referenced by CreateWindowRegions(), mergeWindowEntries(), PlaceWindowInRegion(), RemoveWindowFromRegion(), and splitWindowRegionEntry().
| int WindowEntry::x |
Definition at line 297 of file ctwm.h.
Referenced by CreateWindowRegions(), mergeWindowEntries(), PlaceWindowInRegion(), RemoveWindowFromRegion(), and splitWindowRegionEntry().
| int WindowEntry::y |
Definition at line 297 of file ctwm.h.
Referenced by CreateWindowRegions(), mergeWindowEntries(), PlaceWindowInRegion(), RemoveWindowFromRegion(), and splitWindowRegionEntry().