|  |  |  | Evolution Utilities Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
#include <e-util/e-util.h> struct EProxyComboBox; GtkWidget * e_proxy_combo_box_new (ESourceRegistry *registry); void e_proxy_combo_box_refresh (EProxyComboBox *combo_box); ESourceRegistry * e_proxy_combo_box_get_registry (EProxyComboBox *combo_box);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBin +----GtkComboBox +----EProxyComboBox
EProxyComboBox implements AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.
EProxyComboBox is a combo box of available proxy profiles, as described by ESource instances with an ESourceProxy extension. For convenience, the combo box model's "id-column" is populated with ESource "uid" strings.
struct EProxyComboBox;
Contains only private data that should be read and manipulated using the functions below.
GtkWidget *         e_proxy_combo_box_new               (ESourceRegistry *registry);
Creates a new EProxyComboBox widget using ESource instances in registry.
| 
 | an ESourceRegistry | 
| Returns : | a new EProxyComboBox | 
void                e_proxy_combo_box_refresh           (EProxyComboBox *combo_box);
Rebuilds the combo box model with an updated list of ESource instances that describe a network proxy profile, without disrupting the previously active item (if possible).
This function is called automatically in response to ESourceRegistry
signals which are pertinent to the combo_box.
| 
 | an EProxyComboBox | 
ESourceRegistry *   e_proxy_combo_box_get_registry      (EProxyComboBox *combo_box);
Returns the ESourceRegistry passed to e_proxy_combo_box_new().
| 
 | an EProxyComboBox | 
| Returns : | an ESourceRegistry |