ui/ui/toolkit.h

branch
newapi
changeset 215
1bd5534c395d
parent 208
f632bc0589ab
child 216
391c2c723029
--- a/ui/ui/toolkit.h	Fri Oct 13 11:26:47 2023 +0200
+++ b/ui/ui/toolkit.h	Fri Oct 13 15:20:54 2023 +0200
@@ -433,6 +433,14 @@
 UIEXPORT void ui_set_visible(UIWIDGET widget, int visible);
 
 
+
+
+
+UIEXPORT UiIcon* ui_icon(const char* name, size_t size);
+UIEXPORT UiIcon* ui_imageicon(const char* file);
+UIEXPORT void ui_icon_free(UiIcon* icon);
+
+
 #ifdef	__cplusplus
 }
 #endif

mercurial