Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Macros | |
#define | GTK_TYPE_NATIVE (gtk_native_get_type ()) |
Functions | |
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL void | gtk_native_realize (GtkNative *self) |
GDK_AVAILABLE_IN_ALL void | gtk_native_unrealize (GtkNative *self) |
GDK_AVAILABLE_IN_ALL GtkNative * | gtk_native_get_for_surface (GdkSurface *surface) |
GDK_AVAILABLE_IN_ALL GdkSurface * | gtk_native_get_surface (GtkNative *self) |
GDK_AVAILABLE_IN_ALL GskRenderer * | gtk_native_get_renderer (GtkNative *self) |
GDK_AVAILABLE_IN_ALL void | gtk_native_get_surface_transform (GtkNative *self, double *x, double *y) |
#define GTK_TYPE_NATIVE (gtk_native_get_type ()) |
Definition at line 31 of file gtknative.h.
GDK_AVAILABLE_IN_ALL GtkNative * gtk_native_get_for_surface | ( | GdkSurface * | surface | ) |
GDK_AVAILABLE_IN_ALL GskRenderer * gtk_native_get_renderer | ( | GtkNative * | self | ) |
GDK_AVAILABLE_IN_ALL GdkSurface * gtk_native_get_surface | ( | GtkNative * | self | ) |
GDK_AVAILABLE_IN_ALL void gtk_native_get_surface_transform | ( | GtkNative * | self, |
double * | x, | ||
double * | y ) |
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL void gtk_native_realize | ( | GtkNative * | self | ) |
GDK_AVAILABLE_IN_ALL void gtk_native_unrealize | ( | GtkNative * | self | ) |