// Name: collpane.h
// Purpose: interface of wxCollapsiblePane
// Author: wxWidgets team
-// RCS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
void SetCollapsed(bool collapsed);
};
-wxEventType wxEVT_COMMAND_COLLPANE_CHANGED;
+wxEventType wxEVT_COLLAPSIBLEPANE_CHANGED;
/**
@class wxCollapsiblePane
@library{wxcore}
@category{ctrl}
- @appearance{collapsiblepane.png}
+ @appearance{collapsiblepane}
@see wxPanel, wxCollapsiblePaneEvent
*/