Mention default constr

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2008-04-15 08:49:08 +00:00
parent b9da294fc1
commit c559feea2c

View File

@ -101,6 +101,11 @@ public:
class wxCollapsiblePane : public wxControl
{
public:
/**
Default constructor.
*/
wxCollapsiblePane();
/**
Initializes the object and calls Create() with all the parameters.
*/