Re: Changing button preferences after beeing pressed

2007-08-16 Thread Steve Holden
[EMAIL PROTECTED] wrote: > Hello > > I'm using wxPython to consruct a GUI and want to change a button label > and event handler to change after the button have been pressed. The > only thing I can think of is a global variable that contrls the state > of the program and constructs the button in ac

Re: Changing button preferences after beeing pressed

2007-08-16 Thread Bjoern Schliessmann
[EMAIL PROTECTED] wrote: > I'm using wxPython to consruct a GUI and want to change a button > label => wx.Button.SetLabel (also have a look at the button examples) > and event handler to change after the button have been > pressed. I'm not sure if those bindings can easily be changed at runt