#define E_CELL_CHECKBOX_TYPE typedef ECellCheckbox; ECell* e_cell_checkbox_new (void); |
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.