MiniGUI API Reference (MiniGUI-Standalone)
v4.0.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
Functions | |
MG_EXPORT int GUIAPI | InitGUI (int, const char **) |
Initialize MiniGUI. More... | |
MG_EXPORT void GUIAPI | TerminateGUI (int not_used) |
Terminate MiniGUI. More... | |
MG_EXPORT void GUIAPI | MiniGUIPanic (int exitcode) |
The panic of MiniGUI application. More... | |
int GUIAPI InitGUI | ( | int | , |
const char ** | |||
) |
Initialize MiniGUI.
The meaning of two parameters is same with parameters of main function.
void GUIAPI MiniGUIPanic | ( | int | exitcode | ) |
The panic of MiniGUI application.
The function forces to close GAL and IAL engine.
exitcode | The value of exitcode, now it can be any values. |
void GUIAPI TerminateGUI | ( | int | not_used | ) |
Terminate MiniGUI.
not_used | not used |