Package: gtk

Accessor gtk:action-visible-horizontal

Lambda List

gtk:action-visible-horizontal (object)

Syntax

(gtk:action-visible-horizontal object) => visible
(setf (gtk:action-visible-horizontal object) visible)

Arguments

object -- a gtk:action object
visible -- true to make the action visible horizontally

Details

Accessor of the visible-horizontal slot of the gtk:action class. The gtk:action-visible-horizontal function checks whether the action is visible when horizontal. The (setf gtk:action-visible-horizontal) function sets the visibility.

Warning

The gtk:action-visible-horizontal function has been deprecated since version 3.10 and should not be used in newly written code.
 

See also

2024-9-26