On 1 Dec 2000, Pier wrote:

> Hi to all,
> I have a problem with Gnome Dialog, in particular I'm not able to
> connect my callback to a button of the Dialog; for example:
> 
> dialog.append_button(STOCK_BUTTON_CANCEL)
> dialog.button_connect(STOCK_BUTTON_CANCEL, mycallback(arg))
                        ^^^^^^^^^^^^^^^^^^^
this should be the number of the button (an integer, starting with 0 for
the first button).

James.


_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to