57 files changed, 394 insertions(+), 6767 deletions(-) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
17 lines
528 B
C++
17 lines
528 B
C++
/////////////////////////////////////////////////////////////////////////////
|
|
// Name: src/gtk/gnome/gprint.cpp
|
|
// Author: Robert Roebling
|
|
// Purpose: Implement GNOME printing support
|
|
// Created: 09/20/04
|
|
// RCS-ID: $Id$
|
|
// Copyright: Robert Roebling
|
|
// Licence: wxWindows Licence
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// For compilers that support precompilation, includes "wx/wx.h".
|
|
#include "wx/wxprec.h"
|
|
|
|
#ifdef __BORLANDC__
|
|
#pragma hdrstop
|
|
#endif
|