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 with the edge to draw the tabs at

Details

Accessor of the tab-pos slot of the gtk-notebook class.

The gtk-notebook-tab-pos slot access function gets the edge at which the tabs for switching pages in the notebook are drawn. The (setf gtk-notebook-tab-pos) slot access function sets the edge.
 

See also

2021-12-17