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 that can be of different width on each side.
- classmethod new()[source]¶
 - Returns:
 a newly allocated
Gtk.Border-struct. Free withGtk.Border.free()- Return type:
 
Allocates a new
Gtk.Border-struct and initializes its elements to zero.New in version 2.14.
- copy()[source]¶
 - Returns:
 a copy of self.
- Return type:
 
Copies a
Gtk.Border-struct.
- free()[source]¶
 Frees a
Gtk.Border-struct.