Added wxPython support of new HTML Printing classes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-10-29 22:21:54 +00:00
parent 3135f4a778
commit dc2f8a65c0
6 changed files with 1461 additions and 146 deletions

View File

@@ -53,7 +53,10 @@ enum {
wxID_HTML_SEARCHPAGE,
wxID_HTML_SEARCHTEXT,
wxID_HTML_SEARCHLIST,
wxID_HTML_SEARCHBUTTON
wxID_HTML_SEARCHBUTTON,
wxID_HTML_SEARCHCHOICE,
wxID_HTML_HELPFRAME
};
//---------------------------------------------------------------------------
@@ -66,8 +69,6 @@ public:
long x, y, w, h;
long sashpos;
bool navig_on;
int style;
wxString titleformat;
};