Home
last modified time | relevance | path

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

/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/podcasts-gtk/src/widgets/
H A Dhome_view.rs56 rest_box: gtk::Box, field
73 let rest_box: gtk::Box = builder.object("rest_box").unwrap(); in default() localVariable
94 rest_box, in default()
129 Rest => add_to_box(&widget, &home.rest_list, &home.rest_box), in new()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dstep_entry.cc307 rest_box.pack_start (rest_button, true, false); in StepEntry()
308 rest_box.pack_start (grid_rest_button, true, false); in StepEntry()
309 rest_box.pack_start (back_button, true, false); in StepEntry()
371 upper_box.pack_start (rest_box, false, false); in StepEntry()
H A Dstep_entry.h96 Gtk::VBox rest_box; variable