]> git.saurik.com Git - wxWidgets.git/commitdiff
SWIGged code uodates
authorRobin Dunn <robin@alldunn.com>
Mon, 19 Nov 2001 20:41:48 +0000 (20:41 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 19 Nov 2001 20:41:48 +0000 (20:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/contrib/glcanvas/gtk/glcanvas.py
wxPython/contrib/ogl/ogl.py
wxPython/contrib/ogl/oglbasic.py
wxPython/contrib/ogl/oglcanvas.py
wxPython/contrib/ogl/oglshapes.py
wxPython/contrib/ogl/oglshapes2.py
wxPython/contrib/stc/gtk/stc_.py
wxPython/contrib/xrc/xrc.py
wxPython/src/gtk/html.py
wxPython/src/gtk/htmlhelp.py
wxPython/src/gtk/wx.py

index afffe50a86fdd9c88bb0254764d137f66d8a9a50..5290ba4bfde83a09a1bbd32559a47ae21f7cd1b0 100644 (file)
@@ -15,6 +15,8 @@ from events import *
 
 from streams import *
 
+from utils import *
+
 from mdi import *
 
 from frames import *
@@ -38,8 +40,6 @@ from printfw import *
 from sizers import *
 
 from filesys import *
-
-from utils import *
 import wx
 class wxGLContextPtr(wxObjectPtr):
     def __init__(self,this):
index d7bd04da26bbaefd55e6ac7de422ae1fc236ddb0..cca62bc8d92a103bd685a3ac57b400eb4390041f 100644 (file)
@@ -15,6 +15,8 @@ from events import *
 
 from streams import *
 
+from utils import *
+
 from mdi import *
 
 from frames import *
@@ -39,8 +41,6 @@ from sizers import *
 
 from filesys import *
 
-from utils import *
-
 from oglbasic import *
 
 from oglshapes import *
index 162de090961a953897b1d73ac6cdab0825fb6d21..9a6e352b2580b35abd02b7e9d97806cd4396db54 100644 (file)
@@ -15,6 +15,8 @@ from events import *
 
 from streams import *
 
+from utils import *
+
 from mdi import *
 
 from frames import *
@@ -38,8 +40,6 @@ from printfw import *
 from sizers import *
 
 from filesys import *
-
-from utils import *
 import wx
 from oglcanvas import wxPyShapeCanvasPtr
 class wxShapeRegionPtr(wxObjectPtr):
index 939bd9b18a79fa010fae533c9a1db895ea6747c3..a2a67b2cae873a6e315d5f65647beb68634b1dd5 100644 (file)
@@ -15,6 +15,8 @@ from events import *
 
 from streams import *
 
+from utils import *
+
 from mdi import *
 
 from frames import *
@@ -39,8 +41,6 @@ from sizers import *
 
 from filesys import *
 
-from utils import *
-
 from oglbasic import *
 import wx
 class wxDiagramPtr(wxObjectPtr):
index 1496d5e7a693bfa2a0ec3e1184883c02ecf57e32..bce43eeda94ae1928b14d1f2333155140ebb4abd 100644 (file)
@@ -15,6 +15,8 @@ from events import *
 
 from streams import *
 
+from utils import *
+
 from mdi import *
 
 from frames import *
@@ -39,8 +41,6 @@ from sizers import *
 
 from filesys import *
 
-from utils import *
-
 from oglbasic import *
 import wx
 class wxPseudoMetaFilePtr(wxObjectPtr):
index ef744f8ed9d38d442dc9b50212f7e6e4db8a916c..2c60be0fc3401ba1202b60a23c7b80ccc89519e0 100644 (file)
@@ -15,6 +15,8 @@ from events import *
 
 from streams import *
 
+from utils import *
+
 from mdi import *
 
 from frames import *
@@ -39,8 +41,6 @@ from sizers import *
 
 from filesys import *
 
-from utils import *
-
 from oglbasic import *
 
 from oglshapes import *
index f2434e55412a2b7ee64d45504987ca7c02a6502f..6450b0d0ff11208a56a6ba8f7ccfbf2ff1fb8164 100644 (file)
@@ -15,6 +15,8 @@ from events import *
 
 from streams import *
 
+from utils import *
+
 from mdi import *
 
 from frames import *
@@ -39,8 +41,6 @@ from sizers import *
 
 from filesys import *
 
-from utils import *
-
 def EVT_STC_CHANGE(win, id, func):
     win.Connect(id, -1, wxEVT_STC_CHANGE, func)
 
index ada0084f5b167fe30e3f7ecb2e0dd1e8578ebd56..16f1eb9220e962883872ffae01efe0866e9866b4 100644 (file)
@@ -15,6 +15,8 @@ from events import *
 
 from streams import *
 
+from utils import *
+
 from mdi import *
 
 from frames import *
@@ -39,8 +41,6 @@ from sizers import *
 
 from filesys import *
 
-from utils import *
-
 def XMLID(str_id):
     return wxXmlResource_GetXMLID(str_id)
 
index 2c2c6c31cda4355727e75592cf153e2509b77359..b2db058c73552c22c849e2c6335ce25c35fc9b85 100644 (file)
@@ -15,6 +15,8 @@ from events import *
 
 from streams import *
 
+from utils import *
+
 from mdi import *
 
 from frames import *
@@ -38,8 +40,6 @@ from printfw import *
 from sizers import *
 
 from filesys import *
-
-from utils import *
 import wx
 class wxHtmlLinkInfoPtr(wxObjectPtr):
     def __init__(self,this):
index b7c5e95d9cc365c5588c3e16d48453ea4c1a2106..7df23d9cd0e9aae56eec3d720193f8de602f3717 100644 (file)
@@ -15,6 +15,8 @@ from events import *
 
 from streams import *
 
+from utils import *
+
 from mdi import *
 
 from frames import *
@@ -38,8 +40,6 @@ from printfw import *
 from sizers import *
 
 from filesys import *
-
-from utils import *
 class wxHtmlBookRecordPtr :
     def __init__(self,this):
         self.this = this
index 622610f34a584d4b88c23d06dba8b7e43a02fced..c69e3f7efd71153ab2b8c69e4cdc0de846ee3331 100644 (file)
@@ -15,6 +15,8 @@ from events import *
 
 from streams import *
 
+from utils import *
+
 from mdi import *
 
 from frames import *
@@ -38,8 +40,6 @@ from printfw import *
 from sizers import *
 
 from filesys import *
-
-from utils import *
 class wxPyAppPtr(wxEvtHandlerPtr):
     def __init__(self,this):
         self.this = this