Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkmultiselection.h File Reference

Go to the source code of this file.

Macros

#define GTK_TYPE_MULTI_SELECTION   (gtk_multi_selection_get_type ())
 

Functions

GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkMultiSelection * gtk_multi_selection_new (GListModel *model)
 
GDK_AVAILABLE_IN_ALL GListModel * gtk_multi_selection_get_model (GtkMultiSelection *self)
 
GDK_AVAILABLE_IN_ALL void gtk_multi_selection_set_model (GtkMultiSelection *self, GListModel *model)
 

Macro Definition Documentation

◆ GTK_TYPE_MULTI_SELECTION

#define GTK_TYPE_MULTI_SELECTION   (gtk_multi_selection_get_type ())

Definition at line 27 of file gtkmultiselection.h.

Function Documentation

◆ gtk_multi_selection_get_model()

GDK_AVAILABLE_IN_ALL GListModel * gtk_multi_selection_get_model ( GtkMultiSelection * self)

◆ gtk_multi_selection_new()

GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkMultiSelection * gtk_multi_selection_new ( GListModel * model)

◆ gtk_multi_selection_set_model()

GDK_AVAILABLE_IN_ALL void gtk_multi_selection_set_model ( GtkMultiSelection * self,
GListModel * model )