Sets our main struct and passes it to the parent class.
Creates a new #GtkEventBox.
Returns whether the event box window is above or below the windows of its child. See gtk_event_box_set_above_child() for details.
Get the main Gtk struct
the main Gtk struct as a void*
Returns whether the event box has a visible window. See gtk_event_box_set_visible_window() for details.
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.
Set whether the event box uses a visible or invisible child window. The default is to use visible windows.
the main Gtk struct
the main Gtk struct
Get the main Gtk struct
the main Gtk struct as a void*
Gets the child of the #GtkBin, or %NULL if the bin contains no child widget. The returned widget does not have a reference added, so you do not need to unref it.
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.