]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed 2 small typos (reported by Janos Vegh)
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 11 Apr 2002 18:44:02 +0000 (18:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 11 Apr 2002 18:44:02 +0000 (18:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/frame.tex
docs/latex/wx/notebook.tex

index faf5c2bcd61f2482cf50da6c417368b61a2b2984..950fe6da08d8edad438a76fdb23d7c8bffbef3ab 100644 (file)
@@ -49,7 +49,7 @@ a wxEVT\_HELP event if the user clicked on an application window. {\it Note} tha
 style and must be set by calling \helpref{SetExtraStyle}{wxwindowsetextrastyle} before Create is called (two-step construction).
 You cannot use this style together with wxMAXIMIZE\_BOX or wxMINIMIZE\_BOX, so
 you should use 
-{\tt wxDEFAULT\_FRAME\_STYLE & ~(wxMINIMIZE\_BOX | wxMAXIMIZE\_BOX)} for the
+{\tt wxDEFAULT\_FRAME\_STYLE \& \~ (wxMINIMIZE\_BOX | wxMAXIMIZE\_BOX)} for the
 frames having this style (the dialogs don't have minimize nor maximize box by
 default)}
 \end{twocollist}
index dde3ca1a67ae0d2108ed8e543cb9f83865d3dd3f..a35d4dd3f682c4a3b84c58d50dcbeaf9b3e878e6 100644 (file)
@@ -49,7 +49,7 @@ See also \helpref{window styles overview}{windowstyles}.
 Default constructor.
 
 \func{}{wxNotebook}{\param{wxWindow*}{ parent}, \param{wxWindowID }{id}, \param{const wxPoint\&}{ pos = wxDefaultPosition},
- \param{const wxSize\&}{ size}, \param{long}{ style = 0}, \param{const wxString\& }{name = "notebook"}}
+ \param{const wxSize\&}{ size = wxDefaultSize}, \param{long}{ style = 0}, \param{const wxString\& }{name = "notebook"}}
 
 Constructs a notebook control.