Package: gtk

Accessor gtk:window-default-height

Lambda List

gtk:window-default-height (object)

Syntax

(gtk:window-default-height object) => height
(setf (gtk:window-default-height object) height)

Arguments

object -- a gtk:window widget
height -- an integer for the default height

Details

The accessor for the default-height slot gets or sets the default height of the window, used when initially showing the window. See the gtk:window-default-size function.
 

See also

2026-06-13