Home
last modified time | relevance | path

Searched refs:open_files_with_combobox (Results 1 – 1 of 1) sorted by path

/dports/audio/easytag/easytag-2.4.3/src/
H A Dbrowser.c86 GtkWidget *open_files_with_combobox; member
4627 if (!GTK_IS_COMBO_BOX (priv->open_files_with_combobox) || !ETCore->ETFileDisplayedList) in Run_Program_With_Selected_Files()
4631 …up (gtk_entry_get_text (GTK_ENTRY (gtk_bin_get_child (GTK_BIN (priv->open_files_with_combobox))))); in Run_Program_With_Selected_Files()
4721 priv->open_files_with_combobox = GTK_WIDGET (gtk_builder_get_object (builder, in et_browser_show_open_files_with_dialog()
4723 gtk_combo_box_set_model (GTK_COMBO_BOX (priv->open_files_with_combobox), in et_browser_show_open_files_with_dialog()
4725 gtk_widget_set_size_request (GTK_WIDGET (priv->open_files_with_combobox), in et_browser_show_open_files_with_dialog()
4731 g_signal_connect_swapped (gtk_bin_get_child (GTK_BIN (priv->open_files_with_combobox)), in et_browser_show_open_files_with_dialog()
4741 … G_OBJECT (gtk_bin_get_child (GTK_BIN (priv->open_files_with_combobox)))); in et_browser_show_open_files_with_dialog()
4751 g_signal_connect_swapped (gtk_bin_get_child (GTK_BIN (priv->open_files_with_combobox)), in et_browser_show_open_files_with_dialog()
4755 g_signal_emit_by_name (gtk_bin_get_child (GTK_BIN (priv->open_files_with_combobox)), in et_browser_show_open_files_with_dialog()