This documenta- tion describes the current state of development.
Prokee Modules:
GUI Elements:
GUI Interactions:
GUI Layouts:
Games/Demos:
Third Party Libraries:
This documentation describes the Prokee module interface.
Static Methods:This module creates a icon element.
Icon Types:
icon element.int icon::main(int argc,char **argv)
| Type | Name | Direction | Description |
| argc | The number of command-line parameters. | ||
| argv | [IN] | The command-line parameters. |
Element *icon::create()
Element *icon::create(const char *type)
| Type | Name | Direction | Description |
| type | [IN] | The type of the icon to create. |
void icon::destroy(Element *elem)
| Type | Name | Direction | Description |
| elem | [IN/OUT] | Pointer to an Element structure. |
void icon::draw(Element *elem)
| Type | Name | Direction | Description |
| elem | [IN/OUT] | Pointer to an Element structure. |