Ejemplo n.º 1
0
 def ok(self):
     """
     Press the OK button. Use as::
         yield self.ok()
     """
     get_stock_button(self.dialogs, Gtk.STOCK_OK).clicked()
     yield wait_idle()
Ejemplo n.º 2
0
 def cancel(self):
     """
     Press the cancel button. Use as::
         yield self.cancel()
     """
     get_stock_button(self.dialogs, Gtk.STOCK_CANCEL).clicked()
     yield wait_idle()
Ejemplo n.º 3
0
 def cancel(self):
     """
     Press the cancel button. Use as::
         yield self.cancel()
     """
     get_stock_button(self.dialogs, Gtk.STOCK_CANCEL).clicked()
     yield wait_idle()
Ejemplo n.º 4
0
 def ok(self):
     """
     Press the OK button. Use as::
         yield self.ok()
     """
     get_stock_button(self.dialogs, Gtk.STOCK_OK).clicked()
     yield wait_idle()
Ejemplo n.º 5
0
 def ok(self):
     get_stock_button(self.dialogs, Gtk.STOCK_OK).clicked()
     yield hook('debuggee_started')