mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
goodbye pixmaps and pixbufs (no longer) used by Gtkmm2ext::PixFader
git-svn-id: svn://localhost/ardour2/branches/3.0@13827 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
31172d0c71
commit
b1029a3caf
13 changed files with 42 additions and 189 deletions
|
|
@ -131,8 +131,6 @@ public:
|
|||
std::string state_id () const;
|
||||
Gtk::Menu* build_controls_menu ();
|
||||
|
||||
static void setup_slider_pix ();
|
||||
|
||||
protected:
|
||||
ArdourButton _button;
|
||||
Gtk::VBox _vbox;
|
||||
|
|
@ -140,9 +138,6 @@ protected:
|
|||
|
||||
virtual void setup_visuals ();
|
||||
|
||||
static Glib::RefPtr<Gdk::Pixbuf> _slider_pixbuf;
|
||||
static Glib::RefPtr<Gdk::Pixbuf> _slider_pixbuf_desensitised;
|
||||
|
||||
private:
|
||||
void led_clicked();
|
||||
void processor_active_changed ();
|
||||
|
|
@ -159,7 +154,7 @@ private:
|
|||
|
||||
class Control : public sigc::trackable {
|
||||
public:
|
||||
Control (Glib::RefPtr<Gdk::Pixbuf>, Glib::RefPtr<Gdk::Pixbuf>, boost::shared_ptr<ARDOUR::AutomationControl>, std::string const &);
|
||||
Control (boost::shared_ptr<ARDOUR::AutomationControl>, std::string const &);
|
||||
|
||||
void set_pixel_width (int);
|
||||
void set_visible (bool);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue