Ejemplo n.º 1
0
def test():
    import gl
    gl.foreground()
    gl.winopen('test watchcursor')
    defwatch(1)
    gl.setcursor(1, 0, 0)
    import time
    time.sleep(10)
Ejemplo n.º 2
0
def test():
	import gl
	gl.foreground()
	gl.winopen('test watchcursor')
	defwatch(1)
	gl.setcursor(1, 0, 0)
	import time
	time.sleep(10)
Ejemplo n.º 3
0
#! /usr/bin/env python
Ejemplo n.º 4
0
	def ready(self):
		gl.winset(self.form.window)
		gl.setcursor(ARROW, 0, 0)
Ejemplo n.º 5
0
	def busy(self):
		gl.winset(self.form.window)
		gl.setcursor(WATCH, 0, 0)
Ejemplo n.º 6
0
Archivo: Vb.py Proyecto: carol8421/gosh
	def setwatch(self):
		gl.winset(self.form.window)
		gl.setcursor(WATCH, 0, 0)
		gl.winset(self.window)
		gl.setcursor(WATCH, 0, 0)
Ejemplo n.º 7
0
Archivo: Vb.py Proyecto: carol8421/gosh
	def setarrow(self):
		gl.winset(self.form.window)
		gl.setcursor(ARROW, 0, 0)
		gl.winset(self.window)
		gl.setcursor(ARROW, 0, 0)
Ejemplo n.º 8
0
	def setarrow(self):
		gl.winset(self.form.window)
		gl.setcursor(ARROW, 0, 0)
		gl.winset(self.window)
		gl.setcursor(ARROW, 0, 0)
Ejemplo n.º 9
0
# Define a 16x16 cursor looking like a watch
Ejemplo n.º 10
0
	def setwatch(self):
		gl.winset(self.form.window)
		gl.setcursor(WATCH, 0, 0)
		gl.winset(self.window)
		gl.setcursor(WATCH, 0, 0)
Ejemplo n.º 11
0
# Define a 16x16 cursor looking like a watch
Ejemplo n.º 12
0
#! /usr/bin/env python
Ejemplo n.º 13
0
#! /usr/bin/env python
Ejemplo n.º 14
0
#! /usr/bin/env python