|  |  |  | Evolution-Data-Server Manual: Graphical Utilities (libedataserverui) |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
                    ENameSelector;
ENameSelector *     e_name_selector_new                 (void);
ENameSelectorModel * e_name_selector_peek_model         (ENameSelector *name_selector);
ENameSelectorDialog * e_name_selector_peek_dialog       (ENameSelector *name_selector);
ENameSelectorEntry * e_name_selector_peek_section_entry (ENameSelector *name_selector,
                                                         const gchar *name);
ENameSelectorList * e_name_selector_peek_section_list   (ENameSelector *name_selector,
                                                         const gchar *name);
ENameSelector * e_name_selector_new (void);
Creates a new ENameSelector.
| Returns : | A new ENameSelector. | 
ENameSelectorModel * e_name_selector_peek_model (ENameSelector *name_selector);
Gets the ENameSelectorModel used by name_selector.
| 
 | an ENameSelector | 
| Returns : | The ENameSelectorModel used by name_selector. | 
ENameSelectorDialog * e_name_selector_peek_dialog (ENameSelector *name_selector);
Gets the ENameSelectorDialog used by name_selector.
| 
 | |
| Returns : | The ENameSelectorDialog used by name_selector. | 
ENameSelectorEntry * e_name_selector_peek_section_entry (ENameSelector *name_selector, const gchar *name);
Gets the ENameSelectorEntry for the section specified by name.
| 
 | an ENameSelector | 
| 
 | the name of the section to peek | 
| Returns : | The ENameSelectorEntry for the named section, or NULLif it
doesn't exist in the ENameSelectorModel. | 
ENameSelectorList * e_name_selector_peek_section_list (ENameSelector *name_selector, const gchar *name);
Gets the ENameSelectorList for the section specified by name.
| 
 | an ENameSelector | 
| 
 | the name of the section to peek | 
| Returns : | The ENameSelectorList for the named section, or NULLif it
doesn't exist in the ENameSelectorModel. |