Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/dvi/pixbuf-device.h
blob: bacae4bd42349890ed6ca3a41585c4898659803d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef MDVI_PIXBUF_DEVICE
#define MDVI_PIXBUF_DEVICE

#include "mdvi.h"
#include <gtk/gtk.h>

void 
mdvi_pixbuf_device_init (DviDevice *device);

void 
mdvi_pixbuf_device_free (DviDevice *device);

GdkPixbuf * 
mdvi_pixbuf_device_get_pixbuf (DviDevice *device);

void 
mdvi_pixbuf_device_render (DviContext *dvi);

void 
mdvi_pixbuf_device_set_margins (DviDevice *device, gint xmargin, gint ymargin);

#endif /* MDVI_PIXBUF_DEVICE */