ui/common/context.h

changeset 141
cc2170ea05ad
parent 140
c03c338a7dcf
child 145
853685152c1d
equal deleted inserted replaced
140:c03c338a7dcf 141:cc2170ea05ad
99 //UiVar* uic_get_var(UiContext *ctx, char *name); 99 //UiVar* uic_get_var(UiContext *ctx, char *name);
100 UiVar* uic_create_var(UiContext *ctx, char *name, UiVarType type); 100 UiVar* uic_create_var(UiContext *ctx, char *name, UiVarType type);
101 void* uic_create_value(UiContext *ctx, UiVarType type); 101 void* uic_create_value(UiContext *ctx, UiVarType type);
102 102
103 void uic_copy_binding(UiVar *from, UiVar *to, UiBool copytodoc); 103 void uic_copy_binding(UiVar *from, UiVar *to, UiBool copytodoc);
104 void uic_save_var(UiVar *var);
104 void uic_unbind_var(UiVar *var); 105 void uic_unbind_var(UiVar *var);
105 106
106 void uic_reg_var(UiContext *ctx, char *name, UiVarType type, void *value); 107 void uic_reg_var(UiContext *ctx, char *name, UiVarType type, void *value);
107 108
108 void uic_remove_bound_var(UiContext *ctx, UiVar *var); 109 void uic_remove_bound_var(UiContext *ctx, UiVar *var);

mercurial