Package: gtk

Accessor gtk-event-box-above-child

Lambda List

gtk-event-box-above-child (object)

Syntax

(gtk-event-box-above-child object) => above-child
(setf gtk-event-box-above-child object) above-child)

Arguments

object -- a gtk-event-box widget
above-child -- true if the event box window is above its child

Details

Accessor of the above-child slot of the gtk-event-box class.

The slot access function gtk-event-box-above-child returns whether the event box window is above or below the windows of its child. The slot access function (setf gtk-event-box-above-child) sets whether the event box window is positioned above the windows of its child, as opposed to below it.

If the window is above, all events inside the event box will go to the event box. If the window is below, events in windows of child widgets will first got to that widget, and then to its parents.

The default is to keep the window below the child.
 

See also

2020-6-3