X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a6052817bb8cc906c8fc1dc801f8f21c58041f92..bc85d676b7e8b54d7c53a4ad0a357a569fc7c309:/interface/notebook.h diff --git a/interface/notebook.h b/interface/notebook.h index 43a91dc98c..c5c2c65e57 100644 --- a/interface/notebook.h +++ b/interface/notebook.h @@ -48,7 +48,7 @@ public: /** Returns the currently selected page, or -1 if none was selected. - @b NB: under Windows, GetSelection() will return the same value as + @note under Windows, GetSelection() will return the same value as GetOldSelection() when called from @c EVT_NOTEBOOK_PAGE_CHANGING handler and not the page which is going to be selected. Also note that the values of selection and old selection returned @@ -89,22 +89,22 @@ public: @b wxNotebookPage is a typedef for wxWindow. @beginStyleTable - @style{wxNB_TOP}: + @style{wxNB_TOP} Place tabs on the top side. - @style{wxNB_LEFT}: + @style{wxNB_LEFT} Place tabs on the left side. - @style{wxNB_RIGHT}: + @style{wxNB_RIGHT} Place tabs on the right side. - @style{wxNB_BOTTOM}: + @style{wxNB_BOTTOM} Place tabs under instead of above the notebook pages. - @style{wxNB_FIXEDWIDTH}: + @style{wxNB_FIXEDWIDTH} (Windows only) All tabs will have same width. - @style{wxNB_MULTILINE}: + @style{wxNB_MULTILINE} (Windows only) There can be several rows of tabs. - @style{wxNB_NOPAGETHEME}: + @style{wxNB_NOPAGETHEME} (Windows only) Display a solid colour on notebook pages, and not a gradient, which can reduce performance. - @style{wxNB_FLAT}: + @style{wxNB_FLAT} (Windows CE only) Show tabs in a flat style. @endStyleTable @@ -391,7 +391,7 @@ public: /** Sets the amount of space around each page's icon and label, in pixels. - @b NB: The vertical padding cannot be changed in wxGTK. + @note The vertical padding cannot be changed in wxGTK. */ void SetPadding(const wxSize& padding); @@ -403,7 +403,7 @@ public: /** Sets the width and height of the pages. - @b NB: This method is currently not implemented for wxGTK. + @note This method is currently not implemented for wxGTK. */ virtual void SetPageSize(const wxSize& size);