Gtk.Border¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
bottom |
r/w |
The width of the bottom border |
|
left |
r/w |
The width of the left border |
|
right |
r/w |
The width of the right border |
|
top |
r/w |
The width of the top border |
Methods¶
class |
|
|
|
|
Details¶
- class Gtk.Border¶
A struct that specifies a border around a rectangular area.
Each side can have different width.
- classmethod new()[source]¶
- Returns:
a newly allocated
GtkBorder
struct. Free with [method`Gtk`.Border.free]- Return type:
Allocates a new
GtkBorder
struct and initializes its elements to zero.