/**
@class wxStaticBitmap
- @wxheader{statbmp.h}
A static bitmap control displays a bitmap. Native implementations on some
platforms are only meant for display of the small icons in the dialog
@see SetBitmap()
*/
- wxBitmap GetBitmap() const;
+ virtual wxBitmap GetBitmap() const;
/**
Returns the icon currently used in the control. Notice that this method can
@see SetIcon()
*/
- wxIcon GetIcon() const;
+ virtual wxIcon GetIcon() const;
/**
Sets the bitmap label.