ui/ui/toolkit.h

branch
newapi
changeset 215
1bd5534c395d
parent 208
f632bc0589ab
child 216
391c2c723029
equal deleted inserted replaced
214:279c0c81d3b1 215:1bd5534c395d
431 UIEXPORT void ui_set_enabled(UIWIDGET widget, int enabled); 431 UIEXPORT void ui_set_enabled(UIWIDGET widget, int enabled);
432 UIEXPORT void ui_set_show_all(UIWIDGET widget, int value); 432 UIEXPORT void ui_set_show_all(UIWIDGET widget, int value);
433 UIEXPORT void ui_set_visible(UIWIDGET widget, int visible); 433 UIEXPORT void ui_set_visible(UIWIDGET widget, int visible);
434 434
435 435
436
437
438
439 UIEXPORT UiIcon* ui_icon(const char* name, size_t size);
440 UIEXPORT UiIcon* ui_imageicon(const char* file);
441 UIEXPORT void ui_icon_free(UiIcon* icon);
442
443
436 #ifdef __cplusplus 444 #ifdef __cplusplus
437 } 445 }
438 #endif 446 #endif
439 447
440 #endif /* UI_TOOLKIT_H */ 448 #endif /* UI_TOOLKIT_H */

mercurial