Top | ![]() |
![]() |
![]() |
![]() |
ESelectionModelSimple *
e_selection_model_simple_new (void
);
This routine creates a 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
);