Robin,
I assumed that wx.EmptyBitmap would take a size tuple, but it doesn't. In
the threads demo I'm going to feed it a wx.Size() just in case we forget to
update the demo later on.
Robin,
I assumed that wx.EmptyBitmap would take a size tuple, but it doesn't. In
the threads demo I'm going to feed it a wx.Size() just in case we forget to
update the demo later on.
I assumed that wx.EmptyBitmap would take a size tuple, but it doesn't. In
the threads demo I'm going to feed it a wx.Size() just in case we
forget to
update the demo later on.
Correction; wx.Size() doesn't do the trick, either - it requires individual
parameters.
Jeff Grimmett wrote:
I assumed that wx.EmptyBitmap would take a size tuple, but it doesn't. In
the threads demo I'm going to feed it a wx.Size() just in case we
forget to
update the demo later on.Correction; wx.Size() doesn't do the trick, either - it requires individual
parameters.
Right. It's using this constructor:
wxBitmap(int width, int height, int depth=-1),
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!