added default value of id param in ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -43,7 +43,7 @@ A panel may be loaded from a wxWindows resource file (extension {\tt wxr}).
|
|||||||
|
|
||||||
Default constructor.
|
Default constructor.
|
||||||
|
|
||||||
\func{}{wxPanel}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp
|
\func{}{wxPanel}{\param{wxWindow* }{parent}, \param{wxWindowID }{id = $-1$},\rtfsp
|
||||||
\param{const wxPoint\& }{pos = wxDefaultPosition},\rtfsp
|
\param{const wxPoint\& }{pos = wxDefaultPosition},\rtfsp
|
||||||
\param{const wxSize\& }{size = wxDefaultSize},\rtfsp
|
\param{const wxSize\& }{size = wxDefaultSize},\rtfsp
|
||||||
\param{long}{ style = wxTAB\_TRAVERSAL},\rtfsp
|
\param{long}{ style = wxTAB\_TRAVERSAL},\rtfsp
|
||||||
|
Reference in New Issue
Block a user