On Sun, 2005-10-16 at 21:54 -0500, nephish wrote: > hey there, > simple one here, what closes a dialog? i have one created with an ok > button, defined an on_okbutton_clicked action that works, but how do i > close the thing?
dialog.hide() I'm sure this is covered in the tutorials that are out there. Worst case, look up the widget in the reference and look at its methods. > thanks > sk > > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ -- Steve McClure Racemi email: [EMAIL PROTECTED] 75 5th St NE voice: 404-892-5850 Suite 333 fax: 404-892-7215 Atlanta, GA 30308 http://www.racemi.com _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
