Exemple #1
0
 def test_backforward_lp1034894(self):
     win = get_test_backforward_window(width=150, height=75)
     backforward = win.get_children()[0]
     style_context = backforward.get_style_context()
     self.assertTrue(style_context.has_class(Gtk.STYLE_CLASS_LINKED))
     self.addCleanup(win.destroy)
     GLib.timeout_add(TIMEOUT, Gtk.main_quit)
     Gtk.main()
Exemple #2
0
 def test_backforward_lp1034894(self):
     win = get_test_backforward_window(width=150, height=75)
     backforward = win.get_children()[0]
     style_context = backforward.get_style_context()
     self.assertTrue(style_context.has_class(Gtk.STYLE_CLASS_LINKED))
     self.addCleanup(win.destroy)
     GLib.timeout_add(TIMEOUT, Gtk.main_quit)
     Gtk.main()
Exemple #3
0
 def test_backforward(self):
     win = get_test_backforward_window()
     self.addCleanup(win.destroy)
Exemple #4
0
 def test_backforward(self):
     win = get_test_backforward_window()
     self.addCleanup(win.destroy)