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