class wxCollapsiblePane : public wxControl
{
public:
+ /**
+ Default constructor.
+ */
+ wxCollapsiblePane();
+
/**
Initializes the object and calls Create() with all the parameters.
*/
@param name
Control name.
- @returns @true if the control was successfully created or @false if
- creation failed.
+ @return @true if the control was successfully created or @false if
+ creation failed.
*/
bool Create(wxWindow* parent, wxWindowID id,
const wxString& label,