Package: gtk

Accessor gtk:notebook-child-tab-expand

Lambda List

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

Syntax

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

Arguments

container -- a notebook widget
child -- a gtk:widget child widget
tab-expand -- a boolean whether to expand the tab of the child widget

Details

Accessor of the tab-expand child property of the gtk:notebook class. Whether to expand the tab of the child widget.
 

See also

#2023-3-21