]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/notebook.tex
removed wxApp::DoInit(); added wxApp::CreateMessageOutput(); fixed wxMsgOutput memory...
[wxWidgets.git] / docs / latex / wx / notebook.tex
index a35d4dd3f682c4a3b84c58d50dcbeaf9b3e878e6..9f91ec35dc05a2892da1f6c8856894d44f6143f7 100644 (file)
@@ -263,12 +263,16 @@ ownership of the image list, you must delete it yourself.
 
 Sets the amount of space around each page's icon and label, in pixels.
 
+{\bf NB:} The vertical padding cannot be changed in wxGTK.
+
 \membersection{wxNotebook::SetPageSize}\label{wxnotebooksetpagesize}
 
 \func{void}{SetPageSize}{\param{const wxSize\&}{ size}}
 
 Sets the width and height of the pages.
 
+{\bf NB:} This method is currently not implemented for wxGTK.
+
 \membersection{wxNotebook::SetPageImage}\label{wxnotebooksetpageimage}
 
 \func{bool}{SetPageImage}{\param{int}{ page}, \param{int }{image}}