summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtkeventbox.sgml
blob: 8dc8fbcd930ddab9630ef0b289279b2a451d14dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!-- ##### 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.