gprint.cpp

来自「很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.」· C++ 代码 · 共 17 行

CPP
17
字号
/////////////////////////////////////////////////////////////////////////////// Name:        src/gtk/gnome/gprint.cpp// Author:      Robert Roebling// Purpose:     Implement GNOME printing support// Created:     09/20/04// RCS-ID:      $Id: gprint.cpp,v 1.33 2006/01/23 01:14:32 MR Exp $// Copyright:   Robert Roebling// Licence:     wxWindows Licence/////////////////////////////////////////////////////////////////////////////// For compilers that support precompilation, includes "wx/wx.h".#include "wx/wxprec.h"#ifdef __BORLANDC__    #pragma hdrstop#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?