Just as the subject says:
AttributeError: ‘StatusBarPane’ object has no attribute ‘SetStyle’
I tried StatusBarPane.Style = wx.STB_SHOW_TIPS but that doesn’t work either.
Just as the subject says:
AttributeError: ‘StatusBarPane’ object has no attribute ‘SetStyle’
I tried StatusBarPane.Style = wx.STB_SHOW_TIPS but that doesn’t work either.
Torsten P. wrote:
Just as the subject says:
AttributeError: 'StatusBarPane' object has no attribute 'SetStyle'I tried StatusBarPane.Style = wx.STB_SHOW_TIPS but that doesn't work either.
Thanks. I'll get the setter methods added to the interface.
--
Robin Dunn
Software Craftsman