MiniGUI API Reference (MiniGUI-Threads)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Macros
Styles of iconview control

Macros

#define IVS_NOTIFY   SVS_NOTIFY
 The notify style of iconview control. More...
 
#define IVS_UPNOTIFY   SVS_UPNOTIFY
 The upnotify style of iconview control. More...
 
#define IVS_AUTOSORT   SVS_AUTOSORT
 The auto sort style of iconview control. More...
 
#define IVS_LOOP   SVS_LOOP
 The loop style of iconview control. More...
 

Detailed Description

Macro Definition Documentation

#define IVS_AUTOSORT   SVS_AUTOSORT

The auto sort style of iconview control.

See also
SVS_AUTOSORT

Definition at line 188 of file iconview.h.

#define IVS_LOOP   SVS_LOOP

The loop style of iconview control.

See also
SVS_LOOP

Definition at line 195 of file iconview.h.

#define IVS_NOTIFY   SVS_NOTIFY

The notify style of iconview control.

See also
SVS_NOTIFY

Definition at line 174 of file iconview.h.

#define IVS_UPNOTIFY   SVS_UPNOTIFY

The upnotify style of iconview control.

See also
SVS_UPNOTIFY

Definition at line 181 of file iconview.h.