Greg Krohn wrote: > You can do this: > >>> button = wx.Button(parent, -1, "Search") > >>> button.Bind(EVT_BUTTON, searchFunction) It would be nice if the need to pass all those -1s could be eliminated as well... -- Greg Ewing, Computer Science Dept, University of Canterbury, Christchurch, New Zealand http://www.cosc.canterbury.ac.nz/~greg