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

Method AddToHistory

src/cefpython3.wx/chromectrl.py:118–119  ·  view source on GitHub ↗
(self, url)

Source from the content-addressed store, hash-verified

116 self.historyPopup = wx.Menu()
117
118 def AddToHistory(self, url):
119 self.historyPopup.Append(-1, url)
120
121 def OnButtonContext(self, event):
122 self.PopupMenu(self.historyPopup)

Callers 1

OnLoadStartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected