|  |  |  | Evolution Utilities Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals | ||||
struct ECategoriesEditor; GtkWidget * e_categories_editor_new (void); gchar * e_categories_editor_get_categories (ECategoriesEditor *editor); void e_categories_editor_set_categories (ECategoriesEditor *editor,const gchar *categories); gboolean e_categories_editor_get_entry_visible (ECategoriesEditor *editor); void e_categories_editor_set_entry_visible (ECategoriesEditor *editor,gboolean entry_visible);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkGrid +----ECategoriesEditor
ECategoriesEditor implements AtkImplementorIface, GtkBuildable and GtkOrientable.
struct ECategoriesEditor;
Contains only private data that should be read and manipulated using the functions below.
Since 3.2
GtkWidget *         e_categories_editor_new             (void);
Creates a new ECategoriesEditor widget.
| Returns : | a new ECategoriesEditor | 
Since 3.2
gchar *             e_categories_editor_get_categories  (ECategoriesEditor *editor);
Gets a comma-separated list of the categories currently selected in the editor.
| 
 | an ECategoriesEditor | 
| Returns : | a comma-separated list of categories. Free returned
pointer with g_free(). | 
Since 3.2
void e_categories_editor_set_categories (ECategoriesEditor *editor,const gchar *categories);
Sets the list of categories selected on the editor.
| 
 | an ECategoriesEditor | 
| 
 | comma-separated list of categories | 
Since 3.2
gboolean            e_categories_editor_get_entry_visible
                                                        (ECategoriesEditor *editor);
Return the visibility of the category input entry.
| 
 | an ECategoriesEditor | 
| Returns : | whether the entry is visible | 
Since 3.2
void e_categories_editor_set_entry_visible (ECategoriesEditor *editor,gboolean entry_visible);
Sets the visibility of the category input entry.
| 
 | an ECategoriesEditor | 
| 
 | whether to make the entry visible | 
Since 3.2
"entry-changed" signalvoid                user_function                      (ECategoriesEditor *ecategorieseditor,
                                                        gpointer           user_data)              : Run First