Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtksectionmodel.h File Reference
#include <gtk/gtktypes.h>

Go to the source code of this file.

Data Structures

struct  _GtkSectionModelInterface
 

Macros

#define GTK_TYPE_SECTION_MODEL   (gtk_section_model_get_type ())
 

Functions

GDK_AVAILABLE_IN_4_12 void gtk_section_model_get_section (GtkSectionModel *self, guint position, guint *out_start, guint *out_end)
 
GDK_AVAILABLE_IN_4_12 void gtk_section_model_sections_changed (GtkSectionModel *self, guint position, guint n_items)
 

Macro Definition Documentation

◆ GTK_TYPE_SECTION_MODEL

#define GTK_TYPE_SECTION_MODEL   (gtk_section_model_get_type ())

Definition at line 30 of file gtksectionmodel.h.

Function Documentation

◆ gtk_section_model_get_section()

GDK_AVAILABLE_IN_4_12 void gtk_section_model_get_section ( GtkSectionModel * self,
guint position,
guint * out_start,
guint * out_end )

◆ gtk_section_model_sections_changed()

GDK_AVAILABLE_IN_4_12 void gtk_section_model_sections_changed ( GtkSectionModel * self,
guint position,
guint n_items )