Package: gtk

GBoxed gtk-requisition

Superclasses

common-lisp:structure-object, common-lisp:t

Documented Subclasses

None

Details

A gtk-requisition structure represents the desired size of a widget. See the section called "Height-for-width Geometry Management" in the gtk-widget documentation for more information.
(define-g-boxed-cstruct gtk-requisition "GtkRequisition"
  (width :int :initform 0)
  (height :int :initform 0))  
width
An integer with the desired width of the widget.
height
An integer with the desired height of the widget.
 

Returned by

Slot Access Functions

See also

2021-9-14