X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bd7bfb002d2abcae1a87c758b1094e9f06af2f42..0995b9dc18a7ce898c1c1be0e2790b258cab0fee:/include/wx/osx/icon.h diff --git a/include/wx/osx/icon.h b/include/wx/osx/icon.h index 1728e07ec5..d0b2d80be8 100644 --- a/include/wx/osx/icon.h +++ b/include/wx/osx/icon.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: icon.h +// Name: wx/osx/icon.h // Purpose: wxIcon class // Author: Stefan Csomor // Modified by: @@ -50,6 +50,8 @@ public: void SetDepth(int d); void SetOk(bool isOk); + wxSize GetSize() const { return wxSize(GetWidth(), GetHeight()); } + WXHICON GetHICON() const; protected: