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 function returns whether a bevel will be drawn around the notebook pages. The (setf gtk:notebook-show-border) function sets whether a bevel will be drawn.

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

See also

2024-10-4