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

Method UpdateButtonsState

src/cefpython3.wx/chromectrl.py:310–314  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

308 self.chromeWindow.GetBrowser().SetFocus(True)
309
310 def UpdateButtonsState(self):
311 self.navigationBar.backBtn.Enable(
312 self.chromeWindow.GetBrowser().CanGoBack())
313 self.navigationBar.forwardBtn.Enable(
314 self.chromeWindow.GetBrowser().CanGoForward())
315
316 def OnLoadStart(self, browser, frame):
317 if self.navigationBar:

Callers 6

__init__Method · 0.95
OnLeftMethod · 0.95
OnRightMethod · 0.95
OnReloadMethod · 0.95
OnLoadStartMethod · 0.95
OnLoadEndMethod · 0.95

Calls 1

GetBrowserMethod · 0.80

Tested by

no test coverage detected