Up

_gtkEventboxAboveSet

_gtkEventboxAboveSet defines whether an Eventbox object is positioned above its child, as opposed to below it.
If the Eventbox object is above, all events inside the Eventbox will go to the Eventbox object. If the Eventbox is below, events in child widgets will first got to that child, and then to its parents.

Prototype : fun [ObjGtkEventbox I] ObjGtkEventbox

See also

Example