]> git.saurik.com Git - wxWidgets.git/commitdiff
more size_t --> unsigned int changes
authorRobin Dunn <robin@alldunn.com>
Sat, 25 Mar 2006 00:13:33 +0000 (00:13 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 25 Mar 2006 00:13:33 +0000 (00:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_notebook.i
wxPython/src/_treectrl.i

index 26b9486eed48014e19f95bb731cc78f4478892d5..b87ca2a0ab36a3767df73cfbd36aa1f3adb78f5e 100644 (file)
@@ -100,8 +100,8 @@ public:
 
 
     // get/set size of area between book control area and page area
-    size_t GetInternalBorder() const;
-    void SetInternalBorder(size_t internalBorder);
+    unsigned int GetInternalBorder() const;
+    void SetInternalBorder(unsigned int internalBorder);
 
     // returns true if we have wxCHB_TOP or wxCHB_BOTTOM style
     bool IsVertical() const;
index 841df1aa779cb735da5bd6ae3b88783c72c83d33..d3f855b0d14a4a57db8a6641759e62539f9a3036 100644 (file)
@@ -346,7 +346,7 @@ public:
 
     
     // get the total number of items in the control
-    size_t GetCount() const;
+    unsigned int GetCount() const;
 
     // indent is the number of pixels the children are indented relative to
     // the parents position. SetIndent() also redraws the control