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

Method GetNavigationBar

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

Source from the content-addressed store, hash-verified

269 self.navigationBar.reloadBtn.Bind(wx.EVT_BUTTON, self.OnReload)
270
271 def GetNavigationBar(self):
272 return self.navigationBar
273
274 def SetNavigationBar(self, navigationBar):
275 sizer = self.GetSizer()

Callers 1

_InitComponentsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected