Methods' Details |
getToolkit
- Description
- returns the toolkit which created this object.
|
|
setPointer
[oneway] void
setPointer( |
[in] XPointer |
Pointer ); |
- Description
- sets the mouse pointer.
|
|
setBackground
[oneway] void
setBackground( |
[in] long |
Color ); |
- Description
- sets the background color.
|
|
invalidate
[oneway] void
invalidate( |
[in] short |
Flags ); |
- Description
- invalidates the whole window with the specified
InvalidateStyle .
|
|
invalidateRect
[oneway] void
invalidateRect( |
[in] Rectangle
[in] short |
Rect,
Flags ); |
- Description
- invalidates a rectangular area of the window with the specified
InvalidateStyle .
|
|
Copyright © 2003 Sun Microsystems, Inc.