Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dmixer_strip.cc119 , bottom_button_table (1, 3) in MixerStrip()
157 , bottom_button_table (1, 3) in MixerStrip()
202 bottom_button_table.attach (gpm.meter_point_button, 2, 3, 0, 1); in init()
267 bottom_button_table.set_spacings (2); in init()
268 bottom_button_table.set_homogeneous (true); in init()
269 bottom_button_table.attach (group_button, 1, 2, 0, 1); in init()
270 bottom_button_table.attach (gpm.gain_automation_state_button, 0, 1, 0, 1); in init()
332 global_vpacker.pack_start (bottom_button_table, Gtk::PACK_SHRINK); in init()
533 bottom_button_table.remove (group_button); in set_route()
590 bottom_button_table.attach (group_button, 1, 2, 0, 1); in set_route()
[all …]
H A Dmixer_strip.h196 Gtk::Table bottom_button_table; variable