/**
Same as @code GetIcon( wxSize( size, size ) ) @endcode.
*/
- const wxIcon GetIcon(wxCoord size = -1) const;
+ wxIcon GetIcon(wxCoord size = wxDefaultCoord) const;
/**
Returns the icon with exactly the given size or ::wxNullIcon if this
/**
Assignment operator, using @ref overview_refcount "reference counting".
*/
- wxIconBundle operator =(const wxIconBundle& ic);
+ wxIconBundle& operator=(const wxIconBundle& ic);
/**
Equality operator. This returns @true if two icon bundles are equal.