File: object.txt

package info (click to toggle)
python-wpy 0.53-0.1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 832 kB
  • ctags: 1,991
  • sloc: python: 8,624; makefile: 57; sh: 24
file content (11 lines) | stat: -rw-r--r-- 302 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
class CObject

Methods

BeginWaitCursor(self)
	Change the application's cursor to the hourglass cursor to indicate
	a possibly lengthly operation.

EndWaitCursor(self)
	Change the cursor back to normal.  The system will do this itself
	if the app becomes idle, so you may not need to call this method.