Package: gtk

GBoxed gtk:border

Declaration

(glib:define-gboxed-cstruct border "GtkBorder"
  (:export t
   :type-initializer "gtk_border_get_type")
  (left :int16 :initform 0)
  (right :int16 :initform 0)
  (top :int16 :initform 0)
  (bottom :int16 :initform 0))  

Values

left
The width of the left border.
right
The width of the right border.
top
The width of the top border.
bottom
The width of the bottom border.

Details

A structure that specifies a border around a rectangular area that can be of different width on each side.
 

Returned by

Slot Access Functions

2023-8-30