Example #1
0
 def OnButtonMClick(self):
     pyaleph_c.button(4)
     self.clearscreen()
Example #2
0
 def OnButton2Click(self):
     pyaleph_c.button(2)
Example #3
0
 def OnButton3Click(self):
     pyaleph_c.button(3)
Example #4
0
 def OnButton0Click(self):
     pyaleph_c.button(0)
Example #5
0
 def OnButton1Click(self):
     pyaleph_c.button(1)
Example #6
0
 def OnButtonMClick(self):
     pyaleph_c.button(4)
     self.clearscreen()
Example #7
0
 def OnButton3Click(self):
     pyaleph_c.button(3)
Example #8
0
 def OnButton2Click(self):
     pyaleph_c.button(2)
Example #9
0
 def OnButton1Click(self):
     pyaleph_c.button(1)
Example #10
0
 def OnButton0Click(self):
     pyaleph_c.button(0)