Ardour  9.0-pre0-384-ga76afae0e9
gdkwindowimpl.h File Reference
#include <gdk/gdkwindow.h>
Include dependency graph for gdkwindowimpl.h:

Go to the source code of this file.

Classes

struct  _GdkWindowImplIface
 
struct  _GdkWindowRedirect
 

Macros

#define GDK_TYPE_WINDOW_IMPL   (gdk_window_impl_get_type ())
 
#define GDK_WINDOW_IMPL(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GDK_TYPE_WINDOW_IMPL, GdkWindowImpl))
 
#define GDK_IS_WINDOW_IMPL(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GDK_TYPE_WINDOW_IMPL))
 
#define GDK_WINDOW_IMPL_GET_IFACE(obj)   (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GDK_TYPE_WINDOW_IMPL, GdkWindowImplIface))
 

Typedefs

typedef struct _GdkWindowImpl GdkWindowImpl
 
typedef struct _GdkWindowImplIface GdkWindowImplIface
 

Functions

GType gdk_window_impl_get_type (void) G_GNUC_CONST
 

Macro Definition Documentation

◆ GDK_IS_WINDOW_IMPL

#define GDK_IS_WINDOW_IMPL (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GDK_TYPE_WINDOW_IMPL))

Definition at line 36 of file gdkwindowimpl.h.

◆ GDK_TYPE_WINDOW_IMPL

#define GDK_TYPE_WINDOW_IMPL   (gdk_window_impl_get_type ())

Definition at line 34 of file gdkwindowimpl.h.

◆ GDK_WINDOW_IMPL

#define GDK_WINDOW_IMPL (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GDK_TYPE_WINDOW_IMPL, GdkWindowImpl))

Definition at line 35 of file gdkwindowimpl.h.

◆ GDK_WINDOW_IMPL_GET_IFACE

#define GDK_WINDOW_IMPL_GET_IFACE (   obj)    (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GDK_TYPE_WINDOW_IMPL, GdkWindowImplIface))

Definition at line 37 of file gdkwindowimpl.h.

Typedef Documentation

◆ GdkWindowImpl

typedef struct _GdkWindowImpl GdkWindowImpl

Definition at line 32 of file gdkwindowimpl.h.

◆ GdkWindowImplIface

Definition at line 32 of file gdkwindowimpl.h.

Function Documentation

◆ gdk_window_impl_get_type()

GType gdk_window_impl_get_type ( void  )