]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/collpane.h
Add test for absence of events from wxSpinCtrlDouble ctor.
[wxWidgets.git] / interface / wx / collpane.h
index 2ad1b466378386a4fb788d17d6f34c18dcc1458e..714df387954d2cff04451e92cab0c07ae6bb2e6a 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        collpane.h
 // Purpose:     interface of wxCollapsiblePane
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -44,7 +43,7 @@ public:
     void SetCollapsed(bool collapsed);
 };
 
-wxEventType wxEVT_COMMAND_COLLPANE_CHANGED;
+wxEventType wxEVT_COLLAPSIBLEPANE_CHANGED;
 
 /**
     @class wxCollapsiblePane
@@ -103,7 +102,7 @@ wxEventType wxEVT_COMMAND_COLLPANE_CHANGED;
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{collapsiblepane.png}
+    @appearance{collapsiblepane}
 
     @see wxPanel, wxCollapsiblePaneEvent
 */