]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/iconbndl.h
Check for m_treeCtrl!=NULL, [ wxwindows-Patches-1953459 ] wxGenericDirCtrl::SetFocus...
[wxWidgets.git] / interface / iconbndl.h
index a19ea454403287beecd8d83ca1da29a934f50a77..5fd493b68d087e9b4e818f92a1205339d55a9f84 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);
 };
+
+
+/**
+    An empty wxIconBundle.
+*/
+wxIconBundle wxNullIconBundle;
+
+