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

Method _InitEventHandlers

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

Source from the content-addressed store, hash-verified

264 self.UpdateButtonsState()
265
266 def _InitEventHandlers(self):
267 self.navigationBar.backBtn.Bind(wx.EVT_BUTTON, self.OnLeft)
268 self.navigationBar.forwardBtn.Bind(wx.EVT_BUTTON, self.OnRight)
269 self.navigationBar.reloadBtn.Bind(wx.EVT_BUTTON, self.OnReload)
270
271 def GetNavigationBar(self):
272 return self.navigationBar

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected