]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed default style parameter
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Fri, 1 Apr 2005 12:35:41 +0000 (12:35 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Fri, 1 Apr 2005 12:35:41 +0000 (12:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/htwindow.tex

index 45a4da383382bec7900ffa884bb288a03cff53d2..52bf97972fb5a6d3862540b1e12491e77b7f7c47 100644 (file)
@@ -51,7 +51,7 @@ text.}
 
 Default constructor.
 
-\func{}{wxHtmlWindow}{\param{wxWindow }{*parent}, \param{wxWindowID }{id = -1}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize}, \param{long }{style = wxHW\_SCROLLBAR\_AUTO}, \param{const wxString\& }{name = "htmlWindow"}}
+\func{}{wxHtmlWindow}{\param{wxWindow }{*parent}, \param{wxWindowID }{id = -1}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize}, \param{long }{style = wxHW\_DEFAULT\_STYLE}, \param{const wxString\& }{name = "htmlWindow"}}
 
 Constructor. The parameters are the same as for the \helpref{wxScrolledWindow}{wxscrolledwindow} constructor.