File: cmdtarg.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 (7 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
class CObject

Methods

PtInRect(self, x, y)
	Return 1 if the point (x, y) is within the objects rectangle, otherwise
	return 0.  In wpy, almost all objects are rectangles.