コード例 #1
0
ファイル: watchcursor.py プロジェクト: carol8421/gosh
def test():
    import gl
    gl.foreground()
    gl.winopen('test watchcursor')
    defwatch(1)
    gl.setcursor(1, 0, 0)
    import time
    time.sleep(10)
コード例 #2
0
def test():
	import gl
	gl.foreground()
	gl.winopen('test watchcursor')
	defwatch(1)
	gl.setcursor(1, 0, 0)
	import time
	time.sleep(10)
コード例 #3
0
#! /usr/bin/env python
コード例 #4
0
	def ready(self):
		gl.winset(self.form.window)
		gl.setcursor(ARROW, 0, 0)
コード例 #5
0
	def busy(self):
		gl.winset(self.form.window)
		gl.setcursor(WATCH, 0, 0)
コード例 #6
0
ファイル: Vb.py プロジェクト: carol8421/gosh
	def setwatch(self):
		gl.winset(self.form.window)
		gl.setcursor(WATCH, 0, 0)
		gl.winset(self.window)
		gl.setcursor(WATCH, 0, 0)
コード例 #7
0
ファイル: Vb.py プロジェクト: carol8421/gosh
	def setarrow(self):
		gl.winset(self.form.window)
		gl.setcursor(ARROW, 0, 0)
		gl.winset(self.window)
		gl.setcursor(ARROW, 0, 0)
コード例 #8
0
ファイル: Vb.py プロジェクト: asottile/ancient-pythons
	def setarrow(self):
		gl.winset(self.form.window)
		gl.setcursor(ARROW, 0, 0)
		gl.winset(self.window)
		gl.setcursor(ARROW, 0, 0)
コード例 #9
0
ファイル: watchcursor.py プロジェクト: mcyril/ravel-ftn
# Define a 16x16 cursor looking like a watch
コード例 #10
0
ファイル: Vb.py プロジェクト: asottile/ancient-pythons
	def setwatch(self):
		gl.winset(self.form.window)
		gl.setcursor(WATCH, 0, 0)
		gl.winset(self.window)
		gl.setcursor(WATCH, 0, 0)
コード例 #11
0
ファイル: watchcursor.py プロジェクト: mcyril/ravel-ftn
# Define a 16x16 cursor looking like a watch
コード例 #12
0
ファイル: Vb.py プロジェクト: mcyril/ravel-ftn
#! /usr/bin/env python
コード例 #13
0
#! /usr/bin/env python
コード例 #14
0
ファイル: Vedit.py プロジェクト: mcyril/ravel-ftn
#! /usr/bin/env python