| Top |  |  |  |  | 
|  | e_categories_selector_new () | 
|  | e_categories_selector_get_checked () | 
|  | e_categories_selector_set_checked () | 
|  | e_categories_selector_get_items_checkable () | 
|  | e_categories_selector_set_items_checkable () | 
|  | e_categories_selector_delete_selection () | 
|  | e_categories_selector_get_selected () | 
gchar * e_categories_selector_get_checked (ECategoriesSelector *selector);
Free returned pointer with g_free()
Since: 3.2
void e_categories_selector_set_checked (ECategoriesSelector *selector,const);gchar *categories
Since: 3.2
gboolean e_categories_selector_get_items_checkable (ECategoriesSelector *selector);
Since: 3.2
void e_categories_selector_set_items_checkable (ECategoriesSelector *selectr,);gboolean checkable
Since: 3.2
void e_categories_selector_delete_selection (ECategoriesSelector *selector);
Since: 3.2
gchar * e_categories_selector_get_selected (ECategoriesSelector *selector);
Free returned pointer with g_free()
Since: 3.2
struct ECategoriesSelector {
	GtkTreeView parent;
	ECategoriesSelectorPrivate *priv;
};
Contains only private data that should be read and manipulated using the functions below.
Since: 3.2