/////////////////////////////////////////////////////////////////////////////
// Name: iconbndl.h
-// Purpose: documentation for wxIconBundle class
+// Purpose: interface of wxIconBundle
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@category{FIXME}
@stdobjects
- wxNullIconBundle
+ ::wxNullIconBundle,
*/
class wxIconBundle : public wxGDIObject
{
*/
bool operator ==(const wxIconBundle& ic);
};
+
+
+/**
+ FIXME
+*/
+wxIconBundle wxNullIconBundle;
+
+