Subversion Repositories Kolibri OS

Rev

Rev 8475 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8475 Rev 8476
Line 7... Line 7...
7
    print("Key pressed")
7
    print("Key pressed")
Line 8... Line 8...
8
 
8
 
9
def onbtn():
9
def onbtn():
Line 10... Line -...
10
    print("Button pressed")
-
 
-
 
10
    print("Button pressed")
11
 
11
 
12
if __name__=="__main__":
12
 
13
  kolibri.debug_print("Debug test line\n")
13
kolibri.debug_print("Debug test line\n")
14
  w = kolibri.window(10,10,400, 400, False)
14
w = kolibri.window(10,10,400, 400, False)
15
  w.on_show = onshow
15
w.on_show = onshow