Package: gtk

Accessor gtk:notebook-child-tab-fill

Lambda List

gtk:notebook-child-tab-fill (container child)

Syntax

(gtk:notebook-child-tab-fill container child) => tab-fill
(setf (gtk:notebook-child-tab-fill container child) tab-fill)

Arguments

container -- a notebook widget
child -- a gtk:widget child widget
tab-fill -- a boolean whether the tab of the child widget should fill the allocated area

Details

Accessor of the tab-fill child property of the gtk:notebook class. Whether the tab of the child widget should fill the allocated area.
 

See also

#2023-3-21