Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/wx.Image.SetLoadFlags.1.py
2018-02-13 17:13:44 -08:00

5 lines
122 B
Python

image = wx.Image()
image.SetLoadFlags(image.GetLoadFlags() & ~wx.Image.Load_Verbose)
image.LoadFile(...)