]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/notebook.tex
Improve wxHashMap documentation.
[wxWidgets.git] / docs / latex / wx / notebook.tex
index 332f441a634551198701b55e76234576ee9fcb41..ce9ce5009dc0a8c879f5da09c5c804dc5c08a579 100644 (file)
@@ -85,6 +85,8 @@ Destroys the wxNotebook object.
 
 Adds a new page.
 
+The call to this function may generate the page changing events.
+
 \wxheading{Parameters}
 
 \docparam{page}{Specifies the new page.}
@@ -113,6 +115,8 @@ Do not delete the page, it will be deleted by the notebook.
 
 Cycles through the tabs.
 
+The call to this function generates the page changing events.
+
 \membersection{wxNotebook::AssignImageList}\label{wxnotebookassignimagelist}
 
 \func{void}{AssignImageList}{\param{wxImageList*}{ imageList}}
@@ -145,6 +149,8 @@ Deletes all pages.
 
 Deletes the specified page, and the associated window.
 
+The call to this function generates the page changing events.
+
 \membersection{wxNotebook::GetImageList}\label{wxnotebookgetimagelist}
 
 \constfunc{wxImageList*}{GetImageList}{\void}
@@ -323,6 +329,8 @@ Sets the text for the given page.
 
 Sets the selection for the given page, returning the previous selection.
 
+The call to this function generates the page changing events.
+
 \wxheading{See also}
 
 \helpref{wxNotebook::GetSelection}{wxnotebookgetselection}