comparison src/audacious/ui_main.h @ 3221:9583cd62231f trunk

implement ui_skinned_window_expose
author Tomasz Mon <desowin@gmail.com>
date Thu, 02 Aug 2007 15:40:46 +0200
parents b1964057a1a0
children f02623377013
comparison
equal deleted inserted replaced
3220:9af29d8ccb61 3221:9583cd62231f
148 void mainwin_set_volume_slider(gint percent); 148 void mainwin_set_volume_slider(gint percent);
149 void mainwin_set_balance_slider(gint percent); 149 void mainwin_set_balance_slider(gint percent);
150 150
151 void mainwin_vis_set_type(VisType mode); 151 void mainwin_vis_set_type(VisType mode);
152 152
153 void mainwin_refresh_hints(void);
153 void mainwin_set_info_text(void); 154 void mainwin_set_info_text(void);
154 void mainwin_set_song_info(gint rate, gint freq, gint nch); 155 void mainwin_set_song_info(gint rate, gint freq, gint nch);
155 void mainwin_clear_song_info(void); 156 void mainwin_clear_song_info(void);
156 void mainwin_set_stopaftersong(gboolean stop); 157 void mainwin_set_stopaftersong(gboolean stop);
157 void mainwin_set_noplaylistadvance(gboolean no_advance); 158 void mainwin_set_noplaylistadvance(gboolean no_advance);