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

Go to the source code of this file.

Macros

#define GTK_TYPE_NO_SELECTION   (gtk_no_selection_get_type ())
 

Functions

GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkNoSelection * gtk_no_selection_new (GListModel *model)
 
GDK_AVAILABLE_IN_ALL GListModel * gtk_no_selection_get_model (GtkNoSelection *self)
 
GDK_AVAILABLE_IN_ALL void gtk_no_selection_set_model (GtkNoSelection *self, GListModel *model)
 

Macro Definition Documentation

◆ GTK_TYPE_NO_SELECTION

#define GTK_TYPE_NO_SELECTION   (gtk_no_selection_get_type ())

Definition at line 26 of file gtknoselection.h.

Function Documentation

◆ gtk_no_selection_get_model()

GDK_AVAILABLE_IN_ALL GListModel * gtk_no_selection_get_model ( GtkNoSelection * self)

◆ gtk_no_selection_new()

GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkNoSelection * gtk_no_selection_new ( GListModel * model)

◆ gtk_no_selection_set_model()

GDK_AVAILABLE_IN_ALL void gtk_no_selection_set_model ( GtkNoSelection * self,
GListModel * model )