MCPcopy Create free account
hub / github.com/cztomczak/cefpython / OnRight

Method OnRight

src/cefpython3.wx/chromectrl.py:299–303  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

297 self.chromeWindow.GetBrowser().SetFocus(True)
298
299 def OnRight(self, event):
300 if self.chromeWindow.GetBrowser().CanGoForward():
301 self.chromeWindow.GetBrowser().GoForward()
302 self.UpdateButtonsState()
303 self.chromeWindow.GetBrowser().SetFocus(True)
304
305 def OnReload(self, event):
306 self.chromeWindow.GetBrowser().Reload()

Callers

nothing calls this directly

Calls 2

UpdateButtonsStateMethod · 0.95
GetBrowserMethod · 0.80

Tested by

no test coverage detected