]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/iconbndl.h
regenerated headers to remove @seealso in favour of @see; fixed links to global funct...
[wxWidgets.git] / interface / iconbndl.h
index a19ea454403287beecd8d83ca1da29a934f50a77..1ac83d47c51658f57faa9c1fb6eb730a522570f4 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        iconbndl.h
-// Purpose:     documentation for wxIconBundle class
+// Purpose:     interface of wxIconBundle
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -18,7 +18,7 @@
     @category{FIXME}
 
     @stdobjects
-    wxNullIconBundle
+    ::wxNullIconBundle,
 */
 class wxIconBundle : public wxGDIObject
 {
@@ -79,3 +79,11 @@ public:
     */
     bool operator ==(const wxIconBundle& ic);
 };
+
+
+/**
+    FIXME
+*/
+wxIconBundle wxNullIconBundle;
+
+