]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/xrc/xrc.i
Regenerated renamers, each has just a change in their headers
[wxWidgets.git] / wxPython / contrib / xrc / xrc.i
index af3ca653f60cee78dd9da10f45a249ad81dab3cd..546e614e27c0b56a86b3a8ae9299cadef5e23ed5 100644 (file)
 
 %define DOCSTRING
 "The `XmlResource` class allows program resources defining menus, layout of
-controls on a panel, etc."
+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."
 
 #include <wx/xml/xml.h>
 #include <wx/xrc/xmlres.h>
-
 %}
 
 //---------------------------------------------------------------------------