The reference manual page for GtkDialog says to access the two regions of the dialog to use dialog->vbox and dialog->action_area. Neither attribute is exposed directly by PyGtk. While you can get at the vbox using d.children()[0], this seems a bit clumsy. Getting at the action_area is even more obtuse: d.children()[0].children()[-1]. Shouldn't these be exposed as instance attributes for consistency with the C API? -- Skip Montanaro ([EMAIL PROTECTED]) (847)971-7098 _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
