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 ImageNodeimage
 The image data.
struct ScaledIconNodenodes
 Scaled versions of the icon.
int useRender
 1 if render can be used.
struct IconNodenext
 The next icon in the list.
struct IconNodeprev
 The previous icon in the list.

Detailed Description

Structure to hold an icon.

Definition at line 33 of file icon.h.


Field Documentation

The image data.

Definition at line 36 of file icon.h.

The name of the icon.

Definition at line 35 of file icon.h.

The next icon in the list.

Definition at line 40 of file icon.h.

Scaled versions of the icon.

Definition at line 37 of file icon.h.

The previous icon in the list.

Definition at line 41 of file icon.h.

1 if render can be used.

Definition at line 38 of file icon.h.


The documentation for this struct was generated from the following file: