comparison gui/win32/gui.h @ 34163:95c396eb89ab

Internationalize and localize the Win32 GUI. Replace string constants by symbolic constants and add new symbolic constants where necessary.
author ib
date Tue, 25 Oct 2011 13:46:43 +0000
parents 896b427e598e
children ac6b38cd0d45
comparison
equal deleted inserted replaced
34162:9b1b7d46b8d0 34163:95c396eb89ab
102 int destroy_window(gui_t *gui); 102 int destroy_window(gui_t *gui);
103 int create_window(gui_t *gui, char *skindir); 103 int create_window(gui_t *gui, char *skindir);
104 int create_subwindow(gui_t *gui); 104 int create_subwindow(gui_t *gui);
105 int parse_filename(char *file, play_tree_t *playtree, m_config_t *mconfig, int clear); 105 int parse_filename(char *file, play_tree_t *playtree, m_config_t *mconfig, int clear);
106 void capitalize(char *filename); 106 void capitalize(char *filename);
107 LPSTR acp(LPCSTR utf8);
107 108
108 void renderinfobox(skin_t *skin, window_priv_t *priv); 109 void renderinfobox(skin_t *skin, window_priv_t *priv);
109 void renderwidget(skin_t *skin, image *dest, widget *item, int state); 110 void renderwidget(skin_t *skin, image *dest, widget *item, int state);
110 111
111 /* Dialogs */ 112 /* Dialogs */