The event box widget
====================
Description
-----------
Derived from Note:GtkBin. Used by Note:GtkTreeItem.
Options
-------
Signals
-------
Functions
---------
- Function: guint gtk_event_box_get_type (void)
Returns the `GtkEventBox' type identifier.
- Function: GtkWidget* gtk_event_box_new (void)
Create a new `GtkEventBox' returning the new widget as a pointer to
a `GtkWidget' object. `NULL' is returned on failure.
- Function: GtkGtkEventBox* GTK_EVENT_BOX (gpointer OBJ)
Cast a generic pointer to `GtkGtkEventBox*'. Note:Standard
Macros, for more info.
- Function: GtkGtkEventBoxClass* GTK_EVENT_BOX_CLASS (gpointer CLASS)
Cast a generic pointer to `GtkGtkEventBoxClass*'. Note:Standard
Macros, for more info.
- Function: gint GTK_IS_EVENT_BOX (gpointer OBJ)
Determine if a generic pointer refers to a `GtkGtkEventBox'
object. Note:Standard Macros, for more info.