Border
-
class Border(**kwargs)
A struct that specifies a border around a rectangular area.
Each side can have different width.
Constructors
-
class Border
-
classmethod new() → Border
Allocates a new GtkBorder
struct and initializes its elements to zero.
Methods
-
class Border
-
free() → None
Frees a GtkBorder
.
Fields
-
class Border
-
bottom
The width of the bottom border
-
left
The width of the left border
-
right
The width of the right border
-
top
The width of the top border