1 /////////////////////////////////////////////////////////////////////////////
 
   3 // Purpose:     Control (widget) classes for wxPython
 
   7 // Created:     10-June-1998
 
   9 // Copyright:   (c) 1998 by Total Control Software
 
  10 // Licence:     wxWindows license
 
  11 /////////////////////////////////////////////////////////////////////////////
 
  13 %module(package="wx") _controls
 
  15 //---------------------------------------------------------------------------
 
  18 #include "wx/wxPython/wxPython.h"
 
  19 #include "wx/wxPython/pyclasses.h"
 
  22 //---------------------------------------------------------------------------
 
  25 %pythoncode { wx = _core }
 
  27 %include __controls_rename.i
 
  29 MAKE_CONST_WXSTRING_NOSWIG(PanelNameStr);
 
  30 MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
 
  31 MAKE_CONST_WXSTRING_NOSWIG(ControlNameStr);
 
  34     const wxArrayString wxPyEmptyStringArray;
 
  38 // Include all the files that make up this module
 
  41 //%include _control.i  <-- It's in core so other modules don't have to %import controls.i
 
  65 //---------------------------------------------------------------------------
 
  66 //---------------------------------------------------------------------------