Method

GtkEventBoxset_above_child

since: 2.4

Declaration [src]

void
gtk_event_box_set_above_child (
  GtkEventBox* event_box,
  gboolean above_child
)

Description [src]

Set 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.

Available since: 2.4

Parameters

above_child

Type: gboolean

TRUE if the event box window is above its child.