]> git.saurik.com Git - wxWidgets.git/commitdiff
set the modules' pacakge name to "wx" using a new SWIG feature
authorRobin Dunn <robin@alldunn.com>
Wed, 2 Jun 2004 02:29:55 +0000 (02:29 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 2 Jun 2004 02:29:55 +0000 (02:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 files changed:
wxPython/contrib/activex/activex.i
wxPython/contrib/gizmos/gizmos.i
wxPython/contrib/glcanvas/glcanvas.i
wxPython/contrib/iewin/iewin.i
wxPython/contrib/ogl/ogl.i
wxPython/contrib/stc/stc.i
wxPython/contrib/xrc/gtk/xrc_wrap.cpp
wxPython/contrib/xrc/xrc.i
wxPython/src/calendar.i
wxPython/src/controls.i
wxPython/src/core.i
wxPython/src/gdi.i
wxPython/src/grid.i
wxPython/src/html.i
wxPython/src/misc.i
wxPython/src/windows.i
wxPython/src/wizard.i

index c663e332a4d9149314e02d38d716bca6ffde7861..6fe37547fa30592f2e7e58210810380407e7ac54 100644 (file)
@@ -11,7 +11,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 
-%module activex
+%module(package="wx") activex
 
 %{
 #include "wx/wxPython/wxPython.h"
index e24377889ecb3f417d5e61c68d5610c42d9f9100..7f5b9f5fd4e37652a365b3321fc97bdbc56545f3 100644 (file)
@@ -15,7 +15,7 @@
 `LEDNumberCtrl`, `TreeListCtrl`, etc."
 %enddef
 
-%module(docstring=DOCSTRING) gizmos
+%module(package="wx", docstring=DOCSTRING) gizmos
 
 
 %{
index ab3dd14b296dff41dede1a0830a74bae76c9b9f1..5c44932c06d48f492c57bdec95e1129b0f27f5a4 100644 (file)
@@ -14,7 +14,8 @@
 %define DOCSTRING
 "`GLCanvas` provides an OpenGL Context on a `wx.Window`."
 %enddef
-%module(docstring=DOCSTRING) glcanvas
+
+%module(package="wx", docstring=DOCSTRING) glcanvas
 
 %{
 #include "wx/wxPython/wxPython.h"
index b97f5fca0b9cfdb7f188214ffe4c4dc6fa6fb12c..e76a1f80bd41cea157fef2f9216034d95bb6c65d 100644 (file)
@@ -11,7 +11,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 
-%module iewin
+%module(package="wx") iewin
 
 %{
 #include "wx/wxPython/wxPython.h"
index e8bca42799add3715d66b5b854a596bf74de7a93..fff16bd5a4df1ae6967ab5d3f0190115bce801ca 100644 (file)
@@ -14,7 +14,8 @@
 "The Object Graphics Library provides for simple drawing and manipulation
 of 2D objects.  (This version is deprecated, please use wx.lib.ogl instead.)"
 %enddef
-%module(docstring=DOCSTRING) ogl
+
+%module(package="wx", docstring=DOCSTRING) ogl
 
 %{
 #include "wx/wxPython/wxPython.h"
index 8e476e8394646a62faba70471b51619f94b11cf6..d8c7bd87dd73aaf93685a44706be4c388c4e71db 100644 (file)
@@ -15,7 +15,8 @@
 highlighting source code editor, or similar.  Lexers for several programming
 languages are built-in."
 %enddef
-%module(docstring=DOCSTRING) stc
+
+%module(package="wx", docstring=DOCSTRING) stc
 
 
 %{
index b253d2e6784b23b446b420d332db18c11ea56096..f35d9373046c677339e96dea0bc1bd619bfc3d49 100644 (file)
@@ -290,7 +290,6 @@ static swig_type_info *swig_types[23];
 #include <wx/xml/xml.h>
 #include <wx/xrc/xmlres.h>
 
-
  static const wxString wxPyEmptyString(wxEmptyString); 
  static const wxString wxPyUTF8String(wxT("UTF-8")); 
  static const wxString wxPyStyleString(wxT("style")); 
index e2615c7d0e718b5278f64d58c26a6243a83f7df7..546e614e27c0b56a86b3a8ae9299cadef5e23ed5 100644 (file)
@@ -14,7 +14,8 @@
 "The `XmlResource` class allows program resources defining menus, layout of
 controls on a panel, etc. to be loaded from an XML file."
 %enddef
-%module(docstring=DOCSTRING) xrc
+
+%module(package="wx", docstring=DOCSTRING) xrc
 
 
 %{
@@ -24,7 +25,6 @@ controls on a panel, etc. to be loaded from an XML file."
 
 #include <wx/xml/xml.h>
 #include <wx/xrc/xmlres.h>
-
 %}
 
 //---------------------------------------------------------------------------
index 225444160c028f1dcdac65eea3b2c7717ab28277..d26c1de916488dfddb67ed3651e6274a064c2850 100644 (file)
@@ -13,7 +13,8 @@
 %define DOCSTRING
 "Classes for an interactive Calendar control."
 %enddef
-%module(docstring=DOCSTRING) calendar
+
+%module(package="wx", docstring=DOCSTRING) calendar
 
 
 %{
index e51a2e628f3dc6175b613a4a9dd2c6ffa7d49c31..c72ff6fc2efc8d66e35ec59f1bc5f51e6a221e78 100644 (file)
@@ -10,7 +10,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-%module _controls
+%module(package="wx") _controls
 
 //---------------------------------------------------------------------------
 
index 2dfef883e2a03858eb10952c8ee37c5e9cc268e9..93df66902a7bce875a881473fef72d95fddbcaa1 100644 (file)
@@ -10,7 +10,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-%module _core
+%module(package="wx") _core
 
 %{
 #include "wx/wxPython/wxPython_int.h"
index 453b0e9f8e2a78d8e449e44c0582cc427863af1b..9b0078e018f65c87e6e5e00c013fdeddcb341914 100644 (file)
@@ -10,7 +10,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-%module _gdi
+%module(package="wx") _gdi
 
 //---------------------------------------------------------------------------
 
index ab5fd1a864bde417f06c75667c4e6f01e2c05cfa..5d28b1197149480cf38b76952c51ff445cd0bd78 100644 (file)
@@ -13,7 +13,8 @@
 %define DOCSTRING
 "Classes for implementing a spreadsheet-like control."
 %enddef
-%module(docstring=DOCSTRING) grid
+
+%module(package="wx", docstring=DOCSTRING) grid
 
 
 %{
index ca4889fded4cc4349dcbfd6bbdc424ace9b101a1..74cc3ac90f2abd8e36338c6c1a90b16cfb3f3c17 100644 (file)
@@ -14,7 +14,7 @@
 "Classes for a simple HTML rendering window, HTML Help Window, etc."
 %enddef
 
-%module(docstring=DOCSTRING) html
+%module(package="wx", docstring=DOCSTRING) html
 
 %{
 #include "wx/wxPython/wxPython.h"
index 61579d8d0fa185cf1f761667b64eaec146546295..270d49696da215c5c831a6d518ab1378b3ceb599 100644 (file)
@@ -10,7 +10,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-%module _misc
+%module(package="wx") _misc
 
 //---------------------------------------------------------------------------
 
index 5044563f2abb54274d3a174712138bc4d6d5f3bc..d9dfc0e8499f166ed2dccaef17659ed8795fb599 100644 (file)
@@ -10,7 +10,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-%module _windows
+%module(package="wx") _windows
 
 //---------------------------------------------------------------------------
 
index 48a8e9d31c49b6d78b06e9704e8120bc8174d964..da7624931fe5f195d387d1794a21f8c19bdeb2e7 100644 (file)
@@ -14,7 +14,8 @@
 "`Wizard` is a dialog class that guides the user through a sequence of steps,
 or pages."
 %enddef
-%module(docstring=DOCSTRING) wizard
+
+%module(package="wx", docstring=DOCSTRING) wizard
 
 %{
 #include "wx/wxPython/wxPython.h"