Package: gtk

Accessor gtk-notebook-show-border

Lambda List

gtk-notebook-show-border (object)

Syntax

(gtk-notebook-show-border object) => show-border
(setf (gtk-notebook-show-border object) show-border)

Arguments

notebook -- a gtk-notebook widget
show-border -- true if a bevel should be drawn around the notebook

Details

Accessor of the show-border slot of the gtk-notebook class.

The gtk-notebook-show-border slot access function returns whether a bevel will be drawn around the notebook pages. The (setf gtk-notebook-show-border) slot access function sets whether a bevel will be drawn.

This only has a visual effect when the tabs are not shown. See the gtk-notebook-show-tabs function.
 

See also

2021-12-17