|
MiniGUI API Reference (MiniGUI-Threads)
v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
Modules | |
| GDI functions | |
| Message functions | |
| Look and Feel Renderer management functions | |
| Resource managment functions | |
| Windowing functions | |
| Global/general functions | |
Variables | |
| void *(* | init )(void) |
| void(* | deinit )(void *context) |
| void(* | paint_desktop )(void *context, HDC dc_desktop, const RECT *inv_rc) |
| void(* | keyboard_handler )(void *context, int message, WPARAM wParam, LPARAM lParam) |
| void(* | mouse_handler )(void *context, int message, WPARAM wParam, LPARAM lParam) |
| void(* | customize_desktop_menu )(void *context, HMENU hmenu, int start_pos) |
| void(* | desktop_menucmd_handler )(void *context, int id) |
| int | key_nr_alloc |
| int | key_nr |
| char * | name |
| char ** | keys |
| char ** | values |
| int | sect_nr_alloc |
| int | section_nr |
| PETCSECTION | sections |
| void(* customize_desktop_menu) (void *context, HMENU hmenu, int start_pos) |
| void(* deinit) (void *context) |
| void(* desktop_menucmd_handler) (void *context, int id) |
| void*(* init) (void) |
| PETCSECTION sections |
1.8.11