projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
accept files in wxHtmlEasyPrinting::{Print,Preview}File, not only URLs
[wxWidgets.git]
/
wxPython
/
wx
/
lib
/
multisash.py
diff --git
a/wxPython/wx/lib/multisash.py
b/wxPython/wx/lib/multisash.py
index f9841759976b67537019b2c2e1133761ff5e7a35..34ed2599a443fe5197d6ae8ad525f4818bdba322 100644
(file)
--- a/
wxPython/wx/lib/multisash.py
+++ b/
wxPython/wx/lib/multisash.py
@@
-16,7
+16,7
@@
# 12/20/2003 - Jeff Grimmett (grimmtooth@softhome.net)
#
# o wxMultiSash -> MultiSash
# 12/20/2003 - Jeff Grimmett (grimmtooth@softhome.net)
#
# o wxMultiSash -> MultiSash
-# o wxMultiSplit -> MultiSplit
wxMultiViewLeaf
+# o wxMultiSplit -> MultiSplit
# o wxMultiViewLeaf -> MultiViewLeaf
#
# o wxMultiViewLeaf -> MultiViewLeaf
#
@@
-302,6
+302,9
@@
class MultiViewLeaf(wx.Window):
self.Bind(wx.EVT_SIZE,self.OnSize)
self.Bind(wx.EVT_SIZE,self.OnSize)
+ self.SetBackgroundColour(wx.SystemSettings.GetColour(wx.SYS_COLOUR_3DFACE))
+
+
def GetSaveData(self):
saveData = {}
saveData['detailClass'] = str(self.detail.child.__class__)
def GetSaveData(self):
saveData = {}
saveData['detailClass'] = str(self.detail.child.__class__)
@@
-450,6
+453,9
@@
class MultiSizer(wx.Window):
self.Bind(wx.EVT_LEFT_DOWN,self.OnPress)
self.Bind(wx.EVT_LEFT_UP,self.OnRelease)
self.Bind(wx.EVT_LEFT_DOWN,self.OnPress)
self.Bind(wx.EVT_LEFT_UP,self.OnRelease)
+ self.SetBackgroundColour(wx.SystemSettings.GetColour(wx.SYS_COLOUR_3DFACE))
+
+
def CalcSizePos(self,parent):
pw,ph = parent.GetSize()
if self.side == MV_HOR:
def CalcSizePos(self,parent):
pw,ph = parent.GetSize()
if self.side == MV_HOR: