Home
last modified time | relevance | path

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

/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_automation_editor.c485 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()
491 g_object_set(automation_editor->output_scrolled_scale_box->scale_box, 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()
[all …]
H A Dags_automation_editor.h100 AgsScrolledScaleBox *output_scrolled_scale_box; member
H A Dags_automation_editor_callbacks.c105 …tk_scrollable_get_vadjustment(GTK_SCROLLABLE(automation_editor->output_scrolled_scale_box->viewpor… in ags_automation_editor_output_vscrollbar_value_changed()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/editor/
H A Dags_automation_toolbar.c1152 gtk_box_pack_start((GtkBox *) automation_editor->output_scrolled_scale_box->scale_box, in ags_automation_toolbar_apply_port()
1274 … gtk_container_get_children((GtkContainer *) automation_editor->output_scrolled_scale_box->scale_b… in ags_automation_toolbar_apply_port()