Ardour
9.0-pre0-582-g084a23a80d
|
Go to the source code of this file.
Classes | |
struct | _GdkPixmapImplX11 |
struct | _GdkPixmapImplX11Class |
Macros | |
#define | GDK_TYPE_PIXMAP_IMPL_X11 (gdk_pixmap_impl_x11_get_type ()) |
#define | GDK_PIXMAP_IMPL_X11(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_PIXMAP_IMPL_X11, GdkPixmapImplX11)) |
#define | GDK_PIXMAP_IMPL_X11_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GDK_TYPE_PIXMAP_IMPL_X11, GdkPixmapImplX11Class)) |
#define | GDK_IS_PIXMAP_IMPL_X11(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_PIXMAP_IMPL_X11)) |
#define | GDK_IS_PIXMAP_IMPL_X11_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GDK_TYPE_PIXMAP_IMPL_X11)) |
#define | GDK_PIXMAP_IMPL_X11_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GDK_TYPE_PIXMAP_IMPL_X11, GdkPixmapImplX11Class)) |
Typedefs | |
typedef typedefG_BEGIN_DECLS struct _GdkPixmapImplX11 | GdkPixmapImplX11 |
typedef struct _GdkPixmapImplX11Class | GdkPixmapImplX11Class |
Functions | |
GType | gdk_pixmap_impl_x11_get_type (void) |
#define GDK_IS_PIXMAP_IMPL_X11 | ( | object | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_PIXMAP_IMPL_X11)) |
Definition at line 44 of file gdkpixmap-x11.h.
#define GDK_IS_PIXMAP_IMPL_X11_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GDK_TYPE_PIXMAP_IMPL_X11)) |
Definition at line 45 of file gdkpixmap-x11.h.
#define GDK_PIXMAP_IMPL_X11 | ( | object | ) | (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_PIXMAP_IMPL_X11, GdkPixmapImplX11)) |
Definition at line 42 of file gdkpixmap-x11.h.
#define GDK_PIXMAP_IMPL_X11_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GDK_TYPE_PIXMAP_IMPL_X11, GdkPixmapImplX11Class)) |
Definition at line 43 of file gdkpixmap-x11.h.
#define GDK_PIXMAP_IMPL_X11_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS ((obj), GDK_TYPE_PIXMAP_IMPL_X11, GdkPixmapImplX11Class)) |
Definition at line 46 of file gdkpixmap-x11.h.
#define GDK_TYPE_PIXMAP_IMPL_X11 (gdk_pixmap_impl_x11_get_type ()) |
Definition at line 41 of file gdkpixmap-x11.h.
typedef typedefG_BEGIN_DECLS struct _GdkPixmapImplX11 GdkPixmapImplX11 |
Definition at line 33 of file gdkpixmap-x11.h.
typedef struct _GdkPixmapImplX11Class GdkPixmapImplX11Class |
Definition at line 33 of file gdkpixmap-x11.h.
GType gdk_pixmap_impl_x11_get_type | ( | void | ) |