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

Method initEventHandlers

src/cefpython3.wx/examples/sample2.py:66–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64 self.SetSizer(sizer)
65
66 def initEventHandlers(self):
67 self.Bind(wx.EVT_TREE_SEL_CHANGED, self.OnSelChanged, self.tree)
68 self.Bind(fnb.EVT_FLATNOTEBOOK_PAGE_CLOSING, self.OnPageClosing)
69 self.Bind(wx.EVT_CLOSE, self.OnClose)
70
71 def OnSelChanged(self, event):
72 self.item = event.GetItem()

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected