Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_routes.cc118 rec_state_column = manage (new TreeViewColumn("R", *rec_col_renderer)); in EditorRoutes()
120 rec_state_column->add_attribute(rec_col_renderer->property_state(), _columns.rec_state); in EditorRoutes()
121 rec_state_column->add_attribute(rec_col_renderer->property_visible(), _columns.is_track); in EditorRoutes()
123 rec_state_column->set_sizing(TREE_VIEW_COLUMN_FIXED); in EditorRoutes()
124 rec_state_column->set_alignment(ALIGN_CENTER); in EditorRoutes()
125 rec_state_column->set_expand(false); in EditorRoutes()
126 rec_state_column->set_fixed_width(column_width); in EditorRoutes()
235 _display.append_column (*rec_state_column); in EditorRoutes()
1441 if ((tvc == rec_state_column) || in button_press()
H A Deditor_routes.h167 Gtk::TreeViewColumn* rec_state_column; variable