ui/ui/properties.h

branch
newapi
changeset 379
958bae372271
parent 341
c7427cadabd3
equal deleted inserted replaced
378:d41b1ffc5f77 379:958bae372271
33 33
34 #ifdef __cplusplus 34 #ifdef __cplusplus
35 extern "C" { 35 extern "C" {
36 #endif 36 #endif
37 37
38 typedef struct CxMap UiProperties;
39
40 char* ui_get_property(char *name); 38 char* ui_get_property(char *name);
41 void ui_set_property(char *name, char *value); 39 void ui_set_property(char *name, char *value);
42 40
43 void ui_set_default_property(char *name, char *value); 41 void ui_set_default_property(char *name, char *value);
44 42

mercurial