style required on wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -492,8 +492,8 @@ def updateHL(hl, hlClass, pos, size):
|
|||||||
|
|
||||||
class XML_Tree(wx.TreeCtrl):
|
class XML_Tree(wx.TreeCtrl):
|
||||||
def __init__(self, parent, id):
|
def __init__(self, parent, id):
|
||||||
wx.TreeCtrl.__init__(self, parent, id)
|
wx.TreeCtrl.__init__(self, parent, id,
|
||||||
# style = wx.TR_HAS_BUTTONS | wx.TR_MULTIPLE | wx.TR_EDIT_LABELS)
|
style = wx.TR_HAS_BUTTONS | wx.TR_MULTIPLE | wx.TR_EDIT_LABELS)
|
||||||
self.SetBackgroundColour(wx.Colour(224, 248, 224))
|
self.SetBackgroundColour(wx.Colour(224, 248, 224))
|
||||||
self.fontComment = wx.FFont(self.GetFont().GetPointSize(),
|
self.fontComment = wx.FFont(self.GetFont().GetPointSize(),
|
||||||
self.GetFont().GetFamily(),
|
self.GetFont().GetFamily(),
|
||||||
|
Reference in New Issue
Block a user