Doc fixes, distribution list additions, makelib.g95 fixed so WXDIR can be passed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-08-13 09:58:37 +00:00
parent 7f7c1d269c
commit aafdc5a46c
9 changed files with 65 additions and 146 deletions

View File

@@ -31,7 +31,7 @@
}}
\winhelpignore{\author{Julian Smart, Robert Roebling, Vadim Zeitlin,
Robin Dunn, et al}
\date{July 9th 2000}
\date{August 13th 2000}
}
\makeindex
\begin{document}

View File

@@ -35,6 +35,12 @@ get PostScript printing settings.
This constructor and the global printer settings are now deprecated;
use the wxPrintData constructor instead.
\membersection{wxPostScriptDC::GetResolution}\label{wxpostscriptdcgetresolution}
\func{static int}{GetResolution}{\void}
Return resolution used in PostScript output. See
\helpref{SetResolution}{wxpostscriptdcsetresolution}.
\membersection{wxPostScriptDC::SetResolution}\label{wxpostscriptdcsetresolution}
@@ -43,9 +49,3 @@ use the wxPrintData constructor instead.
Set resolution (in pixels per inch) that will be used in PostScript
output. Default is 720ppi.
\membersection{wxPostScriptDC::GetResolution}\label{wxpostscriptdcgetresolution}
\func{static int}{GetResolution}{\void}
Return resolution used in PostScript output. See
\helpref{SetResolution}{wxpostscriptdcsetresolution}.