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

@@ -55,12 +55,6 @@ class wxHtmlHelpFrameCfgPtr :
if name == "navig_on" :
htmlhelpc.wxHtmlHelpFrameCfg_navig_on_set(self,value)
return
if name == "style" :
htmlhelpc.wxHtmlHelpFrameCfg_style_set(self,value)
return
if name == "titleformat" :
htmlhelpc.wxHtmlHelpFrameCfg_titleformat_set(self,value)
return
self.__dict__[name] = value
def __getattr__(self,name):
if name == "x" :
@@ -75,10 +69,6 @@ class wxHtmlHelpFrameCfgPtr :
return htmlhelpc.wxHtmlHelpFrameCfg_sashpos_get(self)
if name == "navig_on" :
return htmlhelpc.wxHtmlHelpFrameCfg_navig_on_get(self)
if name == "style" :
return htmlhelpc.wxHtmlHelpFrameCfg_style_get(self)
if name == "titleformat" :
return htmlhelpc.wxHtmlHelpFrameCfg_titleformat_get(self)
raise AttributeError,name
def __repr__(self):
return "<C wxHtmlHelpFrameCfg instance at %s>" % (self.this,)
@@ -378,3 +368,5 @@ wxID_HTML_SEARCHPAGE = htmlhelpc.wxID_HTML_SEARCHPAGE
wxID_HTML_SEARCHTEXT = htmlhelpc.wxID_HTML_SEARCHTEXT
wxID_HTML_SEARCHLIST = htmlhelpc.wxID_HTML_SEARCHLIST
wxID_HTML_SEARCHBUTTON = htmlhelpc.wxID_HTML_SEARCHBUTTON
wxID_HTML_SEARCHCHOICE = htmlhelpc.wxID_HTML_SEARCHCHOICE
wxID_HTML_HELPFRAME = htmlhelpc.wxID_HTML_HELPFRAME