]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/misc.i
Applied patch [ 803473 ] wxListCtrl header height bugfix
[wxWidgets.git] / wxPython / src / misc.i
index 1719b55c641c53841c7f53e2d67bf6a97b59def2..5414d9dfcdc376a237931a4331002bcdeb427d06 100644 (file)
@@ -14,7 +14,6 @@
 
 %{
 #include "helpers.h"
-#include <wx/resource.h>
 #include <wx/tooltip.h>
 #include <wx/busyinfo.h>
 #include <wx/geometry.h>
@@ -70,6 +69,9 @@ public:
     void SetWidth(long w);
     void SetHeight(long h);
 
+    void IncTo(const wxSize& sz);
+    void DecTo(const wxSize& sz);
+
     %addmethods {
         PyObject* asTuple() {
             wxPyBeginBlockThreads();
@@ -585,6 +587,8 @@ unsigned long wxGetProcessId();
 // 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,
@@ -666,6 +670,7 @@ wxAcceleratorEntry *wxGetAccelFromString(const wxString& label);
 #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