forked from AuroraMiddleware/gtk
7447ef0fc2
In particular, rename - libraries to lib*-3.0.so - pc files to *-3.0.pc - include paths to /usr/include/gtk-3.0/* - module paths to /usr/lib/gtk-3.0/* - rc files names to gtk-3.0/gtkrc - commandline utilities to *-3.0 - adjust documentation Also change the install location for unix-print headers to /usr/include/gtk-3.0/unix-print/gtk.
87 lines
1.4 KiB
Plaintext
87 lines
1.4 KiB
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>
|
|
|
|
<!-- ##### SECTION Stability_Level ##### -->
|
|
|
|
|
|
<!-- ##### SECTION Image ##### -->
|
|
|
|
|
|
<!-- ##### STRUCT GtkEventBox ##### -->
|
|
<para>
|
|
The #GtkEventBox-struct struct contains private data only, and
|
|
should be accessed using the functions below.
|
|
</para>
|
|
|
|
|
|
<!-- ##### ARG GtkEventBox:above-child ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GtkEventBox:visible-window ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### FUNCTION gtk_event_box_new ##### -->
|
|
<para>
|
|
Creates a new #GtkEventBox.
|
|
</para>
|
|
|
|
@void:
|
|
@Returns: a new #GtkEventBox.
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_event_box_set_above_child ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@event_box:
|
|
@above_child:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_event_box_get_above_child ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@event_box:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_event_box_set_visible_window ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@event_box:
|
|
@visible_window:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_event_box_get_visible_window ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@event_box:
|
|
@Returns:
|
|
|
|
|