MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
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

◆ IVS_AUTOSORT

#define IVS_AUTOSORT   SVS_AUTOSORT

The auto sort style of iconview control.

See also
SVS_AUTOSORT

Definition at line 200 of file iconview.h.

◆ IVS_LOOP

#define IVS_LOOP   SVS_LOOP

The loop style of iconview control.

See also
SVS_LOOP

Definition at line 207 of file iconview.h.

◆ IVS_NOTIFY

#define IVS_NOTIFY   SVS_NOTIFY

The notify style of iconview control.

See also
SVS_NOTIFY

Definition at line 186 of file iconview.h.

◆ IVS_UPNOTIFY

#define IVS_UPNOTIFY   SVS_UPNOTIFY

The upnotify style of iconview control.

See also
SVS_UPNOTIFY

Definition at line 193 of file iconview.h.