Package: gtk

Accessor gtk:notebook-scrollable

Lambda List

gtk:notebook-scrollable (object)

Syntax

(gtk:notebook-scrollable object) => scrollable
(setf (gtk:notebook-scrollable object) scrollable)

Arguments

object -- a gtk:notebook widget
scrollable -- true if scroll arrows should be added

Details

Accessor of the scrollable slot of the gtk:notebook class. The gtk:notebook-scrollable function returns whether the notebook tab label area has arrows for scrolling if there are too many notebook tabs to fit in the area. The (setf gtk:notebook-scrollable) function sets whether the notebook tab label area will have arrows for scrolling.
 

See also

2024-10-4