set_border_width
Description:
[
Version ( deprecated =
true , deprecated_since =
"1.10" , since =
"0.2" ) ]
public void set_border_width (
uint width)
Warning: set_border_width is deprecated since 1.10.
Sets the width (in pixel) of the border used by this.
Note:
Use Actor and a Canvas
content to draw the border using Cairo
A width
of 0 will unset the border.
Parameters:
this |
a Rectangle
|
width |
the width of the border
|