2005-09-12 [paul] 1.9.14cvs21
[claws.git] / src / gedit-print.h
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
5  *
6  * Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi 
7  *
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.
12  *
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.
17  *
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. 
22  */
23  
24 /*
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. 
28  */
29
30 #ifndef __GEDIT_PRINT_H__
31 #define __GEDIT_PRINT_H__
32 #ifdef HAVE_CONFIG_H
33 #include <config.h>
34 #endif
35
36 #ifdef USE_GNOMEPRINT
37
38 #include <gtk/gtktextview.h>
39
40 void gedit_print                (GtkTextView* view);
41 void gedit_print_preview        (GtkTextView* view);
42
43 #endif
44 #endif /* __GEDIT_PRINT_H__ */