Package: gtk

Function gtk-border-new

Lambda List

gtk-border-new (&key left right top bottom)

Arguments

left -- an integer with the width of the left border
right -- an integer with the width of the right border
top -- an integer with the width of the top border
bottom -- an integer with the width of the bottom border

Return Value

A newly allocated gtk-border instance.

Details

Allocates a new gtk-border instance and initializes its elements.
 

See also

2021-11-26