%{
#include "helpers.h"
-#include <wx/resource.h>
#include <wx/tooltip.h>
#include <wx/busyinfo.h>
#include <wx/geometry.h>
void SetWidth(long w);
void SetHeight(long h);
+ void IncTo(const wxSize& sz);
+ void DecTo(const wxSize& sz);
+
%addmethods {
PyObject* asTuple() {
wxPyBeginBlockThreads();
// When wxApp gets the virtual method magic then enable this.
// bool wxHandleFatalExceptions(bool doIt = TRUE);
+void wxTrap();
+
//----------------------------------------------------------------------
enum wxEdge { wxLeft, wxTop, wxRight, wxBottom, wxWidth, wxHeight,
#if 0 // we want to use the definition from the header, not the
// one SWIG will generate.
%}
+// See also wxPy_ReinitStockObjects in helpers.cpp
extern wxAcceleratorTable wxNullAcceleratorTable;
%{
#endif