]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed ctor declaration : some default were missing
authorSylvain Bougnoux <bougnoux@imra-europe.com>
Tue, 24 Aug 1999 16:17:22 +0000 (16:17 +0000)
committerSylvain Bougnoux <bougnoux@imra-europe.com>
Tue, 24 Aug 1999 16:17:22 +0000 (16:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/bbutton.tex

index 5466e1b2ceca552bb3176509a49acc31ed4f1add..4aa48eeba7c96905d59cdc2fffeceb4883195cee 100644 (file)
@@ -54,9 +54,15 @@ when the button is clicked.}
 
 Default constructor.
 
-\func{}{wxBitmapButton}{\param{wxWindow* }{parent}, \param{wxWindowID}{ id}, \param{const wxBitmap\& }{bitmap},\rtfsp
-\param{const wxPoint\& }{pos}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{long}{ style = wxBU\_AUTODRAW}, \param{const wxValidator\& }{validator}, \param{const wxString\& }{name = ``button"}}
+\func{}{wxBitmapButton}{
+\param{wxWindow* }{parent}, 
+\param{wxWindowID }{id}, 
+\param{const wxBitmap\& }{bitmap},\rtfsp
+\param{const wxPoint\& }{pos = wxDefaultPosition}, 
+\param{const wxSize\& }{size = wxDefaultSize},\rtfsp
+\param{long }{style = wxBU\_AUTODRAW}, 
+\param{const wxValidator\& }{validator = wxDefaultValidator}, 
+\param{const wxString\& }{name = ``button"}}
 
 Constructor, creating and showing a button.