summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
cbbd3db)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34084
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
def __init__(self, parent, style=0):
gizmos.TreeCompanionWindow.__init__(self, parent, -1, style=style)
self.SetBackgroundColour("WHITE")
def __init__(self, parent, style=0):
gizmos.TreeCompanionWindow.__init__(self, parent, -1, style=style)
self.SetBackgroundColour("WHITE")
- self.Bind(wx.EVT_ERASE_BACKGROUND, self.OEB)
-
- def OEB(self, evt):
- pass
# This method is called to draw each item in the value window
def DrawItem(self, dc, itemId, rect):
# This method is called to draw each item in the value window
def DrawItem(self, dc, itemId, rect):