CommonC++Lib RiscOSC++Lib ToolboxC++Lib
Toolbox Library for use with the RiscOS DDE C++/CFront compiler
|
#include <WimpBits.h>
Public Attributes | |
char | text [12] |
char | sprite_name [12] |
struct { | |
char * name | |
void * spritearea | |
bool nameisname | |
} | indirectSprite |
struct { | |
char * buffer | |
char * validString | |
int buffLen | |
} | indirectText |
char* IconDataStr::buffer |
int IconDataStr::buffLen |
struct { ... } IconDataStr::indirectSprite |
struct { ... } IconDataStr::indirectText |
char* IconDataStr::name |
bool IconDataStr::nameisname |
char IconDataStr::sprite_name[12] |
void* IconDataStr::spritearea |
char IconDataStr::text[12] |
char* IconDataStr::validString |