|
Ardour
9.0-pre0-1952-gc5e0b21049
|
#include <ApplicationServices/ApplicationServices.h>#include <ydk/quartz/gdkdrawable-quartz.h>#include <ydk/gdkpixmap.h>Go to the source code of this file.
Classes | |
| struct | _GdkPixmapImplQuartz |
| struct | _GdkPixmapImplQuartzClass |
Macros | |
| #define | GDK_TYPE_PIXMAP_IMPL_QUARTZ (_gdk_pixmap_impl_quartz_get_type ()) |
| #define | GDK_PIXMAP_IMPL_QUARTZ(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_PIXMAP_IMPL_QUARTZ, GdkPixmapImplQuartz)) |
| #define | GDK_PIXMAP_IMPL_QUARTZ_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GDK_TYPE_PIXMAP_IMPL_QUARTZ, GdkPixmapImplQuartzClass)) |
| #define | GDK_IS_PIXMAP_IMPL_QUARTZ(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_PIXMAP_IMPL_QUARTZ)) |
| #define | GDK_IS_PIXMAP_IMPL_QUARTZ_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GDK_TYPE_PIXMAP_IMPL_QUARTZ)) |
| #define | GDK_PIXMAP_IMPL_QUARTZ_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GDK_TYPE_PIXMAP_IMPL_QUARTZ, GdkPixmapImplQuartzClass)) |
Typedefs | |
| typedef typedefG_BEGIN_DECLS struct _GdkPixmapImplQuartz | GdkPixmapImplQuartz |
| typedef struct _GdkPixmapImplQuartzClass | GdkPixmapImplQuartzClass |
Functions | |
| GType | _gdk_pixmap_impl_quartz_get_type (void) |
| #define GDK_IS_PIXMAP_IMPL_QUARTZ | ( | object | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_PIXMAP_IMPL_QUARTZ)) |
Definition at line 39 of file gdkpixmap-quartz.h.
| #define GDK_IS_PIXMAP_IMPL_QUARTZ_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GDK_TYPE_PIXMAP_IMPL_QUARTZ)) |
Definition at line 40 of file gdkpixmap-quartz.h.
| #define GDK_PIXMAP_IMPL_QUARTZ | ( | object | ) | (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_PIXMAP_IMPL_QUARTZ, GdkPixmapImplQuartz)) |
Definition at line 37 of file gdkpixmap-quartz.h.
| #define GDK_PIXMAP_IMPL_QUARTZ_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GDK_TYPE_PIXMAP_IMPL_QUARTZ, GdkPixmapImplQuartzClass)) |
Definition at line 38 of file gdkpixmap-quartz.h.
| #define GDK_PIXMAP_IMPL_QUARTZ_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS ((obj), GDK_TYPE_PIXMAP_IMPL_QUARTZ, GdkPixmapImplQuartzClass)) |
Definition at line 41 of file gdkpixmap-quartz.h.
| #define GDK_TYPE_PIXMAP_IMPL_QUARTZ (_gdk_pixmap_impl_quartz_get_type ()) |
Definition at line 36 of file gdkpixmap-quartz.h.
| typedef typedefG_BEGIN_DECLS struct _GdkPixmapImplQuartz GdkPixmapImplQuartz |
Definition at line 28 of file gdkpixmap-quartz.h.
| typedef struct _GdkPixmapImplQuartzClass GdkPixmapImplQuartzClass |
Definition at line 28 of file gdkpixmap-quartz.h.
| GType _gdk_pixmap_impl_quartz_get_type | ( | void | ) |