Hi all!
I want my Controls (Button, StaticText, etc) to have a BORDER_SUNKEN
type border. But specifying 'style = wx.BORDER_SUNKEN' does not seem
to have any effect. That is, the control doesn't have a border.
This is what I am doing -
addButton = wx.Button(window, 1, 'Add File', style= wx.BORDER_SUNKEN)
Please help. I am on Ubuntu 10.04.
Regards,
Tapti Palit.