macOS wxStaticBitmap missing commit

This commit is contained in:
Stefan Csomor
2018-09-25 15:59:50 +02:00
parent d44974789c
commit 494581c542
2 changed files with 15 additions and 0 deletions

View File

@@ -558,6 +558,15 @@ public :
long extraStyle);
#endif
static wxWidgetImplType* CreateStaticBitmap( wxWindowMac* wxpeer,
wxWindowMac* parent,
wxWindowID id,
const wxBitmap& bitmap,
const wxPoint& pos,
const wxSize& size,
long style,
long extraStyle);
// converts from Toplevel-Content relative to local
static void Convert( wxPoint *pt , wxWidgetImpl *from , wxWidgetImpl *to );
protected :