Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gdk/gdktypes.h>
Go to the source code of this file.
Macros | |
#define | GDK_TYPE_DRAG_SURFACE_SIZE (gdk_drag_surface_size_get_type ()) |
Typedefs | |
typedef typedefG_BEGIN_DECLS struct _GdkDragSurfaceSize | GdkDragSurfaceSize |
Functions | |
GDK_AVAILABLE_IN_4_12 GType | gdk_drag_surface_size_get_type (void) |
GDK_AVAILABLE_IN_4_12 void | gdk_drag_surface_size_set_size (GdkDragSurfaceSize *size, int width, int height) |
#define GDK_TYPE_DRAG_SURFACE_SIZE (gdk_drag_surface_size_get_type ()) |
Definition at line 31 of file gdkdragsurfacesize.h.
typedef typedefG_BEGIN_DECLS struct _GdkDragSurfaceSize GdkDragSurfaceSize |
Definition at line 29 of file gdkdragsurfacesize.h.
GDK_AVAILABLE_IN_4_12 GType gdk_drag_surface_size_get_type | ( | void | ) |
GDK_AVAILABLE_IN_4_12 void gdk_drag_surface_size_set_size | ( | GdkDragSurfaceSize * | size, |
int | width, | ||
int | height ) |