8 #ifndef META_OCEAN_PLATFORM_WXWIDGETS_WX_STATIC_BITMAP_H
9 #define META_OCEAN_PLATFORM_WXWIDGETS_WX_STATIC_BITMAP_H
40 WxStaticBitmap(
wxWindow *parent, wxWindowID
id,
const wxBitmap& bitmap,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = 0,
const wxString& name = wxStaticBitmapNameStr);
46 #if wxMAJOR_VERSION >= 3 && wxMINOR_VERSION >= 2 && wxRELEASE_NUMBER >= 4
47 void SetBitmap(
const wxBitmapBundle& bitmap)
override;
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15