| 
    MiniGUI API Reference (MiniGUI-Standalone)
    v3.2.0
    
   A mature and proven cross-platform GUI system for embedded and smart IoT devices 
   | 
 
Macros | |
| #define | STM_SETIMAGE 0xF172 | 
| Associates a new image (icon or bitmap) with a static control.  More... | |
| #define | STM_GETIMAGE 0xF173 | 
| Retrieves a handle to the image.  More... | |
| #define STM_GETIMAGE 0xF173 | 
Retrieves a handle to the image.
An application sends an STM_GETIMAGE message to retrieve a handle to the image associated with a static control.
| #define STM_SETIMAGE 0xF172 | 
Associates a new image (icon or bitmap) with a static control.
An application sends an STM_SETIMAGE message to associate a new image (icon or bitmap) with a static control.
| image | The handle to an icon if the type of static control type is SS_ICON, or the pointer to a BITMAP object if the type is SS_BITMAP. | 
 1.8.11