/[ambar]/ambar/frSala.py
ViewVC logotype

Diff of /ambar/frSala.py

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

revision 1.2 by g2pudeto, Fri Sep 5 22:32:14 2003 UTC revision 1.3 by g2pudeto, Fri Sep 5 22:35:38 2003 UTC
# Line 74  class frSala(wxMDIChildFrame): Line 74  class frSala(wxMDIChildFrame):
74      def _init_coll_notebook1_Pages(self, parent):      def _init_coll_notebook1_Pages(self, parent):
75          # generated method, don't edit          # generated method, don't edit
76    
77          parent.AddPage(imageId=-1, page=self.panelDescripcion, select=False,          parent.AddPage(imageId=-1, page=self.panelDescripcion, select=True,
78                text='Descripciones')                text='Descripciones')
79          parent.AddPage(imageId=-1, page=self.panelSalidas, select=True,          parent.AddPage(imageId=-1, page=self.panelSalidas, select=False,
80                text='Salidas')                text='Salidas')
81          parent.AddPage(imageId=-1, page=self.panelObjetos, select=False,          parent.AddPage(imageId=-1, page=self.panelObjetos, select=False,
82                text='Objetos')                text='Objetos')

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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