GTK or TKinter (or what else?)

Greg Ewing greg at cosc.canterbury.ac.nz
Mon May 24 23:57:53 EDT 2004


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




More information about the Python-list mailing list