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) => expand
(setf (gtk:notebook-child-tab-expand container child) expand)

Arguments

container -- a notebook widget
child -- a gtk:widget child widget
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

#2025-06-28