ui/ui/properties.h

changeset 29
c96169444d88
parent 24
06bceda81a03
child 30
34513f76d5a8
equal deleted inserted replaced
28:794a5c91c479 29:c96169444d88
43 char* ui_get_property(char *name); 43 char* ui_get_property(char *name);
44 void ui_set_property(char *name, char *value); 44 void ui_set_property(char *name, char *value);
45 45
46 void ui_set_default_property(char *name, char *value); 46 void ui_set_default_property(char *name, char *value);
47 47
48 void ui_load_locale(char *locale);
49
50 char* uistr(char *name);
51
48 #ifdef __cplusplus 52 #ifdef __cplusplus
49 } 53 }
50 #endif 54 #endif
51 55
52 #endif /* UI_PROPERTIES_H */ 56 #endif /* UI_PROPERTIES_H */

mercurial