GtkEventBox {RGtk2}R Documentation

GtkEventBox

Description

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

Methods and Functions

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

Hierarchy

GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkEventBox

Interfaces

GtkEventBox implements AtkImplementorIface and GtkBuildable.

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.

Structures

GtkEventBox

The GtkEventBox struct contains private data only, and should be accessed using the functions below.

Convenient Construction

gtkEventBox is the equivalent of gtkEventBoxNew.

Properties

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://library.gnome.org/devel//gtk/GtkEventBox.html


[Package RGtk2 version 2.20.21 Index]