Package: gtk

Accessor gtk:action-bar-revealed

Lambda List

gtk:action-bar-revealed (object)

Syntax

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

Arguments

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

Details

Accessor of the revealed slot of the gtk:action-bar class. Changing the revealed property will make the action bar reveal (true) or conceal (false) itself via a sliding transition.

Notes

This does not show or hide the action bar in the visible property sense, so revealing has no effect if the visible property is false.
 

See also

2023-8-9