JWM Source Documentation
IconNode Struct Reference
Structure to hold an icon. More...
#include <icon.h>
Data Fields | |
| char * | name |
| The name of the icon. | |
| struct ImageNode * | image |
| The image data. | |
| struct ScaledIconNode * | nodes |
| Scaled versions of the icon. | |
| int | useRender |
| 1 if render can be used. | |
| struct IconNode * | next |
| The next icon in the list. | |
| struct IconNode * | prev |
| The previous icon in the list. | |
Detailed Description
Field Documentation
| struct ImageNode* IconNode::image |
| char* IconNode::name |
| struct IconNode* IconNode::next |
| struct ScaledIconNode* IconNode::nodes |
| struct IconNode* IconNode::prev |
The documentation for this struct was generated from the following file: