| Top |  |  |  |  | 
| TeplLanguageChooserDialogTeplLanguageChooserDialog — A dialog for choosing a GtkSourceLanguage | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkWindow
                        ╰── GtkDialog
                            ╰── TeplLanguageChooserDialog
TeplLanguageChooserDialog implements AtkImplementorIface, GtkBuildable and TeplLanguageChooser.
TeplLanguageChooserDialog is a GtkDialog to choose a GtkSourceLanguage. TeplLanguageChooserDialog implements the TeplLanguageChooser interface.
The GtkDialog contains two buttons: Cancel and Select. During the “response” signal emission, if the user has clicked on the Select button, then the “language-activated” signal is emitted.
You probably want to connect to the “response” signal with the
G_CONNECT_AFTER flag, to destroy the dialog.
TeplLanguageChooserDialog *
tepl_language_chooser_dialog_new (GtkWindow *parent);
Since: 6.0