]>
Commit | Line | Data |
---|---|---|
325274bb RD |
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, *_args, **_kwargs): | |
40 | val = apply(htmlc.HtmlHistoryItem_GetPos,(self,) + _args, _kwargs) | |
41 | return val | |
42 | def SetPos(self, *_args, **_kwargs): | |
43 | val = apply(htmlc.HtmlHistoryItem_SetPos,(self,) + _args, _kwargs) | |
44 | return val | |
45 | def GetPage(self, *_args, **_kwargs): | |
46 | val = apply(htmlc.HtmlHistoryItem_GetPage,(self,) + _args, _kwargs) | |
47 | return val | |
48 | def GetAnchor(self, *_args, **_kwargs): | |
49 | val = apply(htmlc.HtmlHistoryItem_GetAnchor,(self,) + _args, _kwargs) | |
50 | return val | |
51 | def __repr__(self): | |
52 | return "<C HtmlHistoryItem instance at %s>" % (self.this,) | |
53 | class HtmlHistoryItem(HtmlHistoryItemPtr): | |
54 | def __init__(self,*_args,**_kwargs): | |
55 | self.this = apply(htmlc.new_HtmlHistoryItem,_args,_kwargs) | |
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, *_args, **_kwargs): | |
66 | val = apply(htmlc.wxHtmlWindow_SetPage,(self,) + _args, _kwargs) | |
67 | return val | |
68 | def LoadPage(self, *_args, **_kwargs): | |
69 | val = apply(htmlc.wxHtmlWindow_LoadPage,(self,) + _args, _kwargs) | |
70 | return val | |
71 | def GetOpenedPage(self, *_args, **_kwargs): | |
72 | val = apply(htmlc.wxHtmlWindow_GetOpenedPage,(self,) + _args, _kwargs) | |
73 | return val | |
74 | def SetRelatedFrame(self, *_args, **_kwargs): | |
75 | val = apply(htmlc.wxHtmlWindow_SetRelatedFrame,(self,) + _args, _kwargs) | |
76 | return val | |
77 | def GetRelatedFrame(self, *_args, **_kwargs): | |
78 | val = apply(htmlc.wxHtmlWindow_GetRelatedFrame,(self,) + _args, _kwargs) | |
79 | if val: val = wxFramePtr(val) | |
80 | return val | |
81 | def SetRelatedStatusBar(self, *_args, **_kwargs): | |
82 | val = apply(htmlc.wxHtmlWindow_SetRelatedStatusBar,(self,) + _args, _kwargs) | |
83 | return val | |
84 | def SetFonts(self, *_args, **_kwargs): | |
85 | val = apply(htmlc.wxHtmlWindow_SetFonts,(self,) + _args, _kwargs) | |
86 | return val | |
87 | def SetTitle(self, *_args, **_kwargs): | |
88 | val = apply(htmlc.wxHtmlWindow_SetTitle,(self,) + _args, _kwargs) | |
89 | return val | |
90 | def SetBorders(self, *_args, **_kwargs): | |
91 | val = apply(htmlc.wxHtmlWindow_SetBorders,(self,) + _args, _kwargs) | |
92 | return val | |
93 | def HistoryBack(self, *_args, **_kwargs): | |
94 | val = apply(htmlc.wxHtmlWindow_HistoryBack,(self,) + _args, _kwargs) | |
95 | return val | |
96 | def HistoryForward(self, *_args, **_kwargs): | |
97 | val = apply(htmlc.wxHtmlWindow_HistoryForward,(self,) + _args, _kwargs) | |
98 | return val | |
99 | def HistoryClear(self, *_args, **_kwargs): | |
100 | val = apply(htmlc.wxHtmlWindow_HistoryClear,(self,) + _args, _kwargs) | |
101 | return val | |
102 | def __repr__(self): | |
103 | return "<C wxHtmlWindow instance at %s>" % (self.this,) | |
104 | class wxHtmlWindow(wxHtmlWindowPtr): | |
105 | def __init__(self,*_args,**_kwargs): | |
106 | self.this = apply(htmlc.new_wxHtmlWindow,_args,_kwargs) | |
107 | self.thisown = 1 | |
108 | wx._StdWindowCallbacks(self) | |
109 | wx._StdOnScrollCallbacks(self) | |
110 | ||
111 | ||
112 | ||
113 | ||
114 | ||
115 | ||
116 | #-------------- FUNCTION WRAPPERS ------------------ | |
117 | ||
118 | ||
119 | ||
120 | #-------------- VARIABLE WRAPPERS ------------------ | |
121 |