MiniGUI API Reference (MiniGUI-Standalone)
v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
Functions | |
MG_EXPORT HWND GUIAPI | OpenAboutDialog (HWND hHosting) |
Opens or actives the 'About MiniGUI' dialog. More... | |
Opens or actives the 'About MiniGUI' dialog.
Calling this function will create a main window displaying copyright and license information of MiniGUI. When the about dialog is displaying, calling this function again will bring the dialog to be the topmost main window, not create a new one.
hHosting | The hosting main window of the about dialog. |