20 This is the Vaccinity Relax Window to specify options while doing relax. May be used in other protocols if possible.
21 It is set as a tkSimpleDialog, but this can be changed fairly easily to allow more use.
33 self.
FixTarget = StringVar(); self.FixTarget.set(
"Open")
35 self.
FixBoth = StringVar(); self.FixBoth.set(
"UnSet")
41 VacPhoto =PhotoImage(file = (pwd+
"/Media/Vaccinity_Smaller.gif"))
43 self.Photo.image = VacPhoto
60 self.Photo.grid(row =row, column = column+1, rowspan=17, columnspan=17)
61 self.FixBBlab.grid(row = row+5, column= column)
62 self.FixBBOpt.grid(row = row+6, column = column, sticky=
"ew")
64 self.FixChilabel_.grid(row=row+5, column = column+18)
65 self.FixChiOpt.grid(row=row+6, column = column+18, sticky=
"ew")
67 self.FixBotlabel_.grid(row=row, column = column+8+1)
68 self.FixBothOpt.grid(row = row+1, column = column+8+1)
70 self.control.grid(row=row+18, column=column+8+1)
73 fixloo = self.FixTarget.get()
74 fixvac = self.FixVaccinity.get()
75 fixboth = self.FixBoth.get()
76 self.
result = (fixloo, fixvac, fixboth)