comparison gui/win32/gui.h @ 37053:84c93a60ead3

Add new item 'rpotmeter'. This is the missing counterpart to hpotmeter and vpotmeter allowing rotary control elements in a GUI skin now. Based on an idea and a realization by Hans-Dieter Kosch, hdkosch kabelbw de. Additionally, update (and revise) documentation.
author ib
date Sat, 12 Apr 2014 23:29:29 +0000
parents 7affacef2f88
children c63629427fde
comparison
equal deleted inserted replaced
37052:2ef6693131f7 37053:84c93a60ead3
105 int create_window(gui_t *gui, char *skindir); 105 int create_window(gui_t *gui, char *skindir);
106 int create_videowindow(gui_t *gui); 106 int create_videowindow(gui_t *gui);
107 int parse_filename(char *file, play_tree_t *playtree, m_config_t *mconfig, int clear); 107 int parse_filename(char *file, play_tree_t *playtree, m_config_t *mconfig, int clear);
108 void capitalize(char *fname); 108 void capitalize(char *fname);
109 LPSTR acp(LPCSTR utf8); 109 LPSTR acp(LPCSTR utf8);
110 double appRadian(widget *item, int x, int y);
110 111
111 void renderinfobox(skin_t *skin, window_priv_t *priv); 112 void renderinfobox(skin_t *skin, window_priv_t *priv);
112 void renderwidget(skin_t *skin, image *dest, widget *item, int state); 113 void renderwidget(skin_t *skin, image *dest, widget *item, int state);
113 114
114 /* Dialogs */ 115 /* Dialogs */