Table of Contents
A class to create an Ok/Cancel type dialog. Inherits from gtk.Dialog.
gtk.Dialog
__init__ ( self, title=None, icon=None, message=None, parent=None, )
Creates the QueryDialog, setting the title shown in the titlebar, icon displayed, the message shown in the box, and the parent window.
QueryDialog
title
icon
message
parent
run ( self )
Show the dialog and call the run method of the inherited gtk.Dialog.
run