MiniGUI API Reference (MiniGUI-Processes)
v5.0.6
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 234 of file iconview.h.
#define IVM_CHOOSEITEM SVM_CHOOSEITEM |
The same common control messages as scrollview control
Definition at line 379 of file iconview.h.
#define IVM_DELITEM SVM_DELITEM |
The same common control messages as scrollview control
Definition at line 269 of file iconview.h.
#define IVM_GETBOTTOMMARGIN SVM_GETBOTTOMMARGIN |
The same common control messages as scrollview control
Definition at line 319 of file iconview.h.
#define IVM_GETCONTENTX SVM_GETCONTENTX |
The same common control messages as scrollview control
Definition at line 349 of file iconview.h.
#define IVM_GETCONTENTY SVM_GETCONTENTY |
The same common control messages as scrollview control
Definition at line 354 of file iconview.h.
#define IVM_GETCONTHEIGHT SVM_GETCONTHEIGHT |
The same common control messages as scrollview control
Definition at line 339 of file iconview.h.
#define IVM_GETCONTWIDTH SVM_GETCONTWIDTH |
The same common control messages as scrollview control
Definition at line 334 of file iconview.h.
#define IVM_GETCURSEL SVM_GETCURSEL |
The same common control messages as scrollview control
Definition at line 364 of file iconview.h.
#define IVM_GETFIRSTVISIBLEITEM SVM_GETFIRSTVISIBLEITEM |
The same common control messages as scrollview control
Definition at line 464 of file iconview.h.
#define IVM_GETHSCROLLPAGEVAL SVM_GETHSCROLLPAGEVAL |
The same common control messages as scrollview control
Definition at line 419 of file iconview.h.
#define IVM_GETHSCROLLVAL SVM_GETHSCROLLVAL |
The same common control messages as scrollview control
Definition at line 409 of file iconview.h.
#define IVM_GETITEMADDDATA SVM_GETITEMADDDATA |
The same common control messages as scrollview control
Definition at line 449 of file iconview.h.
#define IVM_GETITEMCOUNT SVM_GETITEMCOUNT |
The same common control messages as scrollview control
Definition at line 444 of file iconview.h.
#define IVM_GETLEFTMARGIN SVM_GETLEFTMARGIN |
The same common control messages as scrollview control
Definition at line 304 of file iconview.h.
#define IVM_GETMARGINS SVM_GETMARGINS |
The same common control messages as scrollview control
Definition at line 294 of file iconview.h.
#define IVM_GETRIGHTMARGIN SVM_GETRIGHTMARGIN |
The same common control messages as scrollview control
Definition at line 314 of file iconview.h.
#define IVM_GETTOPMARGIN SVM_GETTOPMARGIN |
The same common control messages as scrollview control
Definition at line 309 of file iconview.h.
#define IVM_GETVISIBLEHEIGHT SVM_GETVISIBLEHEIGHT |
The same common control messages as scrollview control
Definition at line 329 of file iconview.h.
#define IVM_GETVISIBLEWIDTH SVM_GETVISIBLEWIDTH |
The same common control messages as scrollview control
Definition at line 324 of file iconview.h.
#define IVM_GETVSCROLLPAGEVAL SVM_GETVSCROLLPAGEVAL |
The same common control messages as scrollview control
Definition at line 424 of file iconview.h.
#define IVM_GETVSCROLLVAL SVM_GETVSCROLLVAL |
The same common control messages as scrollview control
Definition at line 414 of file iconview.h.
#define IVM_MAKEPOSVISIBLE SVM_MAKEPOSVISIBLE |
The same common control messages as scrollview control
Definition at line 404 of file iconview.h.
#define IVM_REFRESHITEM SVM_REFRESHITEM |
The same common control messages as scrollview control
Definition at line 459 of file iconview.h.
#define IVM_RESETCONTENT SVM_RESETCONTENT |
The same common control messages as scrollview control
Definition at line 264 of file iconview.h.
#define IVM_SELECTITEM SVM_SELECTITEM |
The same common control messages as scrollview control
Definition at line 369 of file iconview.h.
#define IVM_SETCONTHEIGHT SVM_SETCONTHEIGHT |
The same common control messages as scrollview control
Definition at line 284 of file iconview.h.
#define IVM_SETCONTPOS SVM_SETCONTPOS |
The same common control messages as scrollview control
Definition at line 359 of file iconview.h.
#define IVM_SETCONTRANGE SVM_SETCONTRANGE |
The same common control messages as scrollview control
Definition at line 344 of file iconview.h.
#define IVM_SETCONTWIDTH SVM_SETCONTWIDTH |
The same common control messages as scrollview control
Definition at line 279 of file iconview.h.
#define IVM_SETCURSEL SVM_SETCURSEL |
The same common control messages as scrollview control
Definition at line 384 of file iconview.h.
#define IVM_SETITEMADDDATA SVM_SETITEMADDDATA |
The same common control messages as scrollview control
Definition at line 454 of file iconview.h.
#define IVM_SETITEMCMP SVM_SETITEMCMP |
The same common control messages as scrollview control
Definition at line 399 of file iconview.h.
#define IVM_SETITEMDESTROY SVM_SETITEMDESTROY |
The same common control messages as scrollview control
Definition at line 394 of file iconview.h.
#define IVM_SETITEMDRAW SVM_SETITEMDRAW |
The same common control messages as scrollview control
Definition at line 274 of file iconview.h.
#define IVM_SETITEMINIT SVM_SETITEMINIT |
The same common control messages as scrollview control
Definition at line 389 of file iconview.h.
#define IVM_SETITEMOPS SVM_SETITEMOPS |
The same common control messages as scrollview control
Definition at line 289 of file iconview.h.
#define IVM_SETITEMSIZE 0xF436 |
Set 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 257 of file iconview.h.
#define IVM_SETMARGINS SVM_SETMARGINS |
The same common control messages as scrollview control
Definition at line 299 of file iconview.h.
#define IVM_SETSCROLLPAGEVAL SVM_SETSCROLLPAGEVAL |
The same common control messages as scrollview control
Definition at line 434 of file iconview.h.
#define IVM_SETSCROLLVAL SVM_SETSCROLLVAL |
The same common control messages as scrollview control
Definition at line 429 of file iconview.h.
#define IVM_SHOWITEM SVM_SHOWITEM |
The same common control messages as scrollview control
Definition at line 374 of file iconview.h.
#define IVM_SORTITEMS SVM_SORTITEMS |
The same common control messages as scrollview control
Definition at line 439 of file iconview.h.