| Top |  |  |  |  | 
|  | e_categories_editor_new () | 
|  | e_categories_editor_get_categories () | 
|  | e_categories_editor_set_categories () | 
|  | e_categories_editor_get_entry_visible () | 
|  | e_categories_editor_set_entry_visible () | 
GtkWidget * e_categories_editor_new (void);
Creates a new ECategoriesEditor widget.
Since: 3.2
gchar * e_categories_editor_get_categories (ECategoriesEditor *editor);
Gets a comma-separated list of the categories currently selected in the editor.
Since: 3.2
void e_categories_editor_set_categories (ECategoriesEditor *editor,const);gchar *categories
Sets the list of categories selected on the editor.
Since: 3.2
gboolean e_categories_editor_get_entry_visible (ECategoriesEditor *editor);
Return the visibility of the category input entry.
Since: 3.2
void e_categories_editor_set_entry_visible (ECategoriesEditor *editor,);gboolean entry_visible
Sets the visibility of the category input entry.
Since: 3.2
struct ECategoriesEditor {
	GtkGrid parent;
	ECategoriesEditorPrivate *priv;
};
Contains only private data that should be read and manipulated using the functions below.
Since: 3.2