]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/list.h
generate a size event from ShowWithEffect() for consistency with Show()
[wxWidgets.git] / interface / wx / list.h
index e49ae62ed4fd3ea6a66672491355cf70c2e52dd2..9608a590acc97950566e82a2545449eb44753ce9 100644 (file)
@@ -7,7 +7,6 @@
 /////////////////////////////////////////////////////////////////////////////
 
 /**
-    @wxheader{list.h}
 
     The wxList<T> class provides linked list functionality. It has been rewritten
     to be type safe and to provide the full API of the STL std::list container and
@@ -384,7 +383,6 @@ public:
 
 /**
     @class wxNode
-    @wxheader{list.h}
 
     wxNodeBase is the node structure used in linked lists (see
     wxList) and derived classes. You should never use wxNodeBase