Enhancement to Channel Mixer UI on behalf of Philippe goo...@hupe.me; (issue 958)

This commit is contained in:
Michael Ezra
2011-09-04 17:27:25 -04:00
parent cf12b711bf
commit 249d372531
14 changed files with 99 additions and 17 deletions

View File

@@ -66,6 +66,7 @@ class Adjuster : public Gtk::VBox {
int delay;
Adjuster (Glib::ustring label, double vmin, double vmax, double vstep, double vdefault, bool editedCheckBox=false);
Adjuster (Gtk::Image *imgIcon, double vmin, double vmax, double vstep, double vdefault, bool editedCheckBox=false);
virtual ~Adjuster ();
void setAdjusterListener (AdjusterListener* alistener);