ECell* e_cell_checkbox_new (void);
Creates a new ECell renderer that can be used to render toggle
buttons with the images specified in images. The value returned
by ETableModel::get_value is typecase into an integer and clamped
to the [0..n_states) range. That will select the image rendered.
| Returns : | an ECell object that can be used to render multi-state toggle cells. |
| <<< ECellText | ECellToggle >>> |