Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtk/gtktypes.h>
Go to the source code of this file.
Macros | |
#define | GTK_TYPE_SINGLE_SELECTION (gtk_single_selection_get_type ()) |
#define GTK_TYPE_SINGLE_SELECTION (gtk_single_selection_get_type ()) |
Definition at line 26 of file gtksingleselection.h.
GDK_AVAILABLE_IN_ALL gboolean gtk_single_selection_get_autoselect | ( | GtkSingleSelection * | self | ) |
GDK_AVAILABLE_IN_ALL gboolean gtk_single_selection_get_can_unselect | ( | GtkSingleSelection * | self | ) |
GDK_AVAILABLE_IN_ALL GListModel * gtk_single_selection_get_model | ( | GtkSingleSelection * | self | ) |
GDK_AVAILABLE_IN_ALL guint gtk_single_selection_get_selected | ( | GtkSingleSelection * | self | ) |
GDK_AVAILABLE_IN_ALL gpointer gtk_single_selection_get_selected_item | ( | GtkSingleSelection * | self | ) |
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkSingleSelection * gtk_single_selection_new | ( | GListModel * | model | ) |
GDK_AVAILABLE_IN_ALL void gtk_single_selection_set_autoselect | ( | GtkSingleSelection * | self, |
gboolean | autoselect ) |
GDK_AVAILABLE_IN_ALL void gtk_single_selection_set_can_unselect | ( | GtkSingleSelection * | self, |
gboolean | can_unselect ) |
GDK_AVAILABLE_IN_ALL void gtk_single_selection_set_model | ( | GtkSingleSelection * | self, |
GListModel * | model ) |
GDK_AVAILABLE_IN_ALL void gtk_single_selection_set_selected | ( | GtkSingleSelection * | self, |
guint | position ) |