forked from AuroraMiddleware/gtk
372c4d2627
1999-09-22 Damon Chaplin <damon@karuna.freeserve.co.uk> * gtk/tmpl/*.sgml: ran make templates, to fix problems with structs. * gtk/gtk-sections.txt: rearranged GtkCombo section. * gtk/tmpl/gtkvseparator.sgml: * gtk/tmpl/gtkhseparator.sgml: * gtk/tmpl/gtkgc.sgml: * gtk/tmpl/gtkfeatures.sgml: * gtk/tmpl/gtktipsquery.sgml: * gtk/tmpl/gtkitem.sgml: * gtk/tmpl/gtkinvisible.sgml: * gtk/tmpl/gtkgamma.sgml: * gtk/tmpl/gtkdata.sgml: * gtk/tmpl/gtkcurve.sgml: * gtk/tmpl/gtkcombo.sgml: * gtk/tmpl/gtkaccellabel.sgml: documented.
34 lines
758 B
Plaintext
34 lines
758 B
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkEventBox
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
a widget used to catch events for widgets which do not have their own window.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
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.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkEventBox ##### -->
|
|
<para>
|
|
The #GtkEventBox-struct struct contains private data only, and
|
|
should be accessed using the functions below.
|
|
</para>
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_event_box_new ##### -->
|
|
<para>
|
|
Creates a new #GtkEventBox.
|
|
</para>
|
|
|
|
@Returns: a new #GtkEventBox.
|
|
|
|
|