Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gdkdragsurfacesize.h File Reference
#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)
 

Macro Definition Documentation

◆ GDK_TYPE_DRAG_SURFACE_SIZE

#define GDK_TYPE_DRAG_SURFACE_SIZE   (gdk_drag_surface_size_get_type ())

Definition at line 31 of file gdkdragsurfacesize.h.

Typedef Documentation

◆ GdkDragSurfaceSize

typedef typedefG_BEGIN_DECLS struct _GdkDragSurfaceSize GdkDragSurfaceSize

Definition at line 29 of file gdkdragsurfacesize.h.

Function Documentation

◆ gdk_drag_surface_size_get_type()

GDK_AVAILABLE_IN_4_12 GType gdk_drag_surface_size_get_type ( void )

◆ gdk_drag_surface_size_set_size()

GDK_AVAILABLE_IN_4_12 void gdk_drag_surface_size_set_size ( GdkDragSurfaceSize * size,
int width,
int height )