mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-09 05:20:08 +01:00
5 lines
122 B
Python
5 lines
122 B
Python
|
|
image = wx.Image()
|
|
image.SetLoadFlags(image.GetLoadFlags() & ~wx.Image.Load_Verbose)
|
|
image.LoadFile(...)
|