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

Go to the source code of this file.

Macros

#define GTK_TYPE_SINGLE_SELECTION   (gtk_single_selection_get_type ())
 

Functions

GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkSingleSelection * gtk_single_selection_new (GListModel *model)
 
GDK_AVAILABLE_IN_ALL GListModel * gtk_single_selection_get_model (GtkSingleSelection *self)
 
GDK_AVAILABLE_IN_ALL void gtk_single_selection_set_model (GtkSingleSelection *self, GListModel *model)
 
GDK_AVAILABLE_IN_ALL guint gtk_single_selection_get_selected (GtkSingleSelection *self)
 
GDK_AVAILABLE_IN_ALL void gtk_single_selection_set_selected (GtkSingleSelection *self, guint position)
 
GDK_AVAILABLE_IN_ALL gpointer gtk_single_selection_get_selected_item (GtkSingleSelection *self)
 
GDK_AVAILABLE_IN_ALL gboolean gtk_single_selection_get_autoselect (GtkSingleSelection *self)
 
GDK_AVAILABLE_IN_ALL void gtk_single_selection_set_autoselect (GtkSingleSelection *self, gboolean autoselect)
 
GDK_AVAILABLE_IN_ALL gboolean gtk_single_selection_get_can_unselect (GtkSingleSelection *self)
 
GDK_AVAILABLE_IN_ALL void gtk_single_selection_set_can_unselect (GtkSingleSelection *self, gboolean can_unselect)
 

Macro Definition Documentation

◆ GTK_TYPE_SINGLE_SELECTION

#define GTK_TYPE_SINGLE_SELECTION   (gtk_single_selection_get_type ())

Definition at line 26 of file gtksingleselection.h.

Function Documentation

◆ gtk_single_selection_get_autoselect()

GDK_AVAILABLE_IN_ALL gboolean gtk_single_selection_get_autoselect ( GtkSingleSelection * self)

◆ gtk_single_selection_get_can_unselect()

GDK_AVAILABLE_IN_ALL gboolean gtk_single_selection_get_can_unselect ( GtkSingleSelection * self)

◆ gtk_single_selection_get_model()

GDK_AVAILABLE_IN_ALL GListModel * gtk_single_selection_get_model ( GtkSingleSelection * self)

◆ gtk_single_selection_get_selected()

GDK_AVAILABLE_IN_ALL guint gtk_single_selection_get_selected ( GtkSingleSelection * self)

◆ gtk_single_selection_get_selected_item()

GDK_AVAILABLE_IN_ALL gpointer gtk_single_selection_get_selected_item ( GtkSingleSelection * self)

◆ gtk_single_selection_new()

GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkSingleSelection * gtk_single_selection_new ( GListModel * model)

◆ gtk_single_selection_set_autoselect()

GDK_AVAILABLE_IN_ALL void gtk_single_selection_set_autoselect ( GtkSingleSelection * self,
gboolean autoselect )

◆ gtk_single_selection_set_can_unselect()

GDK_AVAILABLE_IN_ALL void gtk_single_selection_set_can_unselect ( GtkSingleSelection * self,
gboolean can_unselect )

◆ gtk_single_selection_set_model()

GDK_AVAILABLE_IN_ALL void gtk_single_selection_set_model ( GtkSingleSelection * self,
GListModel * model )

◆ gtk_single_selection_set_selected()

GDK_AVAILABLE_IN_ALL void gtk_single_selection_set_selected ( GtkSingleSelection * self,
guint position )