Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkEventBoxSetAboveChild

gtkEventBoxSetAboveChild


Description

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.

Usage

gtkEventBoxSetAboveChild(object, above.child)

Arguments

object

a GtkEventBox

above.child

TRUE if the event box window is above the windows of its child

Details

The default is to keep the window below the child. Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.