예제 #1
0
 def Onbuttonsavechar5(self, event):
     code.fontsave(5, self.char5.GetValue())
예제 #2
0
 def Onbuttonsavechar3(self, event):
     code.fontsave(3, self.char3.GetValue())
예제 #3
0
 def Onbuttonsavechar4(self, event):
     code.fontsave(4, self.char4.GetValue())
예제 #4
0
 def Onbuttonsavechar1(self, event):
     code.fontsave(1, self.char1.GetValue())
예제 #5
0
 def Onbuttonsavechar2(self, event):
     code.fontsave(2, self.char2.GetValue())
예제 #6
0
 def Onbuttonsavechar5(self,event):
     code.fontsave(5,self.char5.GetValue())
예제 #7
0
 def Onbuttonsavechar4(self,event):
     code.fontsave(4,self.char4.GetValue())
예제 #8
0
 def Onbuttonsavechar3(self,event):
     code.fontsave(3,self.char3.GetValue())
예제 #9
0
 def Onbuttonsavechar2(self,event):
     code.fontsave(2,self.char2.GetValue())
예제 #10
0
 def Onbuttonsavechar1(self,event):
     code.fontsave(1,self.char1.GetValue())