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

Go to the source code of this file.

Macros

#define GTK_TYPE_SELECTION_FILTER_MODEL   (gtk_selection_filter_model_get_type ())
 

Functions

GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkSelectionFilterModel * gtk_selection_filter_model_new (GtkSelectionModel *model)
 
GDK_AVAILABLE_IN_ALL void gtk_selection_filter_model_set_model (GtkSelectionFilterModel *self, GtkSelectionModel *model)
 
GDK_AVAILABLE_IN_ALL GtkSelectionModel * gtk_selection_filter_model_get_model (GtkSelectionFilterModel *self)
 

Macro Definition Documentation

◆ GTK_TYPE_SELECTION_FILTER_MODEL

#define GTK_TYPE_SELECTION_FILTER_MODEL   (gtk_selection_filter_model_get_type ())

Definition at line 32 of file gtkselectionfiltermodel.h.

Function Documentation

◆ gtk_selection_filter_model_get_model()

GDK_AVAILABLE_IN_ALL GtkSelectionModel * gtk_selection_filter_model_get_model ( GtkSelectionFilterModel * self)

◆ gtk_selection_filter_model_new()

GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkSelectionFilterModel * gtk_selection_filter_model_new ( GtkSelectionModel * model)

◆ gtk_selection_filter_model_set_model()

GDK_AVAILABLE_IN_ALL void gtk_selection_filter_model_set_model ( GtkSelectionFilterModel * self,
GtkSelectionModel * model )