/[gnue]/gnue-pos/src/frontends/wx/Driver.py
ViewVC logotype

Diff of /gnue-pos/src/frontends/wx/Driver.py

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

revision 1.12 by jcater, Mon Jul 7 05:29:13 2003 UTC revision 1.13 by jcater, Thu Jul 17 05:16:44 2003 UTC
# Line 174  class Driver(BaseDriver): Line 174  class Driver(BaseDriver):
174      bottomPanel.SetAutoLayout(1)      bottomPanel.SetAutoLayout(1)
175    
176      self.receiptList = receiptList = wxListCtrl(frame, -1,      self.receiptList = receiptList = wxListCtrl(frame, -1,
177                style=wxLC_REPORT|wxLC_HRULES|wxLC_VRULES|wxLC_SINGLE_SEL)                style=wxLC_REPORT|wxLC_HRULES|wxLC_VRULES|wxLC_SINGLE_SEL|wxSIMPLE_BORDER)
178    
179      # Add the columns for our receipt list      # Add the columns for our receipt list
180      i = 0      i = 0
# Line 186  class Driver(BaseDriver): Line 186  class Driver(BaseDriver):
186    
187        i += 1        i += 1
188    
189      totalPanel2 = wxPanel(bottomPanel, -1, style=wxRAISED_BORDER)      totalPanel2 = wxPanel(bottomPanel, -1, style=wxSIMPLE_BORDER)
190      totalSizer2 = wxBoxSizer(wxVERTICAL)      totalSizer2 = wxBoxSizer(wxVERTICAL)
191      totalPanel2.SetSizer(totalSizer2)      totalPanel2.SetSizer(totalSizer2)
192      totalPanel2.SetAutoLayout(1)      totalPanel2.SetAutoLayout(1)
# Line 226  class Driver(BaseDriver): Line 226  class Driver(BaseDriver):
226      bottomPanel.Fit()      bottomPanel.Fit()
227    
228      frameSizer.Add(topPanel, 0, wxEXPAND)      frameSizer.Add(topPanel, 0, wxEXPAND)
229      frameSizer.Add(receiptList, 3, wxEXPAND)      frameSizer.Add(receiptList, 3, wxEAST|wxWEST|wxEXPAND, 20)
230      frameSizer.Add(bottomPanel, 0, wxEXPAND)      frameSizer.Add(bottomPanel, 0, wxEXPAND)
231    
232    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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