| Top |
| GtkWidget * | e_categories_dialog_new () |
| gchar * | e_categories_dialog_get_categories () |
| void | e_categories_dialog_set_categories () |
GtkWidget *
e_categories_dialog_new (const gchar *categories);
e_categories_dialog_new is deprecated and should not be used in newly-written code.
Creates a new ECategoriesDialog widget and sets the initial selection
to categories
.
gchar *
e_categories_dialog_get_categories (ECategoriesDialog *dialog);
e_categories_dialog_get_categories is deprecated and should not be used in newly-written code.
Gets a comma-separated list of the categories currently selected in the dialog.