HUGE commit of ifacecheck-automated fixes to virtualness/constness/staticness of wxWidgets documented functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -251,10 +251,9 @@ public:
|
||||
|
||||
@see AddPage()
|
||||
*/
|
||||
bool InsertPage(size_t index, wxNotebookPage* page,
|
||||
const wxString& text,
|
||||
bool select = false,
|
||||
int imageId = -1);
|
||||
virtual bool InsertPage(size_t index, wxNotebookPage* page,
|
||||
const wxString& text, bool select = false,
|
||||
int imageId = -1);
|
||||
|
||||
/**
|
||||
An event handler function, called when the page selection is changed.
|
||||
@@ -280,7 +279,7 @@ public:
|
||||
Sets the amount of space around each page's icon and label, in pixels.
|
||||
@note The vertical padding cannot be changed in wxGTK.
|
||||
*/
|
||||
void SetPadding(const wxSize& padding);
|
||||
virtual void SetPadding(const wxSize& padding);
|
||||
|
||||
/**
|
||||
Sets the image index for the given page. @a image is an index into
|
||||
|
Reference in New Issue
Block a user