|  |  |  | Evolution-Data-Server Manual: Graphical Utilities (libedataserverui) |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
                    ECategoriesDialog;
GtkWidget *         e_categories_dialog_new             (const gchar *categories);
const gchar *       e_categories_dialog_get_categories  (ECategoriesDialog *dialog);
void                e_categories_dialog_set_categories  (ECategoriesDialog *dialog,
                                                         const gchar *categories);
  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkWindow
                                       +----GtkDialog
                                             +----ECategoriesDialog
GtkWidget * e_categories_dialog_new (const gchar *categories);
Creates a new ECategoriesDialog widget and sets the initial selection
to categories.
| 
 | Comma-separated list of categories | 
| Returns : | a new ECategoriesDialog | 
const gchar * e_categories_dialog_get_categories (ECategoriesDialog *dialog);
Gets a comma-separated list of the categories currently selected in the dialog.
| 
 | An ECategoriesDialog | 
| Returns : | a comma-separated list of categories | 
void e_categories_dialog_set_categories (ECategoriesDialog *dialog, const gchar *categories);
Sets the list of categories selected on the dialog.
| 
 | An ECategoriesDialog | 
| 
 | Comma-separated list of categories |