The Gnome Chemistry Utils
0.14.0
|
#include <application.h>
Public Attributes | |
char const * | name |
unsigned char const * | data_24 |
gccv::Canvas * | canvas |
Structure to use as icon descriptors for tools. See gcp::Application::AddActions() for information about its use.
Definition at line 58 of file gcp/application.h.
gccv::Canvas* gcp::IconDesc::canvas |
The 24*24 canvas used to display the icon.
Definition at line 71 of file gcp/application.h.
unsigned char const* gcp::IconDesc::data_24 |
The icon as in line bytes or NULL (when using a canvas instead of a bitmap).
Definition at line 67 of file gcp/application.h.
char const* gcp::IconDesc::name |
The name of the icon.
Definition at line 63 of file gcp/application.h.