SetSelection returns an int, not a size_t
This commit is contained in:
@@ -361,7 +361,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
Sets the page selection. Calling this method will generate a page change event.
|
Sets the page selection. Calling this method will generate a page change event.
|
||||||
*/
|
*/
|
||||||
size_t SetSelection(size_t new_page);
|
int SetSelection(size_t new_page);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Sets the tab height. By default, the tab control height is calculated
|
Sets the tab height. By default, the tab control height is calculated
|
||||||
|
Reference in New Issue
Block a user