Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtksectionmodel.h>
Data Fields | |
GTypeInterface | g_iface |
void(* | get_section )(GtkSectionModel *self, guint position, guint *out_start, guint *out_end) |
GtkSectionModelInterface: @get_section: 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
The list of virtual functions for the GtkSectionModel
interface. No function must be implemented, but unless GtkSectionModel::get_section()
is implemented, the whole model will just be a single section.
Since: 4.12
Definition at line 47 of file gtksectionmodel.h.
GTypeInterface _GtkSectionModelInterface::g_iface |
Definition at line 50 of file gtksectionmodel.h.
void(* _GtkSectionModelInterface::get_section) (GtkSectionModel *self, guint position, guint *out_start, guint *out_end) |
Definition at line 53 of file gtksectionmodel.h.