Blender V2.61 - r43446
|
#include <UI_interface_icons.h>
Public Attributes | |
struct IconFile * | next |
struct IconFile * | prev |
char | filename [80] |
int | index |
Definition at line 42 of file UI_interface_icons.h.
char IconFile::filename[80] |
Definition at line 44 of file UI_interface_icons.h.
Referenced by init_iconfile_list(), and UI_iconfile_get_index().
int IconFile::index |
Definition at line 45 of file UI_interface_icons.h.
Referenced by init_iconfile_list(), and UI_iconfile_get_index().
struct IconFile* IconFile::next |
Definition at line 43 of file UI_interface_icons.h.
Referenced by free_iconfile_list(), and UI_iconfile_get_index().
struct IconFile * IconFile::prev |
Definition at line 43 of file UI_interface_icons.h.