Home
last modified time | relevance | path

Searched refs:solo_safe_renderer (Results 1 – 1 of 1) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_routes.cc212 CellRendererPixbufMulti* solo_safe_renderer = manage (new CellRendererPixbufMulti ()); in EditorRoutes() local
214 solo_safe_renderer->set_pixbuf (0, ::get_icon("solo-safe-disabled")); in EditorRoutes()
215 solo_safe_renderer->set_pixbuf (1, ::get_icon("solo-safe-enabled")); in EditorRoutes()
216solo_safe_renderer->signal_changed().connect (sigc::mem_fun (*this, &EditorRoutes::on_tv_solo_safe… in EditorRoutes()
218 solo_safe_state_column = manage (new TreeViewColumn(_("SS"), *solo_safe_renderer)); in EditorRoutes()
219 …solo_safe_state_column->add_attribute(solo_safe_renderer->property_state(), _columns.solo_safe_sta… in EditorRoutes()
220 …solo_safe_state_column->add_attribute(solo_safe_renderer->property_visible(), _columns.solo_lock_i… in EditorRoutes()