Rectangle
Object Hierarchy:
Description:
The Rectangle structure contains only private data
Namespace: Clutter
Package: clutter-1.0
Content:
Properties:
Creation methods:
Methods:
-
public Color get_border_color ()
Gets the color of the border used by rectangle and places it into color.
-
public uint get_border_width ()
Gets the width (in pixels) of the border used by rectangle
-
public Color get_color ()
Retrieves the color of rectangle.
-
public void set_border_color (Color color)
Sets the color of the border used by rectangle using color
-
public void set_border_width (uint width)
Sets the width (in pixel) of the border used by rectangle. A width of 0 will
unset the border.
-
public void set_color (Color color)
Sets the color of rectangle.