ui/ui/properties.h

changeset 51
e324291ca9f8
parent 0
2483f517c562
equal deleted inserted replaced
50:9c25e2616bfa 51:e324291ca9f8
34 #ifdef __cplusplus 34 #ifdef __cplusplus
35 extern "C" { 35 extern "C" {
36 #endif 36 #endif
37 37
38 typedef struct CxMap UiProperties; 38 typedef struct CxMap UiProperties;
39
40 char* ui_getappdir();
41 char* ui_configfile(char *name);
42 39
43 char* ui_get_property(char *name); 40 char* ui_get_property(char *name);
44 void ui_set_property(char *name, char *value); 41 void ui_set_property(char *name, char *value);
45 42
46 void ui_set_default_property(char *name, char *value); 43 void ui_set_default_property(char *name, char *value);

mercurial