X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c48d0d37c22b74ce0ff9f324c7426892b5d57332..6b30ffedb18b86329fdc41ac1be27bc85bd758ff:/include/wx/cocoa/icon.h?ds=inline diff --git a/include/wx/cocoa/icon.h b/include/wx/cocoa/icon.h index ebeb2975f8..3d1f3f8615 100644 --- a/include/wx/cocoa/icon.h +++ b/include/wx/cocoa/icon.h @@ -48,6 +48,8 @@ public: int GetWidth() const; int GetHeight() const; + wxSize GetSize() const { return wxSize(GetWidth(), GetHeight()); } + WX_NSImage GetNSImage() const; bool CreateFromXpm(const char* const* bits);