]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/imaglist.h
regenerated headers to remove @seealso in favour of @see; fixed links to global funct...
[wxWidgets.git] / interface / imaglist.h
index c045a0dee4641c2e9b83db54a434d7099020c2c7..f66d1dbdc59bf9ab477eab0acc3fa48cd00d35c5 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        imaglist.h
-// Purpose:     documentation for wxImageList class
+// Purpose:     interface of wxImageList
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -21,8 +21,7 @@
     @library{wxcore}
     @category{gdi}
 
-    @seealso
-    wxTreeCtrl, wxListCtrl
+    @see wxTreeCtrl, wxListCtrl
 */
 class wxImageList : public wxObject
 {
@@ -206,3 +205,4 @@ public:
     bool Replace(int index, const wxIcon& icon);
     //@}
 };
+