ui/common/context.h

branch
newapi
changeset 192
bcacd00ea955
parent 187
24ce2c326d85
--- a/ui/common/context.h	Sun Oct 01 17:22:17 2023 +0200
+++ b/ui/common/context.h	Sun Oct 01 18:54:23 2023 +0200
@@ -117,6 +117,8 @@
 UiVar* uic_create_value_var(UiContext *ctx, void *value);
 void* uic_create_value(UiContext *ctx, UiVarType type);
 
+UiVar* uic_widget_var(UiContext* toplevel, UiContext* current, void* value, const char* varname, UiVarType type);
+
 void uic_copy_binding(UiVar *from, UiVar *to, UiBool copytodoc);
 void uic_save_var2(UiVar *var);
 void uic_unbind_var(UiVar *var);

mercurial