Error With On Click Event In Wxpython
I want to collect input from the user in test box. So when I click a button it should give me name of that button in test box Error: you should omit either rows of column for i
Solution 1:
Use wx.TextCtrl: self.t1=wx.TextCtrl(p)
Post a Comment for "Error With On Click Event In Wxpython"