Home
last modified time | relevance | path

Searched refs:resize_editor (Results 1 – 8 of 8) sorted by relevance

/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_resize_editor.c130 ags_resize_editor_init(AgsResizeEditor *resize_editor) in ags_resize_editor_init() argument
136 gtk_box_pack_start(GTK_BOX(resize_editor), in ags_resize_editor_init()
162 GTK_WIDGET(resize_editor->audio_channels), in ags_resize_editor_init()
187 GTK_WIDGET(resize_editor->output_pads), in ags_resize_editor_init()
212 GTK_WIDGET(resize_editor->input_pads), in ags_resize_editor_init()
239 AgsResizeEditor *resize_editor; in ags_resize_editor_apply() local
249 resize_editor = AGS_RESIZE_EDITOR(applicable); in ags_resize_editor_apply()
283 AgsResizeEditor *resize_editor; in ags_resize_editor_reset() local
292 resize_editor = AGS_RESIZE_EDITOR(applicable); in ags_resize_editor_reset()
343 AgsResizeEditor *resize_editor; in ags_resize_editor_new() local
[all …]
H A Dags_machine_editor.c337 ags_connectable_connect(AGS_CONNECTABLE(machine_editor->resize_editor)); in ags_machine_editor_connect()
370 ags_connectable_disconnect(AGS_CONNECTABLE(machine_editor->resize_editor)); in ags_machine_editor_disconnect()
386 ags_applicable_set_update(AGS_APPLICABLE(machine_editor->resize_editor), update); in ags_machine_editor_set_update()
402 ags_applicable_apply(AGS_APPLICABLE(machine_editor->resize_editor)); in ags_machine_editor_apply()
418 ags_applicable_reset(AGS_APPLICABLE(machine_editor->resize_editor)); in ags_machine_editor_reset()
497 machine_editor->resize_editor = ags_resize_editor_new(); in ags_machine_editor_add_children()
499 (GtkWidget *) machine_editor->resize_editor); in ags_machine_editor_add_children()
510 gtk_widget_destroy(GTK_WIDGET(machine_editor->resize_editor)); in ags_machine_editor_real_set_machine()
H A Dags_machine_editor.h84 AgsResizeEditor *resize_editor; member
/dports/chinese/tintin++/tt/src/
H A Dedit.c309 void resize_editor(struct edit_data *edit, int size) in resize_editor() function
392 resize_editor(edit, index + 2); in create_line()
424 resize_editor(edit, edit->used + 2); in insert_line()
H A Dtintin.h2269 extern void resize_editor(struct edit_data *edit, int size);
/dports/net/tintin++/tt/src/
H A Dedit.c309 void resize_editor(struct edit_data *edit, int size) in resize_editor() function
392 resize_editor(edit, index + 2); in create_line()
424 resize_editor(edit, edit->used + 2); in insert_line()
H A Dtintin.h2269 extern void resize_editor(struct edit_data *edit, int size);
/dports/audio/gsequencer/gsequencer-3.10.4/ags/test/X/
H A Dags_functional_test_util.c3644 enable_button = AGS_PROPERTY_EDITOR(machine_editor->resize_editor)->enabled; in ags_functional_test_util_machine_properties_click_enable()
5343 gtk_spin_button_set_value(machine_editor->resize_editor->audio_channels, in ags_functional_test_util_machine_properties_resize_audio_channels()
5387 gtk_spin_button_set_value(machine_editor->resize_editor->input_pads, in ags_functional_test_util_machine_properties_resize_inputs()
5431 gtk_spin_button_set_value(machine_editor->resize_editor->output_pads, in ags_functional_test_util_machine_properties_resize_outputs()