]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/modules/html/gtk/html.py
Adding new SWIGified sources for wxPython modules
[wxWidgets.git] / utils / wxPython / modules / html / gtk / html.py
1 # This file was created automatically by SWIG.
2 import htmlc
3
4 from misc import *
5
6 from misc2 import *
7
8 from windows import *
9
10 from gdi import *
11
12 from events import *
13
14 from mdi import *
15
16 from frames import *
17
18 from stattool import *
19
20 from controls import *
21
22 from controls2 import *
23
24 from windows2 import *
25
26 from cmndlgs import *
27
28 from windows3 import *
29
30 from image import *
31
32 from printfw import *
33 import wx,htmlhelper
34 widget = htmlc
35 class HtmlHistoryItemPtr :
36 def __init__(self,this):
37 self.this = this
38 self.thisown = 0
39 def GetPos(self):
40 val = htmlc.HtmlHistoryItem_GetPos(self.this)
41 return val
42 def SetPos(self,arg0):
43 val = htmlc.HtmlHistoryItem_SetPos(self.this,arg0)
44 return val
45 def GetPage(self):
46 val = htmlc.HtmlHistoryItem_GetPage(self.this)
47 return val
48 def GetAnchor(self):
49 val = htmlc.HtmlHistoryItem_GetAnchor(self.this)
50 return val
51 def __repr__(self):
52 return "<C HtmlHistoryItem instance>"
53 class HtmlHistoryItem(HtmlHistoryItemPtr):
54 def __init__(self,arg0,arg1) :
55 self.this = htmlc.new_HtmlHistoryItem(arg0,arg1)
56 self.thisown = 1
57
58
59
60
61 class wxHtmlWindowPtr(wxScrolledWindowPtr):
62 def __init__(self,this):
63 self.this = this
64 self.thisown = 0
65 def SetPage(self,arg0):
66 val = htmlc.wxHtmlWindow_SetPage(self.this,arg0)
67 return val
68 def LoadPage(self,arg0):
69 val = htmlc.wxHtmlWindow_LoadPage(self.this,arg0)
70 return val
71 def GetOpenedPage(self):
72 val = htmlc.wxHtmlWindow_GetOpenedPage(self.this)
73 return val
74 def SetRelatedFrame(self,arg0,arg1):
75 val = htmlc.wxHtmlWindow_SetRelatedFrame(self.this,arg0.this,arg1)
76 return val
77 def GetRelatedFrame(self):
78 val = htmlc.wxHtmlWindow_GetRelatedFrame(self.this)
79 val = wxFramePtr(val)
80 return val
81 def SetRelatedStatusBar(self,arg0):
82 val = htmlc.wxHtmlWindow_SetRelatedStatusBar(self.this,arg0)
83 return val
84 def SetFonts(self,arg0,arg1,arg2,arg3,arg4):
85 val = htmlc.wxHtmlWindow_SetFonts(self.this,arg0,arg1,arg2,arg3,arg4)
86 return val
87 def SetTitle(self,arg0):
88 val = htmlc.wxHtmlWindow_SetTitle(self.this,arg0)
89 return val
90 def SetBorders(self,arg0):
91 val = htmlc.wxHtmlWindow_SetBorders(self.this,arg0)
92 return val
93 def HistoryBack(self):
94 val = htmlc.wxHtmlWindow_HistoryBack(self.this)
95 return val
96 def HistoryForward(self):
97 val = htmlc.wxHtmlWindow_HistoryForward(self.this)
98 return val
99 def HistoryClear(self):
100 val = htmlc.wxHtmlWindow_HistoryClear(self.this)
101 return val
102 def __repr__(self):
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
108 except: pass
109 try: argl[2] = argl[2].this
110 except: pass
111 args = tuple(argl)
112 self.this = apply(htmlc.new_wxHtmlWindow,(arg0.this,)+args)
113 self.thisown = 1
114 wx._StdWindowCallbacks(self)
115 wx._StdOnScrollCallbacks(self)
116
117
118
119
120
121
122 #-------------- FUNCTION WRAPPERS ------------------
123
124
125
126 #-------------- VARIABLE WRAPPERS ------------------
127