Gtk.SectionModelInterface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
g_iface |
r |
||
get_section |
r |
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 |
Methods¶
None
Details¶
- class Gtk.SectionModelInterface¶
The list of virtual functions for the
GtkSectionModel
interface. No function must be implemented, but unlessGtkSectionModel::get_section()
is implemented, the whole model will just be a single section.New in version 4.12.