/[lohnrechner]/trunk/lohnrechner2006.py
ViewVC logotype

Diff of /trunk/lohnrechner2006.py

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

revision 22 by wilde, Fri Jan 14 13:04:09 2005 UTC revision 23 by wilde, Fri Jan 14 13:46:49 2005 UTC
# Line 94  class Lohnrechner(LST2005.LStRechner2005 Line 94  class Lohnrechner(LST2005.LStRechner2005
94          for land in self.laender:          for land in self.laender:
95              self.land.insert(END, land[0])              self.land.insert(END, land[0])
96          self.land.select_set(0)          self.land.select_set(0)
97          self.land.bind("<ButtonRelease-1>", self.NewInput)          self.land.bind("<<ListboxSelect>>", self.NewInput)
98          self.land.pack(side=RIGHT, fill=Y)          self.land.pack(side=RIGHT, fill=Y)
99          scrollbar.config(command=self.land.yview)          scrollbar.config(command=self.land.yview)
100          scrollbar.pack(side=LEFT, fill=BOTH, expand=1)          scrollbar.pack(side=LEFT, fill=BOTH, expand=1)
# Line 127  class Lohnrechner(LST2005.LStRechner2005 Line 127  class Lohnrechner(LST2005.LStRechner2005
127    
128      def ResetInput(self):      def ResetInput(self):
129          self.ResetInputLohn()          self.ResetInputLohn()
130            self.ResetInputKfb()
131    
132      def ResetInputLohn(self):      def ResetInputLohn(self):
133          self.lohn.delete(0, END)          self.lohn.delete(0, END)

Legend:
Removed from v.22  
changed lines
  Added in v.23

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26