|
CTWM
|
#include <list.h>
Data Fields | |
| name_list * | next |
| char * | name |
| void * | ptr |
| char* name_list::name |
Definition at line 22 of file list.h.
Referenced by AddToList(), DeleteIconsList(), FreeList(), GetColorFromList(), InitVirtualScreens(), LookInList(), and LookPatternInList().
| name_list* name_list::next |
Definition at line 21 of file list.h.
Referenced by AddToList(), DeleteIconsList(), FreeList(), GetColorFromList(), InitVirtualScreens(), LookInList(), and LookPatternInList().
| void* name_list::ptr |
Definition at line 23 of file list.h.
Referenced by AddToList(), DeleteIconsList(), GetColorFromList(), and LookInList().