Lines Matching refs:output_scrolled_scale_box

485   automation_editor->output_scrolled_scale_box = ags_scrolled_scale_box_new();  in ags_automation_editor_init()
486 g_object_set(automation_editor->output_scrolled_scale_box, in ags_automation_editor_init()
490 automation_editor->output_scrolled_scale_box->scale_box = (AgsScaleBox *) ags_vscale_box_new(); in ags_automation_editor_init()
491 g_object_set(automation_editor->output_scrolled_scale_box->scale_box, in ags_automation_editor_init()
496 gtk_container_add(GTK_CONTAINER(automation_editor->output_scrolled_scale_box->viewport), in ags_automation_editor_init()
497 GTK_WIDGET(automation_editor->output_scrolled_scale_box->scale_box)); in ags_automation_editor_init()
498 gtk_widget_set_size_request((GtkWidget *) automation_editor->output_scrolled_scale_box, in ags_automation_editor_init()
502 gtk_widget_set_valign((GtkWidget *) automation_editor->output_scrolled_scale_box, in ags_automation_editor_init()
504 gtk_widget_set_halign((GtkWidget *) automation_editor->output_scrolled_scale_box, in ags_automation_editor_init()
507 gtk_widget_set_vexpand((GtkWidget *) automation_editor->output_scrolled_scale_box, in ags_automation_editor_init()
509 gtk_widget_set_hexpand((GtkWidget *) automation_editor->output_scrolled_scale_box, in ags_automation_editor_init()
513 (GtkWidget *) automation_editor->output_scrolled_scale_box, in ags_automation_editor_init()
952 …tk_scrollable_get_vadjustment(GTK_SCROLLABLE(automation_editor->output_scrolled_scale_box->viewpor… in ags_automation_editor_reset_output_scrollbar()
1234 …t = gtk_container_get_children(GTK_CONTAINER(automation_editor->output_scrolled_scale_box->scale_b… in ags_automation_editor_real_machine_changed()
1478 gtk_box_pack_start(GTK_BOX(automation_editor->output_scrolled_scale_box->scale_box), in ags_automation_editor_real_machine_changed()