summaryrefslogtreecommitdiff
path: root/gtk/gtk_plotters.h
blob: 85ab4b9b0851667da6a827d2c43bc7b168773acb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * This file is part of NetSurf, http://netsurf-browser.org/
 * 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;

extern const struct plotter_table nsgtk_plotters;