claws-mail/src/gedit-print.h
Colin Leroy 774ab618e5 2005-06-28 [colin] 1.9.12cvs2
* src/gedit-print.c		** ADDED **
	* src/gedit-print.h		** ADDED **
	* src/gtk/gtksourceprintjob.c	** ADDED **
	* src/gtk/gtksourceprintjob.h	** ADDED **
		I can't believe no one had enough time to tell
		me I forgot the `cvs add`
2005-06-28 00:46:07 +00:00

45 lines
1.3 KiB
C

/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* gedit-print.h
* This file is part of gedit
*
* Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
*/
/*
* Modified by the gedit Team, 1998-2001. See the AUTHORS file for a
* list of people on the gedit Team.
* See the ChangeLog files for a list of changes.
*/
#ifndef __GEDIT_PRINT_H__
#define __GEDIT_PRINT_H__
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef USE_GNOMEPRINT
#include <gtk/gtktextview.h>
void gedit_print (GtkTextView* view);
void gedit_print_preview (GtkTextView* view);
#endif
#endif /* __GEDIT_PRINT_H__ */