/[gnue]/gnue-designer/src/base/docks/DockedPane.py
ViewVC logotype

Diff of /gnue-designer/src/base/docks/DockedPane.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by jcater, Tue Jun 17 03:13:51 2003 UTC revision 1.5 by btami, Mon Jul 28 11:04:22 2003 UTC
# Line 56  class DockedPane(wxSashWindow, BasePane) Line 56  class DockedPane(wxSashWindow, BasePane)
56    
57      self.sizer = sizer = wxBoxSizer(wxVERTICAL)      self.sizer = sizer = wxBoxSizer(wxVERTICAL)
58    
59      tp = self.__titlePanel = wxPanel(self,-1, wxPoint(0,0))#, style=wxSIMPLE_BORDER)      if sys.platform == "win32":
60          size = (1, 16)
61        else:
62          size = (-1,-1)
63    
64        tp = self.__titlePanel = wxPanel(self,-1, wxPoint(0,0), size)#, style=wxSIMPLE_BORDER)
65      tp.SetBackgroundColour(TITLEBAR_ACTIVE)      tp.SetBackgroundColour(TITLEBAR_ACTIVE)
66      sizer.Add(tp,0, wxALL|wxEXPAND, border=2)      sizer.Add(tp,0, wxALL|wxEXPAND, border=2)
67    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26