Package: gtk

Accessor gtk:info-bar-revealed

Lambda List

gtk:info-bar-revealed (object)

Syntax

(gtk:info-bar-revealed object) => revealed
(setf (gtk:info-bar-revealed object) revealed)

Arguments

object -- a gtk:info-bar widget
revealed -- a boolean whether the action bar shows its contents

Details

The accessor for the revealed slot gets or sets whether the action bar shows its contents or not. This will cause the info bar to show up with a slide-in transition. Note that this property does not automatically show the info bar and thus will not have any effect if it is invisible.
 

See also

2026-06-20