|
MiniGUI API Reference (MiniGUI-Standalone)
v5.0.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
Macros | |
| #define | NAME_SELF_LAYER "" |
| The name of the self layer. More... | |
| #define | NAME_TOPMOST_LAYER "" |
| The name of the topmost layer. More... | |
| #define | NAME_DEF_LAYER "mginit" |
| The default name of the layer. More... | |
Functions | |
| MG_EXPORT int GUIAPI | InitGUI (int argc, const char *argv[]) |
| 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... | |
| #define NAME_DEF_LAYER "mginit" |
| #define NAME_TOPMOST_LAYER "" |
| int GUIAPI InitGUI | ( | int | argc, |
| const char * | argv[] | ||
| ) |
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 |
1.8.13