Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | e_source_selector_dialog_new () |
gboolean | e_source_selector_dialog_select_default_source () |
ESource * | e_source_selector_dialog_peek_primary_selection () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkDialog ╰── ESourceSelectorDialog
GtkWidget * e_source_selector_dialog_new (GtkWindow *parent
,ESourceList *source_list
);
Create a new source selector dialog for the given list
.
gboolean
e_source_selector_dialog_select_default_source
(ESourceSelectorDialog *dialog
);
Selects the default source in the dialog.
Since 2.28
ESource *
e_source_selector_dialog_peek_primary_selection
(ESourceSelectorDialog *dialog
);
Peek the currently selected source in the given dialog
.