Heyho!
Another problem with MSW: A wxStaticBitmap under MSW will always expand its wxBitmap so that this wxBitmap will take up the whole size of the wxStaticBitmap. Can this be fixed?
TIA & Stay Rude!
Wolfram
Heyho!
Another problem with MSW: A wxStaticBitmap under MSW will always expand its wxBitmap so that this wxBitmap will take up the whole size of the wxStaticBitmap. Can this be fixed?
TIA & Stay Rude!
Wolfram
Wolfram Kraus wrote:
Heyho!
Another problem with MSW: A wxStaticBitmap under MSW will always expand its wxBitmap so that this wxBitmap will take up the whole size of the wxStaticBitmap. Can this be fixed?
Well, depending on who you talk to they may say it is not a problem but that the wxGTK behaviour is broken so it is the one that should be fixed. Seriously there was some discussion on wx-dev a while back about this difference but I don't recall what the outcome was.
You may want to just make a simple custom control that does it which ever way you want.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!