Learn R Programming

RGtk2 (version 2.8.8)

GtkEventBox: GtkEventBox

Description

A widget used to catch events for widgets which do not have their own window

Arguments

Methods and Functions

gtkEventBoxNew(show = TRUE) gtkEventBoxSetAboveChild(object, above.child) gtkEventBoxGetAboveChild(object) gtkEventBoxSetVisibleWindow(object, visible.window) gtkEventBoxGetVisibleWindow(object) gtkEventBox(show = TRUE)

Hierarchy

\link{GObject} +----\link{GtkObject} +----\link{GtkWidget} +----\link{GtkContainer} +----\link{GtkBin} +----GtkEventBox

Interfaces

GtkEventBox implements AtkImplementorIface.

Detailed Description

The GtkEventBox widget is a subclass of GtkBin which also has its own window. It is useful since it allows you to catch events for widgets which do not have their own window.

Convenient Construction

gtkEventBox is the equivalent of gtkEventBoxNew.

References

http://developer.gnome.org/doc/API/2.0/gtk/GtkEventBox.html