Home
last modified time | relevance | path

Searched refs:output_editor (Results 1 – 11 of 11) sorted by relevance

/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_output_editor.c131 output_editor->flags = 0; in ags_output_editor_init()
138 gtk_box_pack_start(GTK_BOX(output_editor), in ags_output_editor_init()
139 GTK_WIDGET(output_editor->soundcard), in ags_output_editor_init()
145 gtk_box_pack_start(GTK_BOX(output_editor), in ags_output_editor_init()
154 AgsOutputEditor *output_editor; in ags_output_editor_connect() local
171 AgsOutputEditor *output_editor; in ags_output_editor_disconnect() local
184 output_editor, in ags_output_editor_disconnect()
197 AgsOutputEditor *output_editor; in ags_output_editor_apply() local
246 AgsOutputEditor *output_editor; in ags_output_editor_reset() local
387 AgsOutputEditor *output_editor; in ags_output_editor_new() local
[all …]
H A Dags_output_editor_callbacks.c27 …ditor_parent_set_callback(GtkWidget *widget, GtkWidget *old_parent, AgsOutputEditor *output_editor) in ags_output_editor_parent_set_callback() argument
53 gtk_combo_box_set_model(GTK_COMBO_BOX(output_editor->soundcard), in ags_output_editor_parent_set_callback()
56 ags_output_editor_check(output_editor); in ags_output_editor_parent_set_callback()
63 ags_output_editor_soundcard_callback(GtkComboBoxText *combo_text, AgsOutputEditor *output_editor) in ags_output_editor_soundcard_callback() argument
65 ags_output_editor_check(output_editor); in ags_output_editor_soundcard_callback()
H A Dags_line_editor.c266 if(line_editor->output_editor != NULL){ in ags_line_editor_connect()
267 ags_connectable_connect(AGS_CONNECTABLE(line_editor->output_editor)); in ags_line_editor_connect()
302 if(line_editor->output_editor != NULL){ in ags_line_editor_disconnect()
303 ags_connectable_connect(AGS_CONNECTABLE(line_editor->output_editor)); in ags_line_editor_disconnect()
338 if(line_editor->output_editor != NULL){ in ags_line_editor_apply()
339 ags_applicable_apply(AGS_APPLICABLE(line_editor->output_editor)); in ags_line_editor_apply()
358 if(line_editor->output_editor != NULL){ in ags_line_editor_reset()
359 ags_applicable_reset(AGS_APPLICABLE(line_editor->output_editor)); in ags_line_editor_reset()
387 gtk_widget_destroy(GTK_WIDGET(line_editor->output_editor)); in ags_line_editor_set_channel()
419 line_editor->output_editor = ags_output_editor_new(); in ags_line_editor_set_channel()
[all …]
H A Dags_line_editor_callbacks.c42 if(line_editor->output_editor != NULL){ in ags_line_editor_parent_set_callback()
44 (GtkWidget *) line_editor->output_editor, in ags_line_editor_parent_set_callback()
64 if(line_editor->output_editor != NULL){ in ags_line_editor_show_callback()
65 gtk_widget_show((GtkWidget *) line_editor->output_editor); in ags_line_editor_show_callback()
H A Dags_machine_editor.c331 ags_connectable_connect(AGS_CONNECTABLE(machine_editor->output_editor)); in ags_machine_editor_connect()
364 ags_connectable_disconnect(AGS_CONNECTABLE(machine_editor->output_editor)); in ags_machine_editor_disconnect()
380 ags_applicable_set_update(AGS_APPLICABLE(machine_editor->output_editor), update); in ags_machine_editor_set_update()
396 ags_applicable_apply(AGS_APPLICABLE(machine_editor->output_editor)); in ags_machine_editor_apply()
412 ags_applicable_reset(AGS_APPLICABLE(machine_editor->output_editor)); in ags_machine_editor_reset()
465 machine_editor->output_editor = ags_listing_editor_new(AGS_TYPE_OUTPUT); in ags_machine_editor_add_children()
467 (GtkWidget *) machine_editor->output_editor); in ags_machine_editor_add_children()
469 ags_listing_editor_add_children(machine_editor->output_editor, in ags_machine_editor_add_children()
506 gtk_widget_destroy(GTK_WIDGET(machine_editor->output_editor)); in ags_machine_editor_real_set_machine()
H A Dags_output_editor_callbacks.h36 …itor_parent_set_callback(GtkWidget *widget, GtkWidget *old_parent, AgsOutputEditor *output_editor);
38 …d ags_output_editor_soundcard_callback(GtkComboBoxText *combo_box, AgsOutputEditor *output_editor);
H A Dags_output_editor.h72 void ags_output_editor_check(AgsOutputEditor *output_editor);
H A Dags_line_editor.h72 AgsOutputEditor *output_editor; member
H A Dags_machine_editor.h72 AgsListingEditor *output_editor; member
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpdynamicseditor.c405 GtkWidget *output_editor; in gimp_dynamics_editor_init_output_editors() local
414 output_editor = gimp_dynamics_output_editor_new (output); in gimp_dynamics_editor_init_output_editors()
416 gtk_notebook_append_page (GTK_NOTEBOOK (notebook), output_editor, NULL); in gimp_dynamics_editor_init_output_editors()
417 gtk_widget_show (output_editor); in gimp_dynamics_editor_init_output_editors()
420 GIMP_INT_STORE_USER_DATA, output_editor, in gimp_dynamics_editor_init_output_editors()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/test/X/
H A Dags_functional_test_util.c3431 listing_editor = AGS_LISTING_EDITOR(AGS_MACHINE_EDITOR(machine_editor)->output_editor); in ags_functional_test_util_get_line_editor()
3624 enable_button = AGS_PROPERTY_EDITOR(machine_editor->output_editor)->enabled; in ags_functional_test_util_machine_properties_click_enable()
3711 listing_editor = AGS_LISTING_EDITOR(machine_editor->output_editor); in ags_functional_test_util_machine_properties_link_set()
3878 listing_editor = AGS_LISTING_EDITOR(machine_editor->output_editor); in ags_functional_test_util_machine_properties_effect_add()
4015 listing_editor = AGS_LISTING_EDITOR(machine_editor->output_editor); in ags_functional_test_util_machine_properties_effect_remove()
4179 listing_editor = AGS_LISTING_EDITOR(machine_editor->output_editor); in ags_functional_test_util_machine_properties_effect_plugin_type()
4312 listing_editor = AGS_LISTING_EDITOR(machine_editor->output_editor); in ags_functional_test_util_machine_properties_ladspa_filename()
4456 listing_editor = AGS_LISTING_EDITOR(machine_editor->output_editor); in ags_functional_test_util_machine_properties_ladspa_effect()
4598 listing_editor = AGS_LISTING_EDITOR(machine_editor->output_editor); in ags_functional_test_util_machine_properties_lv2_filename()
4740 listing_editor = AGS_LISTING_EDITOR(machine_editor->output_editor); in ags_functional_test_util_machine_properties_lv2_effect()