![]() |
![]() |
![]() |
Evolution Utilities Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
struct ESelectionModelSimple; ESelectionModelSimple * e_selection_model_simple_new (void
); void e_selection_model_simple_insert_rows (ESelectionModelSimple *selection
,gint row
,gint count
); void e_selection_model_simple_delete_rows (ESelectionModelSimple *selection
,gint row
,gint count
); void e_selection_model_simple_move_row (ESelectionModelSimple *selection
,gint old_row
,gint new_row
); void e_selection_model_simple_set_row_count (ESelectionModelSimple *selection
,gint row_count
);
ESelectionModelSimple * e_selection_model_simple_new (void
);
This routine creates a new ESelectionModelSimple.
Returns : |
The new ESelectionModelSimple. |
void e_selection_model_simple_insert_rows (ESelectionModelSimple *selection
,gint row
,gint count
);
void e_selection_model_simple_delete_rows (ESelectionModelSimple *selection
,gint row
,gint count
);
void e_selection_model_simple_move_row (ESelectionModelSimple *selection
,gint old_row
,gint new_row
);
void e_selection_model_simple_set_row_count (ESelectionModelSimple *selection
,gint row_count
);