]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dialog.tex
docstring fix
[wxWidgets.git] / docs / latex / wx / dialog.tex
index 37da8f71123a0e61c4b82b545e50c634bf5eb4c8..2fb1789b7812e0a0df3166142ad640586ddd9262 100644 (file)
@@ -242,6 +242,16 @@ a code to the application.
 
 Returns the title of the dialog box.
 
+\membersection{wxDialog::GetToolBar}\label{wxdialoggettoolbar}
+
+\constfunc{wxToolBar*}{GetToolBar}{\void}
+
+On PocketPC, a dialog is automatically provided with an empty toolbar. GetToolBar
+allows you to access the toolbar and add tools to it. Removing tools and adding
+arbitrary controls are not currently supported.
+
+This function is not available on any other platform.
+
 \membersection{wxDialog::Iconize}\label{wxdialogiconized}
 
 \func{void}{Iconize}{\param{const bool}{ iconize}}