]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_notebook.i
removed Julian's hack that is no longer needed after wxBitmap stubs were added even...
[wxWidgets.git] / wxPython / src / _notebook.i
index b87ca2a0ab36a3767df73cfbd36aa1f3adb78f5e..26b9486eed48014e19f95bb731cc78f4478892d5 100644 (file)
@@ -100,8 +100,8 @@ public:
 
 
     // get/set size of area between book control area and page area
-    unsigned int GetInternalBorder() const;
-    void SetInternalBorder(unsigned int internalBorder);
+    size_t GetInternalBorder() const;
+    void SetInternalBorder(size_t internalBorder);
 
     // returns true if we have wxCHB_TOP or wxCHB_BOTTOM style
     bool IsVertical() const;