ui/ui/toolkit.h

branch
newapi
changeset 241
c51dd0e9ecb7
parent 235
9c79f00fbf36
child 243
9f66c31a27ed
equal deleted inserted replaced
240:9335e9bbc167 241:c51dd0e9ecb7
472 UIEXPORT void ui_icon_free(UiIcon* icon); 472 UIEXPORT void ui_icon_free(UiIcon* icon);
473 473
474 UIEXPORT UiIcon* ui_foldericon(size_t size); 474 UIEXPORT UiIcon* ui_foldericon(size_t size);
475 UIEXPORT UiIcon* ui_fileicon(size_t size); 475 UIEXPORT UiIcon* ui_fileicon(size_t size);
476 476
477
478 UiStr ui_str(char *cstr);
479 UiStr ui_str_free(char *str, void (*free)(void *v));
480
477 #ifdef __cplusplus 481 #ifdef __cplusplus
478 } 482 }
479 #endif 483 #endif
480 484
481 #endif /* UI_TOOLKIT_H */ 485 #endif /* UI_TOOLKIT_H */

mercurial