Exemple #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()
Exemple #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()
Exemple #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()
Exemple #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()
Exemple #5
0
 def ok(self):
     get_stock_button(self.dialogs, Gtk.STOCK_OK).clicked()
     yield hook('debuggee_started')