Correct wxAuiNotebook::SetUniformBitmapSize() documentation.

This function used the same documentation as Split() for some reason, document
it correctly now.

Closes #17049.
This commit is contained in:
Vadim Zeitlin
2015-07-04 16:33:21 +02:00
parent 086d4230cd
commit b7f3d0d752

View File

@@ -349,7 +349,15 @@ public:
*/
virtual void SetTabCtrlHeight(int height);
//@{
/**
Ensure that all tabs have the same height, even if some of them don't
have bitmaps.
Passing ::wxDefaultSize as @a size undoes the effect of a previous call
to this function and instructs the control to use dynamic tab height.
*/
virtual void SetUniformBitmapSize(const wxSize& size);
/**
Split performs a split operation programmatically. The argument @a page
indicates the page that will be split off. This page will also become the
@@ -358,9 +366,7 @@ public:
The @a direction argument specifies where the pane should go, it should be one
of the following: wxTOP, wxBOTTOM, wxLEFT, or wxRIGHT.
*/
virtual void SetUniformBitmapSize(const wxSize& size);
virtual void Split(size_t page, int direction);
//@}
/**
Shows the window menu for the active tab control associated with this notebook,