Ardour  8.7-14-g57a6773833
gtkoffscreenwindow.h File Reference
#include <gtk/gtkwindow.h>
Include dependency graph for gtkoffscreenwindow.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _GtkOffscreenWindow
 
struct  _GtkOffscreenWindowClass
 

Macros

#define GTK_TYPE_OFFSCREEN_WINDOW   (gtk_offscreen_window_get_type ())
 
#define GTK_OFFSCREEN_WINDOW(o)   (G_TYPE_CHECK_INSTANCE_CAST ((o), GTK_TYPE_OFFSCREEN_WINDOW, GtkOffscreenWindow))
 
#define GTK_OFFSCREEN_WINDOW_CLASS(k)   (G_TYPE_CHECK_CLASS_CAST ((k), GTK_TYPE_OFFSCREEN_WINDOW, GtkOffscreenWindowClass))
 
#define GTK_IS_OFFSCREEN_WINDOW(o)   (G_TYPE_CHECK_INSTANCE_TYPE ((o), GTK_TYPE_OFFSCREEN_WINDOW))
 
#define GTK_IS_OFFSCREEN_WINDOW_CLASS(k)   (G_TYPE_CHECK_CLASS_TYPE ((k), GTK_TYPE_OFFSCREEN_WINDOW))
 
#define GTK_OFFSCREEN_WINDOW_GET_CLASS(o)   (G_TYPE_INSTANCE_GET_CLASS ((o), GTK_TYPE_OFFSCREEN_WINDOW, GtkOffscreenWindowClass))
 

Typedefs

typedef struct _GtkOffscreenWindow GtkOffscreenWindow
 
typedef struct _GtkOffscreenWindowClass GtkOffscreenWindowClass
 

Functions

GType gtk_offscreen_window_get_type (void) G_GNUC_CONST
 
GtkWidgetgtk_offscreen_window_new (void)
 
GdkPixmapgtk_offscreen_window_get_pixmap (GtkOffscreenWindow *offscreen)
 
GdkPixbuf * gtk_offscreen_window_get_pixbuf (GtkOffscreenWindow *offscreen)
 

Macro Definition Documentation

◆ GTK_IS_OFFSCREEN_WINDOW

#define GTK_IS_OFFSCREEN_WINDOW (   o)    (G_TYPE_CHECK_INSTANCE_TYPE ((o), GTK_TYPE_OFFSCREEN_WINDOW))

Definition at line 35 of file gtkoffscreenwindow.h.

◆ GTK_IS_OFFSCREEN_WINDOW_CLASS

#define GTK_IS_OFFSCREEN_WINDOW_CLASS (   k)    (G_TYPE_CHECK_CLASS_TYPE ((k), GTK_TYPE_OFFSCREEN_WINDOW))

Definition at line 36 of file gtkoffscreenwindow.h.

◆ GTK_OFFSCREEN_WINDOW

#define GTK_OFFSCREEN_WINDOW (   o)    (G_TYPE_CHECK_INSTANCE_CAST ((o), GTK_TYPE_OFFSCREEN_WINDOW, GtkOffscreenWindow))

Definition at line 33 of file gtkoffscreenwindow.h.

◆ GTK_OFFSCREEN_WINDOW_CLASS

#define GTK_OFFSCREEN_WINDOW_CLASS (   k)    (G_TYPE_CHECK_CLASS_CAST ((k), GTK_TYPE_OFFSCREEN_WINDOW, GtkOffscreenWindowClass))

Definition at line 34 of file gtkoffscreenwindow.h.

◆ GTK_OFFSCREEN_WINDOW_GET_CLASS

#define GTK_OFFSCREEN_WINDOW_GET_CLASS (   o)    (G_TYPE_INSTANCE_GET_CLASS ((o), GTK_TYPE_OFFSCREEN_WINDOW, GtkOffscreenWindowClass))

Definition at line 37 of file gtkoffscreenwindow.h.

◆ GTK_TYPE_OFFSCREEN_WINDOW

#define GTK_TYPE_OFFSCREEN_WINDOW   (gtk_offscreen_window_get_type ())

Definition at line 32 of file gtkoffscreenwindow.h.

Typedef Documentation

◆ GtkOffscreenWindow

Definition at line 30 of file gtkoffscreenwindow.h.

◆ GtkOffscreenWindowClass

Definition at line 30 of file gtkoffscreenwindow.h.

Function Documentation

◆ gtk_offscreen_window_get_pixbuf()

GdkPixbuf* gtk_offscreen_window_get_pixbuf ( GtkOffscreenWindow offscreen)

◆ gtk_offscreen_window_get_pixmap()

GdkPixmap* gtk_offscreen_window_get_pixmap ( GtkOffscreenWindow offscreen)

◆ gtk_offscreen_window_get_type()

GType gtk_offscreen_window_get_type ( void  )

◆ gtk_offscreen_window_new()

GtkWidget* gtk_offscreen_window_new ( void  )