![]() |
![]() |
![]() |
Evolution Utilities Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
struct ESelectionModelArray; void e_selection_model_array_insert_rows (ESelectionModelArray *selection
,gint row
,gint count
); void e_selection_model_array_delete_rows (ESelectionModelArray *selection
,gint row
,gint count
); void e_selection_model_array_move_row (ESelectionModelArray *selection
,gint old_row
,gint new_row
); void e_selection_model_array_confirm_row_count (ESelectionModelArray *selection
); gint e_selection_model_array_get_row_count (ESelectionModelArray *selection
);
GObject +----ESelectionModel +----ESelectionModelArray +----ESelectionModelSimple +----ETableSelectionModel
void e_selection_model_array_insert_rows (ESelectionModelArray *selection
,gint row
,gint count
);
void e_selection_model_array_delete_rows (ESelectionModelArray *selection
,gint row
,gint count
);
void e_selection_model_array_move_row (ESelectionModelArray *selection
,gint old_row
,gint new_row
);
void e_selection_model_array_confirm_row_count
(ESelectionModelArray *selection
);
gint e_selection_model_array_get_row_count
(ESelectionModelArray *selection
);