]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/modules/lseditor/gtk/lseditor.py
9ec0259420373e9c93941e8b015728400212893c
[wxWidgets.git] / utils / wxPython / modules / lseditor / gtk / lseditor.py
1 # This file was created automatically by SWIG.
2 import lseditorc
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
34 class wxsLSEditorPluginPtr :
35 def __init__(self,this):
36 self.this = this
37 self.thisown = 0
38 def __del__(self, lseditorc=lseditorc):
39 if self.thisown == 1 :
40 lseditorc.delete_wxsLSEditorPlugin(self.this)
41 def Create(self,arg0,arg1):
42 val = lseditorc.wxsLSEditorPlugin_Create(self.this,arg0.this,arg1)
43 return val
44 def OnOpen(self,arg0):
45 val = lseditorc.wxsLSEditorPlugin_OnOpen(self.this,arg0)
46 return val
47 def OnSave(self,arg0):
48 val = lseditorc.wxsLSEditorPlugin_OnSave(self.this,arg0)
49 return val
50 def OnCopy(self):
51 val = lseditorc.wxsLSEditorPlugin_OnCopy(self.this)
52 return val
53 def OnCut(self):
54 val = lseditorc.wxsLSEditorPlugin_OnCut(self.this)
55 return val
56 def OnPaste(self):
57 val = lseditorc.wxsLSEditorPlugin_OnPaste(self.this)
58 return val
59 def OnDelete(self):
60 val = lseditorc.wxsLSEditorPlugin_OnDelete(self.this)
61 return val
62 def OnUndo(self):
63 val = lseditorc.wxsLSEditorPlugin_OnUndo(self.this)
64 return val
65 def OnRedo(self):
66 val = lseditorc.wxsLSEditorPlugin_OnRedo(self.this)
67 return val
68 def SelectAll(self):
69 val = lseditorc.wxsLSEditorPlugin_SelectAll(self.this)
70 return val
71 def OnGotoLine(self,arg0,*args):
72 val = apply(lseditorc.wxsLSEditorPlugin_OnGotoLine,(self.this,arg0,)+args)
73 return val
74 def OnProperties(self):
75 val = lseditorc.wxsLSEditorPlugin_OnProperties(self.this)
76 return val
77 def OnFind(self):
78 val = lseditorc.wxsLSEditorPlugin_OnFind(self.this)
79 return val
80 def OnFindNext(self):
81 val = lseditorc.wxsLSEditorPlugin_OnFindNext(self.this)
82 return val
83 def OnFindPrevious(self):
84 val = lseditorc.wxsLSEditorPlugin_OnFindPrevious(self.this)
85 return val
86 def OnReplace(self):
87 val = lseditorc.wxsLSEditorPlugin_OnReplace(self.this)
88 return val
89 def OnToggleBookmark(self):
90 val = lseditorc.wxsLSEditorPlugin_OnToggleBookmark(self.this)
91 return val
92 def OnNextBookmark(self):
93 val = lseditorc.wxsLSEditorPlugin_OnNextBookmark(self.this)
94 return val
95 def OnPreviousBookmark(self):
96 val = lseditorc.wxsLSEditorPlugin_OnPreviousBookmark(self.this)
97 return val
98 def OnShowBookmarks(self):
99 val = lseditorc.wxsLSEditorPlugin_OnShowBookmarks(self.this)
100 return val
101 def SetCheckpoint(self):
102 val = lseditorc.wxsLSEditorPlugin_SetCheckpoint(self.this)
103 return val
104 def CheckpointModified(self):
105 val = lseditorc.wxsLSEditorPlugin_CheckpointModified(self.this)
106 return val
107 def CanCopy(self):
108 val = lseditorc.wxsLSEditorPlugin_CanCopy(self.this)
109 return val
110 def CanCut(self):
111 val = lseditorc.wxsLSEditorPlugin_CanCut(self.this)
112 return val
113 def CanPaste(self):
114 val = lseditorc.wxsLSEditorPlugin_CanPaste(self.this)
115 return val
116 def CanUndo(self):
117 val = lseditorc.wxsLSEditorPlugin_CanUndo(self.this)
118 return val
119 def CanRedo(self):
120 val = lseditorc.wxsLSEditorPlugin_CanRedo(self.this)
121 return val
122 def GetName(self):
123 val = lseditorc.wxsLSEditorPlugin_GetName(self.this)
124 return val
125 def IsModified(self):
126 val = lseditorc.wxsLSEditorPlugin_IsModified(self.this)
127 return val
128 def GetWindow(self):
129 val = lseditorc.wxsLSEditorPlugin_GetWindow(self.this)
130 val = wxWindowPtr(val)
131 return val
132 def SetFileName(self,arg0):
133 val = lseditorc.wxsLSEditorPlugin_SetFileName(self.this,arg0)
134 return val
135 def HoldCursor(self,arg0):
136 val = lseditorc.wxsLSEditorPlugin_HoldCursor(self.this,arg0)
137 return val
138 def FindWordAtCursor(self):
139 val = lseditorc.wxsLSEditorPlugin_FindWordAtCursor(self.this)
140 return val
141 def GetCursorPos(self,arg0,arg1):
142 val = lseditorc.wxsLSEditorPlugin_GetCursorPos(self.this,arg0,arg1)
143 return val
144 def SetCursorPos(self,arg0,arg1):
145 val = lseditorc.wxsLSEditorPlugin_SetCursorPos(self.this,arg0,arg1)
146 return val
147 def GetPagePos(self,arg0,arg1):
148 val = lseditorc.wxsLSEditorPlugin_GetPagePos(self.this,arg0,arg1)
149 return val
150 def GetText(self,arg0,arg1,arg2,arg3,arg4,arg5):
151 val = lseditorc.wxsLSEditorPlugin_GetText(self.this,arg0,arg1,arg2,arg3,arg4,arg5)
152 return val
153 def InsertText(self,arg0,arg1,arg2,arg3):
154 val = lseditorc.wxsLSEditorPlugin_InsertText(self.this,arg0,arg1,arg2,arg3)
155 return val
156 def DeleteText(self,arg0,arg1,arg2,arg3):
157 val = lseditorc.wxsLSEditorPlugin_DeleteText(self.this,arg0,arg1,arg2,arg3)
158 return val
159 def PositionToXY(self,arg0,arg1,arg2,arg3):
160 val = lseditorc.wxsLSEditorPlugin_PositionToXY(self.this,arg0,arg1,arg2,arg3)
161 return val
162 def GetSelectionRange(self,arg0,arg1,arg2,arg3):
163 val = lseditorc.wxsLSEditorPlugin_GetSelectionRange(self.this,arg0,arg1,arg2,arg3)
164 return val
165 def GetCharacterSize(self):
166 val = lseditorc.wxsLSEditorPlugin_GetCharacterSize(self.this)
167 val = wxSizePtr(val)
168 val.thisown = 1
169 return val
170 def IsUnixText(self):
171 val = lseditorc.wxsLSEditorPlugin_IsUnixText(self.this)
172 return val
173 def __repr__(self):
174 return "<C wxsLSEditorPlugin instance>"
175 class wxsLSEditorPlugin(wxsLSEditorPluginPtr):
176 def __init__(self) :
177 self.this = lseditorc.new_wxsLSEditorPlugin()
178 self.thisown = 1
179
180
181
182
183
184
185 #-------------- FUNCTION WRAPPERS ------------------
186
187
188
189 #-------------- VARIABLE WRAPPERS ------------------
190