Package: gtk

Accessor gtk:frame-label-widget

Lambda List

gtk:frame-label-widget (object)

Syntax

(gtk:frame-label-widget object) => widget
(setf (gtk:frame-label-widget object) widget)

Arguments

object -- a gtk:frame widget
widget -- a gtk:widget label widget

Details

Accessor of the label-widget slot of the gtk:frame class. The gtk:frame-label-widget function retrieves the label widget for the frame. The (setf gtk:frame-label-widget) function sets the label widget. This is the widget that will appear embedded in the top edge of the frame as a title.
 

See also

2024-4-19