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

Method CreateNavigationBar

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

Source from the content-addressed store, hash-verified

284 sizer.Fit(self)
285
286 def CreateNavigationBar(self):
287 np = NavigationBar(self)
288 return np
289
290 def SetClientHandler(self, handler):
291 self.chromeWindow.GetBrowser().SetClientHandler(handler)

Callers 1

__init__Method · 0.95

Calls 1

NavigationBarClass · 0.70

Tested by

no test coverage detected