]>
git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/modules/html/gtk/html.py
1 # This file was created automatically by SWIG.
18 from stattool
import *
20 from controls
import *
22 from controls2
import *
24 from windows2
import *
28 from windows3
import *
35 class HtmlHistoryItemPtr
:
36 def __init__(self
,this
):
40 val
= htmlc
.HtmlHistoryItem_GetPos(self
.this
)
42 def SetPos(self
,arg0
):
43 val
= htmlc
.HtmlHistoryItem_SetPos(self
.this
,arg0
)
46 val
= htmlc
.HtmlHistoryItem_GetPage(self
.this
)
49 val
= htmlc
.HtmlHistoryItem_GetAnchor(self
.this
)
52 return "<C HtmlHistoryItem instance>"
53 class HtmlHistoryItem(HtmlHistoryItemPtr
):
54 def __init__(self
,arg0
,arg1
) :
55 self
.this
= htmlc
.new_HtmlHistoryItem(arg0
,arg1
)
61 class wxHtmlWindowPtr(wxScrolledWindowPtr
):
62 def __init__(self
,this
):
65 def SetPage(self
,arg0
):
66 val
= htmlc
.wxHtmlWindow_SetPage(self
.this
,arg0
)
68 def LoadPage(self
,arg0
):
69 val
= htmlc
.wxHtmlWindow_LoadPage(self
.this
,arg0
)
71 def GetOpenedPage(self
):
72 val
= htmlc
.wxHtmlWindow_GetOpenedPage(self
.this
)
74 def SetRelatedFrame(self
,arg0
,arg1
):
75 val
= htmlc
.wxHtmlWindow_SetRelatedFrame(self
.this
,arg0
.this
,arg1
)
77 def GetRelatedFrame(self
):
78 val
= htmlc
.wxHtmlWindow_GetRelatedFrame(self
.this
)
81 def SetRelatedStatusBar(self
,arg0
):
82 val
= htmlc
.wxHtmlWindow_SetRelatedStatusBar(self
.this
,arg0
)
84 def SetFonts(self
,arg0
,arg1
,arg2
,arg3
,arg4
):
85 val
= htmlc
.wxHtmlWindow_SetFonts(self
.this
,arg0
,arg1
,arg2
,arg3
,arg4
)
87 def SetTitle(self
,arg0
):
88 val
= htmlc
.wxHtmlWindow_SetTitle(self
.this
,arg0
)
90 def SetBorders(self
,arg0
):
91 val
= htmlc
.wxHtmlWindow_SetBorders(self
.this
,arg0
)
93 def HistoryBack(self
):
94 val
= htmlc
.wxHtmlWindow_HistoryBack(self
.this
)
96 def HistoryForward(self
):
97 val
= htmlc
.wxHtmlWindow_HistoryForward(self
.this
)
99 def HistoryClear(self
):
100 val
= htmlc
.wxHtmlWindow_HistoryClear(self
.this
)
103 return "<C wxHtmlWindow instance>"
104 class wxHtmlWindow(wxHtmlWindowPtr
):
105 def __init__(self
,arg0
,*args
) :
106 argl
= map(None,args
)
107 try: argl
[1] = argl
[1].this
109 try: argl
[2] = argl
[2].this
112 self
.this
= apply(htmlc
.new_wxHtmlWindow
,(arg0
.this
,)+args
)
114 wx
._StdWindowCallbacks
(self
)
115 wx
._StdOnScrollCallbacks
(self
)
122 #-------------- FUNCTION WRAPPERS ------------------
126 #-------------- VARIABLE WRAPPERS ------------------