@category{FIXME}
@stdobjects
- ::wxNullIconBundle,
+ ::wxNullIconBundle
*/
class wxIconBundle : public wxGDIObject
{
Copy constructor.
*/
wxIconBundle();
- wxIconBundle(const wxString& file, long type);
+ wxIconBundle(const wxString& file, wxBitmapType type);
wxIconBundle(const wxIcon& icon);
wxIconBundle(const wxIconBundle& ic);
//@}
contains an icon with the same width and height, it is
replaced by the new one.
*/
- void AddIcon(const wxString& file, long type);
+ void AddIcon(const wxString& file, wxBitmapType type);
void AddIcon(const wxIcon& icon);
//@}
/**
- FIXME
+ An empty wxIconBundle.
*/
wxIconBundle wxNullIconBundle;