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 MAKE_CONST_WXSTRING_NOSWIG(PanelNameStr);
 
  28 MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
 
  29 MAKE_CONST_WXSTRING_NOSWIG(ControlNameStr);
 
  32     const wxArrayString wxPyEmptyStringArray;
 
  36 // Include all the files that make up this module
 
  39 //%include _control.i  <-- It's in core so other modules don't have to %import controls.i
 
  67 //---------------------------------------------------------------------------
 
  68 //---------------------------------------------------------------------------