ui/ui/properties.h

changeset 30
34513f76d5a8
parent 29
c96169444d88
child 140
c03c338a7dcf
equal deleted inserted replaced
29:c96169444d88 30:34513f76d5a8
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); 48 void ui_locales_dir(char *path);
49 void ui_pixmaps_dir(char *path);
50
51 void ui_load_lang(char *locale);
52 void ui_load_lang_def(char *locale, char *default_locale);
49 53
50 char* uistr(char *name); 54 char* uistr(char *name);
55 char* uistr_n(char *name);
51 56
52 #ifdef __cplusplus 57 #ifdef __cplusplus
53 } 58 }
54 #endif 59 #endif
55 60

mercurial