summaryrefslogtreecommitdiff
path: root/gtk/gtk_plotters.h
blob: 5eb45ddc7abc54b70fbbab9e4629a3dc02a6f145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * This file is part of NetSurf, http://netsurf.sourceforge.net/
 * Licensed under the GNU General Public License,
 *                http://www.opensource.org/licenses/gpl-license
 * Copyright 2005 James Bursa <bursa@users.sourceforge.net>
 */

/** \file
 * Target independent plotting (GDK / GTK+ interface).
 */

struct plotter_table;

const struct plotter_table nsgtk_plotters;