|
CTWM
|
#include <icons.h>
Data Fields | |
| struct IconEntry * | next |
| int | x |
| int | y |
| int | w |
| int | h |
| TwmWindow * | twm_win |
| bool | used |
| int IconEntry::h |
Definition at line 62 of file icons.h.
Referenced by AddIconRegion(), IconDown(), mergeEntries(), PlaceIcon(), and splitIconRegionEntry().
| struct IconEntry* IconEntry::next |
Definition at line 61 of file icons.h.
Referenced by FindIconEntry(), IconDown(), PlaceIcon(), prevIconEntry(), and splitIconRegionEntry().
| TwmWindow* IconEntry::twm_win |
Definition at line 63 of file icons.h.
Referenced by FindIconEntry(), IconDown(), and PlaceIcon().
| bool IconEntry::used |
Definition at line 64 of file icons.h.
Referenced by IconDown(), and PlaceIcon().
| int IconEntry::w |
Definition at line 62 of file icons.h.
Referenced by AddIconRegion(), IconDown(), mergeEntries(), PlaceIcon(), and splitIconRegionEntry().
| int IconEntry::x |
Definition at line 62 of file icons.h.
Referenced by AddIconRegion(), IconDown(), mergeEntries(), PlaceIcon(), and splitIconRegionEntry().
| int IconEntry::y |
Definition at line 62 of file icons.h.
Referenced by AddIconRegion(), IconDown(), mergeEntries(), PlaceIcon(), and splitIconRegionEntry().