Package: gtk

Function gtk:notebook-action-widget

Lambda List

gtk:notebook-action-widget (notebook packtype)

Syntax

(gtk:notebook-action-widget notebook packtype) => widget
(setf (gtk:notebook-action-widget notebook packtype) widget)

Arguments

notebook -- a gtk:notebook widget
packtype -- a gtk:pack-type value for the action
widget -- a gtk:widget object

Details

Gets or sets one of the action widgets. Depending on the pack type the widget will be placed before or after the notebook tabs. You can use a gtk:box widget if you need to pack more than one widget on the same side.
 

See also

2025-07-31