| Top |  |  |  |  | 
|  | e_cell_toggle_new () | 
|  | e_cell_toggle_construct () | 
|  | e_cell_toggle_get_pixbufs () | 
|  | e_cell_toggle_set_icon_descriptions () | 
| const | e_cell_toggle_get_icon_description () | 
ECell * e_cell_toggle_new (const,gchar **icon_names);guint n_icon_names
Creates a new ECell renderer that can be used to render toggle
buttons with the icons specified in icon_names
.  The value returned
by ETableModel::get_value is typecast into an integer and clamped
to the [0..n_icon_names) range.  That will select the image rendered.
NULLicon_names
 will show no icon for the corresponding
integer value.
void e_cell_toggle_construct (,ECellToggle *cell_toggleconst,gchar **icon_names);guint n_icon_names
Constructs the cell_toggle
 object with the icon_names
 and n_icon_names
arguments.
void e_cell_toggle_set_icon_descriptions (,ECellToggle *cell_toggleconst,gchar **descriptions);gint n_descriptions