MiniGUI API Reference (MiniGUI-Processes)
v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
#define IVM_ADDITEM 0xF300 |
Adds a item to iconview.
p | Pointes to a IVITEMINFO structure that contains the information of the new item to be added. nItem member of the IVITEMINFO struct speficied the item position in its parent item, beginning with zero. |
Definition at line 222 of file iconview.h.
#define IVM_CHOOSEITEM SVM_CHOOSEITEM |
The same common control messages as scrollview control
Definition at line 367 of file iconview.h.
#define IVM_DELITEM SVM_DELITEM |
The same common control messages as scrollview control
Definition at line 257 of file iconview.h.
#define IVM_GETBOTTOMMARGIN SVM_GETBOTTOMMARGIN |
The same common control messages as scrollview control
Definition at line 307 of file iconview.h.
#define IVM_GETCONTENTX SVM_GETCONTENTX |
The same common control messages as scrollview control
Definition at line 337 of file iconview.h.
#define IVM_GETCONTENTY SVM_GETCONTENTY |
The same common control messages as scrollview control
Definition at line 342 of file iconview.h.
#define IVM_GETCONTHEIGHT SVM_GETCONTHEIGHT |
The same common control messages as scrollview control
Definition at line 327 of file iconview.h.
#define IVM_GETCONTWIDTH SVM_GETCONTWIDTH |
The same common control messages as scrollview control
Definition at line 322 of file iconview.h.
#define IVM_GETCURSEL SVM_GETCURSEL |
The same common control messages as scrollview control
Definition at line 352 of file iconview.h.
#define IVM_GETFIRSTVISIBLEITEM SVM_GETFIRSTVISIBLEITEM |
The same common control messages as scrollview control
Definition at line 452 of file iconview.h.
#define IVM_GETHSCROLLPAGEVAL SVM_GETHSCROLLPAGEVAL |
The same common control messages as scrollview control
Definition at line 407 of file iconview.h.
#define IVM_GETHSCROLLVAL SVM_GETHSCROLLVAL |
The same common control messages as scrollview control
Definition at line 397 of file iconview.h.
#define IVM_GETITEMADDDATA SVM_GETITEMADDDATA |
The same common control messages as scrollview control
Definition at line 437 of file iconview.h.
#define IVM_GETITEMCOUNT SVM_GETITEMCOUNT |
The same common control messages as scrollview control
Definition at line 432 of file iconview.h.
#define IVM_GETLEFTMARGIN SVM_GETLEFTMARGIN |
The same common control messages as scrollview control
Definition at line 292 of file iconview.h.
#define IVM_GETMARGINS SVM_GETMARGINS |
The same common control messages as scrollview control
Definition at line 282 of file iconview.h.
#define IVM_GETRIGHTMARGIN SVM_GETRIGHTMARGIN |
The same common control messages as scrollview control
Definition at line 302 of file iconview.h.
#define IVM_GETTOPMARGIN SVM_GETTOPMARGIN |
The same common control messages as scrollview control
Definition at line 297 of file iconview.h.
#define IVM_GETVISIBLEHEIGHT SVM_GETVISIBLEHEIGHT |
The same common control messages as scrollview control
Definition at line 317 of file iconview.h.
#define IVM_GETVISIBLEWIDTH SVM_GETVISIBLEWIDTH |
The same common control messages as scrollview control
Definition at line 312 of file iconview.h.
#define IVM_GETVSCROLLPAGEVAL SVM_GETVSCROLLPAGEVAL |
The same common control messages as scrollview control
Definition at line 412 of file iconview.h.
#define IVM_GETVSCROLLVAL SVM_GETVSCROLLVAL |
The same common control messages as scrollview control
Definition at line 402 of file iconview.h.
#define IVM_MAKEPOSVISIBLE SVM_MAKEPOSVISIBLE |
The same common control messages as scrollview control
Definition at line 392 of file iconview.h.
#define IVM_REFRESHITEM SVM_REFRESHITEM |
The same common control messages as scrollview control
Definition at line 447 of file iconview.h.
#define IVM_RESETCONTENT SVM_RESETCONTENT |
The same common control messages as scrollview control
Definition at line 252 of file iconview.h.
#define IVM_SELECTITEM SVM_SELECTITEM |
The same common control messages as scrollview control
Definition at line 357 of file iconview.h.
#define IVM_SETCONTHEIGHT SVM_SETCONTHEIGHT |
The same common control messages as scrollview control
Definition at line 272 of file iconview.h.
#define IVM_SETCONTPOS SVM_SETCONTPOS |
The same common control messages as scrollview control
Definition at line 347 of file iconview.h.
#define IVM_SETCONTRANGE SVM_SETCONTRANGE |
The same common control messages as scrollview control
Definition at line 332 of file iconview.h.
#define IVM_SETCONTWIDTH SVM_SETCONTWIDTH |
The same common control messages as scrollview control
Definition at line 267 of file iconview.h.
#define IVM_SETCURSEL SVM_SETCURSEL |
The same common control messages as scrollview control
Definition at line 372 of file iconview.h.
#define IVM_SETITEMADDDATA SVM_SETITEMADDDATA |
The same common control messages as scrollview control
Definition at line 442 of file iconview.h.
#define IVM_SETITEMCMP SVM_SETITEMCMP |
The same common control messages as scrollview control
Definition at line 387 of file iconview.h.
#define IVM_SETITEMDESTROY SVM_SETITEMDESTROY |
The same common control messages as scrollview control
Definition at line 382 of file iconview.h.
#define IVM_SETITEMDRAW SVM_SETITEMDRAW |
The same common control messages as scrollview control
Definition at line 262 of file iconview.h.
#define IVM_SETITEMINIT SVM_SETITEMINIT |
The same common control messages as scrollview control
Definition at line 377 of file iconview.h.
#define IVM_SETITEMOPS SVM_SETITEMOPS |
The same common control messages as scrollview control
Definition at line 277 of file iconview.h.
#define IVM_SETITEMSIZE 0xF436 |
Sets the item width and height of an iconview control.
All the items have the same item size. This message should be sent before you add items to iconview control.
width | Width of an item. |
height | Height of an item. |
Definition at line 245 of file iconview.h.
#define IVM_SETMARGINS SVM_SETMARGINS |
The same common control messages as scrollview control
Definition at line 287 of file iconview.h.
#define IVM_SETSCROLLPAGEVAL SVM_SETSCROLLPAGEVAL |
The same common control messages as scrollview control
Definition at line 422 of file iconview.h.
#define IVM_SETSCROLLVAL SVM_SETSCROLLVAL |
The same common control messages as scrollview control
Definition at line 417 of file iconview.h.
#define IVM_SHOWITEM SVM_SHOWITEM |
The same common control messages as scrollview control
Definition at line 362 of file iconview.h.
#define IVM_SORTITEMS SVM_SORTITEMS |
The same common control messages as scrollview control
Definition at line 427 of file iconview.h.