~ubuntu-branches/ubuntu/maverick/wxwidgets2.8/maverick-proposed

« back to all changes in this revision

Viewing changes to docs/latex/wx/hteasypr.tex

  • Committer: Bazaar Package Importer
  • Author(s): Devid Filoni
  • Date: 2007-11-06 18:25:13 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071106182513-809agqds6igh7mqo
Tags: 2.8.6.1-0ubuntu1
* New upstream version, based on the upstream tarball
  wxPython-src-2.8.6.1.tar.bz2, renamed debian to debian-upstream.
* Provide a get-orig-source target to do the repackaging.
* Fix "substvar-source-version-is-deprecated" lintian warnings.
* Remove duplicate Description field in debian/control.
* Add "\" at the end of line 8 in debian/python-wxtools.menu to fix
  "bad-test-in-menu-item" lintian error.
* Provide .xpm icons to fix "menu-icon-not-in-xpm-format" lintian errors,
  changed Icon field in debian/python-wxtools.menu.
* Fix "wrong-name-for-upstream-changelog" lintian warnings.
* Remove "Application;" from Categories field in debian/pycrust.desktop,
  debian/pyshell.desktop, debian/xrced.desktop.
* Switch "Apps" to "Applications" in debian/python-wxtools.menu to fix
  "menu-item-uses-apps-section" lintian warnings.
* Drop the icon extension from debian/pycrust.desktop,
  debian/pyshell.desktop, debian/xrced.desktop.
* Add dpatch support.
* Add "WX_CONFIG" patch.
* debian/rules:
  - added .xpm icons to install-gtk-py-tools target
  - added "docs/changes.txt" to dh_installchangelogs in binary-common target
  - added "\" at the end of "install-examples install-msw-dev
    install-msw-dbg install-headers-msw" line in .PHONY

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
\docparam{parentWindow}{pointer to the window that will own the preview frame and setup dialogs. May be NULL.}
40
40
 
 
41
\membersection{wxHtmlEasyPrinting::GetParentWindow}\label{wxhtmleasyprintinggetparentwindow}
 
42
 
 
43
\constfunc{wxWindow*}{GetParentWindow}{\void}
 
44
 
 
45
Gets the parent window for dialogs.
 
46
 
 
47
\membersection{wxHtmlEasyPrinting::GetPrintData}\label{wxhtmleasyprintinggetprintdata}
 
48
 
 
49
\func{wxPrintData*}{GetPrintData}{\void}
 
50
 
 
51
Returns pointer to \helpref{wxPrintData}{wxprintdata} instance used by this class. You can
 
52
set its parameters (via SetXXXX methods).
 
53
 
 
54
\membersection{wxHtmlEasyPrinting::GetPageSetupData}\label{wxhtmleasyprintinggetpagesetupdata}
 
55
 
 
56
\func{wxPageSetupDialogData*}{GetPageSetupData}{\void}
 
57
 
 
58
Returns a pointer to \helpref{wxPageSetupDialogData}{wxpagesetupdialogdata} instance used by 
 
59
this class. You can set its parameters (via SetXXXX methods).
 
60
 
41
61
\membersection{wxHtmlEasyPrinting::PreviewFile}\label{wxhtmleasyprintingpreviewfile}
42
62
 
43
63
\func{bool}{PreviewFile}{\param{const wxString\& }{htmlfile}}
132
152
 
133
153
\docparam{pg}{one of wxPAGE\_ODD, wxPAGE\_EVEN and wxPAGE\_ALL constants.}
134
154
 
135
 
\membersection{wxHtmlEasyPrinting::GetPrintData}\label{wxhtmleasyprintinggetprintdata}
136
 
 
137
 
\func{wxPrintData*}{GetPrintData}{\void}
138
 
 
139
 
Returns pointer to \helpref{wxPrintData}{wxprintdata} instance used by this class. You can
140
 
set its parameters (via SetXXXX methods).
141
 
 
142
 
\membersection{wxHtmlEasyPrinting::GetPageSetupData}\label{wxhtmleasyprintinggetpagesetupdata}
143
 
 
144
 
\func{wxPageSetupDialogData*}{GetPageSetupData}{\void}
145
 
 
146
 
Returns a pointer to \helpref{wxPageSetupDialogData}{wxpagesetupdialogdata} instance used by 
147
 
this class. You can set its parameters (via SetXXXX methods).
 
155
\membersection{wxHtmlEasyPrinting::SetParentWindow}\label{wxhtmleasyprintingsetparentwindow}
 
156
 
 
157
\func{void}{SetParentWindow}{\param{wxWindow*}{ window}}
 
158
 
 
159
Sets the parent window for dialogs.
148
160