]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/frame.tex
Documented new menu label functions
[wxWidgets.git] / docs / latex / wx / frame.tex
index d14563616686547e3e23186bfe083d804379077b..b7e00593e3e056150ae181c6dc5a2d882feb2109 100644 (file)
@@ -21,6 +21,10 @@ application windows.
 
 <wx/frame.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Window styles}
 
 \twocolwidtha{5cm}
@@ -211,7 +215,7 @@ Note that you can put controls and other windows on the status bar if you wish.
 
 \membersection{wxFrame::CreateToolBar}\label{wxframecreatetoolbar}
 
-\func{virtual wxToolBar*}{CreateToolBar}{\param{long}{ style = wxNO\_BORDER \pipe wxTB\_HORIZONTAL},
+\func{virtual wxToolBar*}{CreateToolBar}{\param{long}{ style = wxBORDER\_NONE \pipe wxTB\_HORIZONTAL},
  \param{wxWindowID}{ id = -1}, \param{const wxString\&}{ name = "toolBar"}}
 
 Creates a toolbar at the top or left of the frame.