Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Macros | |
#define | GTK_TYPE_COLUMN_VIEW_CELL (gtk_column_view_cell_get_type ()) |
Functions | |
GDK_AVAILABLE_IN_4_12 GDK_AVAILABLE_IN_4_12 gpointer | gtk_column_view_cell_get_item (GtkColumnViewCell *self) |
GDK_AVAILABLE_IN_4_12 guint | gtk_column_view_cell_get_position (GtkColumnViewCell *self) G_GNUC_PURE |
GDK_AVAILABLE_IN_4_12 gboolean | gtk_column_view_cell_get_selected (GtkColumnViewCell *self) G_GNUC_PURE |
GDK_AVAILABLE_IN_4_12 gboolean | gtk_column_view_cell_get_focusable (GtkColumnViewCell *self) G_GNUC_PURE |
GDK_AVAILABLE_IN_4_12 void | gtk_column_view_cell_set_focusable (GtkColumnViewCell *self, gboolean focusable) |
GDK_AVAILABLE_IN_4_12 void | gtk_column_view_cell_set_child (GtkColumnViewCell *self, GtkWidget *child) |
GDK_AVAILABLE_IN_4_12 GtkWidget * | gtk_column_view_cell_get_child (GtkColumnViewCell *self) |
#define GTK_TYPE_COLUMN_VIEW_CELL (gtk_column_view_cell_get_type ()) |
Definition at line 31 of file gtkcolumnviewcell.h.
GDK_AVAILABLE_IN_4_12 GtkWidget * gtk_column_view_cell_get_child | ( | GtkColumnViewCell * | self | ) |
GDK_AVAILABLE_IN_4_12 gboolean gtk_column_view_cell_get_focusable | ( | GtkColumnViewCell * | self | ) |
GDK_AVAILABLE_IN_4_12 GDK_AVAILABLE_IN_4_12 gpointer gtk_column_view_cell_get_item | ( | GtkColumnViewCell * | self | ) |
GDK_AVAILABLE_IN_4_12 guint gtk_column_view_cell_get_position | ( | GtkColumnViewCell * | self | ) |
GDK_AVAILABLE_IN_4_12 gboolean gtk_column_view_cell_get_selected | ( | GtkColumnViewCell * | self | ) |
GDK_AVAILABLE_IN_4_12 void gtk_column_view_cell_set_child | ( | GtkColumnViewCell * | self, |
GtkWidget * | child ) |
GDK_AVAILABLE_IN_4_12 void gtk_column_view_cell_set_focusable | ( | GtkColumnViewCell * | self, |
gboolean | focusable ) |