Github User Fetcher 1.0.0
C Application with Server and GUI
|
#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) |
#define GTK_TYPE_SECTION_MODEL (gtk_section_model_get_type ()) |
Definition at line 30 of file gtksectionmodel.h.
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 ) |