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 info bar is currently revealed.

Changing this will make the info bar reveal or conceal itself by means of a sliding transition. Note: this does not show or hide the info bar in the visible sense, so revealing has no effect if the visible property is false.

Warning

The gtk:info-bar implementation is deprecated since 4.10. Do not use it in newly written code.
 

See also

2026-08-19