void wxAnyButton::SetBitmapMargins (const wxSize& sz ) on Mac

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
Anil8753
Experienced Solver
Experienced Solver
Posts: 93
Joined: Sat Jan 16, 2016 5:57 am
Location: India

void wxAnyButton::SetBitmapMargins (const wxSize& sz ) on Mac

Post by Anil8753 »

What is the Mac alternative for

Code: Select all

void wxAnyButton::SetBitmapMargins(const wxSize & sz)	
As documentation says it is supported on WIndows only, but I need it on both the OS
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7459
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: void wxAnyButton::SetBitmapMargins (const wxSize& sz ) on Mac

Post by ONEEYEMAN »

Did you try it on Git HEAD?
If it doesn't work - you can implement it and submit a patch/pull request.

Thank you.
Post Reply