From e480a80aeb2689955c271092b548aa2b86638828 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 11 Apr 2002 18:44:02 +0000 Subject: [PATCH] fixed 2 small typos (reported by Janos Vegh) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/frame.tex | 2 +- docs/latex/wx/notebook.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/latex/wx/frame.tex b/docs/latex/wx/frame.tex index faf5c2bcd6..950fe6da08 100644 --- a/docs/latex/wx/frame.tex +++ b/docs/latex/wx/frame.tex @@ -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} diff --git a/docs/latex/wx/notebook.tex b/docs/latex/wx/notebook.tex index dde3ca1a67..a35d4dd3f6 100644 --- a/docs/latex/wx/notebook.tex +++ b/docs/latex/wx/notebook.tex @@ -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. -- 2.45.2