]> git.saurik.com Git - wxWidgets.git/blame - wxPython/src/gtk/help.py
Added LoadFile and SaveFile methods
[wxWidgets.git] / wxPython / src / gtk / help.py
CommitLineData
cd096152
RD
1# This file was created automatically by SWIG.
2import helpc
3
4from windows import *
5
6from misc import *
7
8from gdi import *
9
a323d3bd
RD
10from fonts import *
11
cd096152
RD
12from clip_dnd import *
13
14from controls import *
15
16from events import *
17
18# Help events
19def EVT_HELP(win, id, func):
20 win.Connect(id, -1, wxEVT_HELP, func)
21
22def EVT_HELP_RANGE(win, id, id2, func):
23 win.Connect(id, id2, wxEVT_HELP, func)
24
25def EVT_DETAILED_HELP(win, id, func):
26 win.Connect(id, -1, wxEVT_DETAILED_HELP, func)
27
28def EVT_DETAILED_HELP_RANGE(win, id, id2, func):
29 win.Connect(id, id2, wxEVT_DETAILED_HELP, func)
30
cd096152
RD
31class wxHelpEventPtr(wxCommandEventPtr):
32 def __init__(self,this):
33 self.this = this
34 self.thisown = 0
35 def GetPosition(self, *_args, **_kwargs):
36 val = apply(helpc.wxHelpEvent_GetPosition,(self,) + _args, _kwargs)
37 if val: val = wxPointPtr(val)
38 return val
39 def SetPosition(self, *_args, **_kwargs):
40 val = apply(helpc.wxHelpEvent_SetPosition,(self,) + _args, _kwargs)
41 return val
42 def GetLink(self, *_args, **_kwargs):
43 val = apply(helpc.wxHelpEvent_GetLink,(self,) + _args, _kwargs)
44 return val
45 def SetLink(self, *_args, **_kwargs):
46 val = apply(helpc.wxHelpEvent_SetLink,(self,) + _args, _kwargs)
47 return val
48 def GetTarget(self, *_args, **_kwargs):
49 val = apply(helpc.wxHelpEvent_GetTarget,(self,) + _args, _kwargs)
50 return val
51 def SetTarget(self, *_args, **_kwargs):
52 val = apply(helpc.wxHelpEvent_SetTarget,(self,) + _args, _kwargs)
53 return val
54 def __repr__(self):
55 return "<C wxHelpEvent instance at %s>" % (self.this,)
56class wxHelpEvent(wxHelpEventPtr):
57 def __init__(self,*_args,**_kwargs):
58 self.this = apply(helpc.new_wxHelpEvent,_args,_kwargs)
59 self.thisown = 1
60
61
62
63
cd096152
RD
64class wxContextHelpPtr(wxObjectPtr):
65 def __init__(self,this):
66 self.this = this
67 self.thisown = 0
b67a9327
RD
68 def __del__(self, delfunc=helpc.delete_wxContextHelp):
69 if self.thisown == 1:
70 try:
71 delfunc(self)
72 except:
73 pass
cd096152
RD
74 def BeginContextHelp(self, *_args, **_kwargs):
75 val = apply(helpc.wxContextHelp_BeginContextHelp,(self,) + _args, _kwargs)
76 return val
77 def EndContextHelp(self, *_args, **_kwargs):
78 val = apply(helpc.wxContextHelp_EndContextHelp,(self,) + _args, _kwargs)
79 return val
80 def __repr__(self):
81 return "<C wxContextHelp instance at %s>" % (self.this,)
82class wxContextHelp(wxContextHelpPtr):
83 def __init__(self,*_args,**_kwargs):
84 self.this = apply(helpc.new_wxContextHelp,_args,_kwargs)
85 self.thisown = 1
86
87
88
89
90class wxContextHelpButtonPtr(wxBitmapButtonPtr):
91 def __init__(self,this):
92 self.this = this
93 self.thisown = 0
94 def __repr__(self):
95 return "<C wxContextHelpButton instance at %s>" % (self.this,)
96class wxContextHelpButton(wxContextHelpButtonPtr):
97 def __init__(self,*_args,**_kwargs):
98 self.this = apply(helpc.new_wxContextHelpButton,_args,_kwargs)
99 self.thisown = 1
0220cbc1 100 self._setOORInfo(self)
cd096152
RD
101
102
103
104
105class wxHelpProviderPtr :
106 def __init__(self,this):
107 self.this = this
108 self.thisown = 0
109 def GetHelp(self, *_args, **_kwargs):
110 val = apply(helpc.wxHelpProvider_GetHelp,(self,) + _args, _kwargs)
111 return val
112 def ShowHelp(self, *_args, **_kwargs):
113 val = apply(helpc.wxHelpProvider_ShowHelp,(self,) + _args, _kwargs)
114 return val
115 def AddHelp(self, *_args, **_kwargs):
116 val = apply(helpc.wxHelpProvider_AddHelp,(self,) + _args, _kwargs)
117 return val
118 def AddHelpById(self, *_args, **_kwargs):
119 val = apply(helpc.wxHelpProvider_AddHelpById,(self,) + _args, _kwargs)
120 return val
121 def Destroy(self, *_args, **_kwargs):
122 val = apply(helpc.wxHelpProvider_Destroy,(self,) + _args, _kwargs)
123 return val
124 def __repr__(self):
125 return "<C wxHelpProvider instance at %s>" % (self.this,)
126class wxHelpProvider(wxHelpProviderPtr):
127 def __init__(self,this):
128 self.this = this
129
130
131
132
133class wxSimpleHelpProviderPtr(wxHelpProviderPtr):
134 def __init__(self,this):
135 self.this = this
136 self.thisown = 0
137 def __repr__(self):
138 return "<C wxSimpleHelpProvider instance at %s>" % (self.this,)
139class wxSimpleHelpProvider(wxSimpleHelpProviderPtr):
140 def __init__(self,*_args,**_kwargs):
141 self.this = apply(helpc.new_wxSimpleHelpProvider,_args,_kwargs)
142 self.thisown = 1
143
144
145
146
147
148
149#-------------- FUNCTION WRAPPERS ------------------
150
151def wxHelpProvider_Set(*_args, **_kwargs):
152 val = apply(helpc.wxHelpProvider_Set,_args,_kwargs)
153 if val: val = wxHelpProviderPtr(val)
154 return val
155
156def wxHelpProvider_Get(*_args, **_kwargs):
157 val = apply(helpc.wxHelpProvider_Get,_args,_kwargs)
158 if val: val = wxHelpProviderPtr(val)
159 return val
160
161
162
163#-------------- VARIABLE WRAPPERS ------------------
164
165wxFRAME_EX_CONTEXTHELP = helpc.wxFRAME_EX_CONTEXTHELP
166wxDIALOG_EX_CONTEXTHELP = helpc.wxDIALOG_EX_CONTEXTHELP
167wxID_CONTEXT_HELP = helpc.wxID_CONTEXT_HELP
168wxEVT_HELP = helpc.wxEVT_HELP
169wxEVT_DETAILED_HELP = helpc.wxEVT_DETAILED_HELP
cd096152
RD
170
171
172#-------------- USER INCLUDE -----------------------
173
174# Stuff these names into the wx namespace so wxPyConstructObject can find them
175import wx
176wx.wxHelpEventPtr = wxHelpEventPtr
b67a9327 177wx.wxContextHelpButtonPtr = wxContextHelpButtonPtr