コード例 #1
0
ファイル: pyaleph.py プロジェクト: unicornmajestic/aleph
 def OnButtonMClick(self):
     pyaleph_c.button(4)
     self.clearscreen()
コード例 #2
0
ファイル: pyaleph.py プロジェクト: unicornmajestic/aleph
 def OnButton2Click(self):
     pyaleph_c.button(2)
コード例 #3
0
ファイル: pyaleph.py プロジェクト: unicornmajestic/aleph
 def OnButton3Click(self):
     pyaleph_c.button(3)
コード例 #4
0
ファイル: pyaleph.py プロジェクト: unicornmajestic/aleph
 def OnButton0Click(self):
     pyaleph_c.button(0)
コード例 #5
0
ファイル: pyaleph.py プロジェクト: unicornmajestic/aleph
 def OnButton1Click(self):
     pyaleph_c.button(1)
コード例 #6
0
ファイル: pyaleph.py プロジェクト: Someone101/aleph
 def OnButtonMClick(self):
     pyaleph_c.button(4)
     self.clearscreen()
コード例 #7
0
ファイル: pyaleph.py プロジェクト: Someone101/aleph
 def OnButton3Click(self):
     pyaleph_c.button(3)
コード例 #8
0
ファイル: pyaleph.py プロジェクト: Someone101/aleph
 def OnButton2Click(self):
     pyaleph_c.button(2)
コード例 #9
0
ファイル: pyaleph.py プロジェクト: Someone101/aleph
 def OnButton1Click(self):
     pyaleph_c.button(1)
コード例 #10
0
ファイル: pyaleph.py プロジェクト: Someone101/aleph
 def OnButton0Click(self):
     pyaleph_c.button(0)