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

Diff of /ambar/frSala.py

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

revision 1.4 by g2pudeto, Sat Sep 6 18:30:49 2003 UTC revision 1.5 by amoyav, Sun Sep 7 15:10:01 2003 UTC
# Line 469  class frSala(wxMDIChildFrame): Line 469  class frSala(wxMDIChildFrame):
469          EVT_BUTTON(self.obj_btDel, wxID_FRSALAOBJ_BTDEL, self.OnObj_btdelButton)          EVT_BUTTON(self.obj_btDel, wxID_FRSALAOBJ_BTDEL, self.OnObj_btdelButton)
470    
471          self.obj_lbDescripcion = wxStaticText(id=wxID_FRSALAOBJ_LBDESCRIPCION,          self.obj_lbDescripcion = wxStaticText(id=wxID_FRSALAOBJ_LBDESCRIPCION,
472                label=u'Descripci\xf3n', name=u'obj_lbDescripcion',                label=u'Descripcion', name=u'obj_lbDescripcion',
473                parent=self.panelObjetos, pos=wxPoint(184, 128), size=wxSize(64,                parent=self.panelObjetos, pos=wxPoint(184, 128), size=wxSize(64,
474                13), style=0)                13), style=0)
475    
# Line 577  class frSala(wxMDIChildFrame): Line 577  class frSala(wxMDIChildFrame):
577          #recuperamos la lista de subtipos para ese tipo          #recuperamos la lista de subtipos para ese tipo
578          nTipoSel = self.cbTipo.GetSelection()          nTipoSel = self.cbTipo.GetSelection()
579          subtipos = self.cbTipo.GetClientData(nTipoSel)          subtipos = self.cbTipo.GetClientData(nTipoSel)
580            print type(subtipos), subtipos  #%%
581          for subtipo in subtipos:          for subtipo in subtipos:
582              #Pegamos la lista de subtipos al combobox de subtipos              #Pegamos la lista de subtipos al combobox de subtipos
583              self.cbSubtipo.Append(subtipo)              self.cbSubtipo.Append(subtipo)

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