Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gdkrectangle.h File Reference
#include <gdk/gdktypes.h>

Go to the source code of this file.

Macros

#define GDK_TYPE_RECTANGLE   (gdk_rectangle_get_type ())
 

Functions

G_BEGIN_DECLS GDK_AVAILABLE_IN_ALL gboolean gdk_rectangle_intersect (const GdkRectangle *src1, const GdkRectangle *src2, GdkRectangle *dest)
 
GDK_AVAILABLE_IN_ALL void gdk_rectangle_union (const GdkRectangle *src1, const GdkRectangle *src2, GdkRectangle *dest)
 
GDK_AVAILABLE_IN_ALL gboolean gdk_rectangle_equal (const GdkRectangle *rect1, const GdkRectangle *rect2) G_GNUC_PURE
 
GDK_AVAILABLE_IN_ALL gboolean gdk_rectangle_contains_point (const GdkRectangle *rect, int x, int y) G_GNUC_PURE
 
GDK_AVAILABLE_IN_ALL GType gdk_rectangle_get_type (void) G_GNUC_CONST
 

Macro Definition Documentation

◆ GDK_TYPE_RECTANGLE

#define GDK_TYPE_RECTANGLE   (gdk_rectangle_get_type ())

Definition at line 58 of file gdkrectangle.h.

Function Documentation

◆ gdk_rectangle_contains_point()

GDK_AVAILABLE_IN_ALL gboolean gdk_rectangle_contains_point ( const GdkRectangle * rect,
int x,
int y )

◆ gdk_rectangle_equal()

GDK_AVAILABLE_IN_ALL gboolean gdk_rectangle_equal ( const GdkRectangle * rect1,
const GdkRectangle * rect2 )

◆ gdk_rectangle_get_type()

GDK_AVAILABLE_IN_ALL GType gdk_rectangle_get_type ( void )

◆ gdk_rectangle_intersect()

G_BEGIN_DECLS GDK_AVAILABLE_IN_ALL gboolean gdk_rectangle_intersect ( const GdkRectangle * src1,
const GdkRectangle * src2,
GdkRectangle * dest )

◆ gdk_rectangle_union()

GDK_AVAILABLE_IN_ALL void gdk_rectangle_union ( const GdkRectangle * src1,
const GdkRectangle * src2,
GdkRectangle * dest )