manpagez: man pages & more
html files: pygtk
Home | html | info | man
): atk.Rectangle(x=0, y=0, width=0, height=0)

Attributes

"x"Read-WriteThe X coordinate of the top left corner of the rectangle.
"y"Read-WriteThe Y coordinate of the top left corner of the rectangle.
"width"Read-WriteThe width of the rectangle.
"height"Read-WriteThe height of the rectangle.

Description

A atk.Rectangle holds the position and size of a rectangle. The position is specified by the "x" and "y" attributes and the size, by the "width" and "height" attributes.

Constructor

atk.Rectangle

    atk.Rectangle(x=0, y=0, width=0, height=0)

Returns :

a new atk.Rectangle

Creates a new atk.Rectangle with the attributes specified by x, y, width and height. Any unspecified attributes default to 0.

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.