コード例 #1
0
ファイル: code-GUI.py プロジェクト: wliustc/code-identify
 def Onbuttonsavechar5(self, event):
     code.fontsave(5, self.char5.GetValue())
コード例 #2
0
ファイル: code-GUI.py プロジェクト: wliustc/code-identify
 def Onbuttonsavechar3(self, event):
     code.fontsave(3, self.char3.GetValue())
コード例 #3
0
ファイル: code-GUI.py プロジェクト: wliustc/code-identify
 def Onbuttonsavechar4(self, event):
     code.fontsave(4, self.char4.GetValue())
コード例 #4
0
ファイル: code-GUI.py プロジェクト: wliustc/code-identify
 def Onbuttonsavechar1(self, event):
     code.fontsave(1, self.char1.GetValue())
コード例 #5
0
ファイル: code-GUI.py プロジェクト: wliustc/code-identify
 def Onbuttonsavechar2(self, event):
     code.fontsave(2, self.char2.GetValue())
コード例 #6
0
ファイル: code-GUI.py プロジェクト: JoveYu/code-identify
 def Onbuttonsavechar5(self,event):
     code.fontsave(5,self.char5.GetValue())
コード例 #7
0
ファイル: code-GUI.py プロジェクト: JoveYu/code-identify
 def Onbuttonsavechar4(self,event):
     code.fontsave(4,self.char4.GetValue())
コード例 #8
0
ファイル: code-GUI.py プロジェクト: JoveYu/code-identify
 def Onbuttonsavechar3(self,event):
     code.fontsave(3,self.char3.GetValue())
コード例 #9
0
ファイル: code-GUI.py プロジェクト: JoveYu/code-identify
 def Onbuttonsavechar2(self,event):
     code.fontsave(2,self.char2.GetValue())
コード例 #10
0
ファイル: code-GUI.py プロジェクト: JoveYu/code-identify
 def Onbuttonsavechar1(self,event):
     code.fontsave(1,self.char1.GetValue())