Hi, So I've made a plain button in pygtk and want to alter the text label with a callback. Problem is I cannot work out how to access the text on the button?? Also, is it possible to find out what methods are available on a particular object. So when I made my button I tried __methods__ and dir(GtkButton) but they don't show anything - what I really wanted was a list of the methods available for me to use. Thanks, Steve _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
