Package: gtk

Accessor gtk:notebook-tab-pos

Lambda List

gtk:notebook-tab-pos (object)

Syntax

(gtk:notebook-tab-pos object) => pos
(setf (gtk:notebook-tab-pos object) pos)

Arguments

object -- a gtk:notebook widget
pos -- a value of the gtk:position-type enumeration for the edge to draw the notebook tabs at

Details

The accessor for the tab-pos slot of the gtk:notebook class gets or sets the edge at which the notebook tabs for switching pages in the notebook are drawn.
 

See also

2025-07-31