Mercurial > audlegacy
comparison src/audacious/ui_main.h @ 2942:1a59a0ced6a8 trunk
make scrolling stop for second when it reaches end, replace remaining mainwin TextBox with UiSkinnedTextbox
author | Tomasz Mon <desowin@gmail.com> |
---|---|
date | Sat, 30 Jun 2007 18:44:20 +0200 |
parents | cd21a4556dd2 |
children | 13591e28d89e |
comparison
equal
deleted
inserted
replaced
2941:d9a2434375f1 | 2942:1a59a0ced6a8 |
---|---|
99 | 99 |
100 extern GtkWidget *mainwin_jtf; | 100 extern GtkWidget *mainwin_jtf; |
101 extern GtkWidget *mainwin_eq, *mainwin_pl; | 101 extern GtkWidget *mainwin_eq, *mainwin_pl; |
102 extern GtkWidget *mainwin_info; | 102 extern GtkWidget *mainwin_info; |
103 | 103 |
104 extern TextBox *mainwin_stime_min, *mainwin_stime_sec; | 104 extern GtkWidget *mainwin_stime_min, *mainwin_stime_sec; |
105 | 105 |
106 extern Vis *active_vis; | 106 extern Vis *active_vis; |
107 extern Vis *mainwin_vis; | 107 extern Vis *mainwin_vis; |
108 extern SVis *mainwin_svis; | 108 extern SVis *mainwin_svis; |
109 | 109 |