Package: gtk

Function gtk:action-bar-center-widget

Lambda List

gtk:action-bar-center-widget (actionbar)

Syntax

(gtk:action-bar-center-widget actionbar) => widget
(setf (gtk:action-bar-center-widget actionbar) widget)

Arguments

actionbar -- a gtk:action-bar widget
widget -- a gtk:widget object to use for the center widget

Details

The gtk:action-bar-center-widget function retrieves the center widget of the action bar. The (setf gtk:action-bar-center-widget) function sets the center widget for the action bar.
 

See also

2024-4-21