Package: gtk

Accessor gtk:widget-margin-top

Lambda List

gtk:widget-margin-top (object)

Syntax

(gtk:widget-margin-top object) => margin
(setf (gtk:widget-margin-top object) margin)

Arguments

object -- a gtk:widget object
margin -- an integer for the margin on the top side of the widget

Details

The accessor for the margin-top slot of the gtk:widget class gets or sets the top margin of widget. This property adds margin outside of the normal size request of the widget. The margin will be added in addition to the size from the gtk:widget-size-request function for example.
 

See also

2025-09-26