2.10.0 unleashed
[claws.git] / src / gedit-print.h
blobf8c46a987622541403ec460da515aca167968d9e
1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /*
3 * gedit-print.h
4 * This file is part of gedit
6 * Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330,
21 * Boston, MA 02111-1307, USA.
25 * Modified by the gedit Team, 1998-2001. See the AUTHORS file for a
26 * list of people on the gedit Team.
27 * See the ChangeLog files for a list of changes.
30 #ifndef __GEDIT_PRINT_H__
31 #define __GEDIT_PRINT_H__
32 #ifdef HAVE_CONFIG_H
33 #include <config.h>
34 #endif
36 #ifdef USE_GNOMEPRINT
38 #include <gtk/gtktextview.h>
40 void gedit_print (GtkTextView* view);
42 #endif
43 #endif /* __GEDIT_PRINT_H__ */