) |
TopWindow objects have the following methods and properties:
) |
) |
image, position) |
add_image(image, (10,20)) add_image(image, (10,20,20,30))
image[,position]) |
remove_image(image) remove_image(image, (10,10)) remove_image(image, (10,10,20,20))
position = (10, 20)
size = (100, 200)
images = [(image1,(x1,y1)), (image2,(x1,y1,x2,y2)), (image3,(50,50,100,100))]
image2
and image3
are possibly resized
while the image1
is not)
shadow = 0
makes the shadow invisible.
shadow = 5
square
corner1
corner2
corner3
corner5
Example:
corner_type = "square"
0xaabbcc
). The two
greatest hexadecimal digits specify the red, the next two specify the blue and
the last ones specify the green color. Can be read and written.
background_color = 0xffffff
(sets the white color)
See About this document... for information on suggesting changes.