comparison audacious/mainwin.h @ 433:041bc95827be trunk

[svn] Convert prev/next buttons to tristate, via create_pbutton_ex().
author nenolod
date Sat, 14 Jan 2006 17:21:16 -0800
parents ac6389064cf9
children 12c47704b4b5
comparison
equal deleted inserted replaced
432:e01a4c8f616f 433:041bc95827be
133 void mainwin_release_info_text(void); 133 void mainwin_release_info_text(void);
134 void mainwin_play_pushed(void); 134 void mainwin_play_pushed(void);
135 void mainwin_stop_pushed(void); 135 void mainwin_stop_pushed(void);
136 void mainwin_eject_pushed(void); 136 void mainwin_eject_pushed(void);
137 137
138 void mainwin_rev_pushed(void);
139 void mainwin_rev_release(void);
140 void mainwin_fwd_pushed(void);
141 void mainwin_fwd_release(void);
142
138 void mainwin_set_back_pixmap(void); 143 void mainwin_set_back_pixmap(void);
139 144
140 void mainwin_adjust_volume_motion(gint v); 145 void mainwin_adjust_volume_motion(gint v);
141 void mainwin_adjust_volume_release(void); 146 void mainwin_adjust_volume_release(void);
142 void mainwin_adjust_balance_motion(gint b); 147 void mainwin_adjust_balance_motion(gint b);