ECategoriesDialog
ECategoriesDialog —
|
|
Implemented Interfaces
ECategoriesDialog implements
AtkImplementorIface and GtkBuildable.
Details
ECategoriesDialog
typedef struct _ECategoriesDialog ECategoriesDialog;
e_categories_dialog_new ()
GtkWidget * e_categories_dialog_new (const gchar *categories
);
Creates a new ECategoriesDialog widget and sets the initial selection
to categories
.
e_categories_dialog_get_categories ()
const gchar * e_categories_dialog_get_categories (ECategoriesDialog *dialog
);
Gets a comma-separated list of the categories currently selected
in the dialog.
e_categories_dialog_set_categories ()
void e_categories_dialog_set_categories (ECategoriesDialog *dialog
,
const gchar *categories
);
Sets the list of categories selected on the dialog.