GtkSectionModelInterface

The list of virtual functions for the gtk.section_model.SectionModel interface. No function must be implemented, but unless GtkSectionModel::get_section() is implemented, the whole model will just be a single section.

Members

Variables

gIface
GTypeInterface gIface;
getSection
void function(GtkSectionModel* self, uint position, uint* outStart, uint* outEnd) getSection;

Return the section that covers the given position. If the position is outside the number of items, returns a single range from n_items to G_MAXUINT