Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GtkSectionModelInterface Struct Reference

#include <gtksectionmodel.h>

Data Fields

GTypeInterface g_iface
 
void(* get_section )(GtkSectionModel *self, guint position, guint *out_start, guint *out_end)
 

Detailed Description

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.

Field Documentation

◆ g_iface

GTypeInterface _GtkSectionModelInterface::g_iface

Definition at line 50 of file gtksectionmodel.h.

◆ get_section

void(* _GtkSectionModelInterface::get_section) (GtkSectionModel *self, guint position, guint *out_start, guint *out_end)

Definition at line 53 of file gtksectionmodel.h.


The documentation for this struct was generated from the following file: