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 project (module 'guiedit') is a 'container' for code, which may be useful for debugging and editing GUI-elements. It also generates an executable, which may be used as a viewer and simple editor for GUI-elements and layouts. GUI-elements are elements like buttons, inputs and windows, which provide an interface to the GUI-Manager (module 'guiman').
guiedit as if it would be called from the command-line.int guiedit::main(int argc,char **argv)
| Type | Name | Direction | Description |
| argc | The number of command-line parameters. | ||
| argv | [IN] | The command-line parameters. |