ui/ui/toolkit.h

branch
newapi
changeset 216
391c2c723029
parent 215
1bd5534c395d
child 224
88bc21b19213
equal deleted inserted replaced
215:1bd5534c395d 216:391c2c723029
438 438
439 UIEXPORT UiIcon* ui_icon(const char* name, size_t size); 439 UIEXPORT UiIcon* ui_icon(const char* name, size_t size);
440 UIEXPORT UiIcon* ui_imageicon(const char* file); 440 UIEXPORT UiIcon* ui_imageicon(const char* file);
441 UIEXPORT void ui_icon_free(UiIcon* icon); 441 UIEXPORT void ui_icon_free(UiIcon* icon);
442 442
443 UIEXPORT UiIcon* ui_foldericon(size_t size);
444 UIEXPORT UiIcon* ui_fileicon(size_t size);
443 445
444 #ifdef __cplusplus 446 #ifdef __cplusplus
445 } 447 }
446 #endif 448 #endif
447 449

mercurial