more size_t --> unsigned int changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -100,8 +100,8 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
// get/set size of area between book control area and page area
|
// get/set size of area between book control area and page area
|
||||||
size_t GetInternalBorder() const;
|
unsigned int GetInternalBorder() const;
|
||||||
void SetInternalBorder(size_t internalBorder);
|
void SetInternalBorder(unsigned int internalBorder);
|
||||||
|
|
||||||
// returns true if we have wxCHB_TOP or wxCHB_BOTTOM style
|
// returns true if we have wxCHB_TOP or wxCHB_BOTTOM style
|
||||||
bool IsVertical() const;
|
bool IsVertical() const;
|
||||||
|
@@ -346,7 +346,7 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
// get the total number of items in the control
|
// 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
|
// indent is the number of pixels the children are indented relative to
|
||||||
// the parents position. SetIndent() also redraws the control
|
// the parents position. SetIndent() also redraws the control
|
||||||
|
Reference in New Issue
Block a user