20 #ifndef _WIDGETS_ARDOUR_FADER_H_
21 #define _WIDGETS_ARDOUR_FADER_H_
26 #include <ytkmm/adjustment.h>
39 ArdourFader (Gtk::Adjustment& adjustment,
int orientation,
int span,
int girth);
44 void set_text (
const std::string&,
bool centered =
true,
bool expose =
true);
55 void render (Cairo::RefPtr<Cairo::Context>
const&, cairo_rectangle_t*);
104 double afr,
double afg,
double afb,
105 double abr,
double abg,
double abb,
118 bool matches (
double afr,
double afg,
double afb,
119 double abr,
double abg,
double abb,
133 static cairo_pattern_t*
find_pattern (
double afr,
double afg,
double afb,
134 double abr,
double abg,
double abb,