mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Update demos to work wxWidgets 3.1.6
This commit is contained in:
@@ -30,7 +30,7 @@ class TestPanel(wx.Panel):
|
||||
"above or below the label.")
|
||||
self.Bind(wx.EVT_BUTTON, self.OnClick, b)
|
||||
|
||||
b.SetBitmap(images.Mondrian.Bitmap,
|
||||
b.SetBitmap(wx.BitmapBundle(images.Mondrian.Bitmap),
|
||||
wx.LEFT # Left is the default, the image can be on the other sides too
|
||||
#wx.RIGHT
|
||||
#wx.TOP
|
||||
|
||||
Reference in New Issue
Block a user