summaryrefslogtreecommitdiff
path: root/gtk/gtkeventbox.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-02-02 01:22:14 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-02-02 01:22:14 -0500
commit245c385ae7df972ced8316c07902b0d2cabc9da3 (patch)
treefafbea95c288d94eba369c0d5f9808a1a6193622 /gtk/gtkeventbox.c
parent30cc1512e634417eb040bd5a287736c1ef7782d9 (diff)
downloadgtk+-245c385ae7df972ced8316c07902b0d2cabc9da3.tar.gz
Docs: Don't use note elements
In most cases, the text itself makes the message clear enough.
Diffstat (limited to 'gtk/gtkeventbox.c')
-rw-r--r--gtk/gtkeventbox.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/gtkeventbox.c b/gtk/gtkeventbox.c
index 612ddd6fe1..34495a01ce 100644
--- a/gtk/gtkeventbox.c
+++ b/gtk/gtkeventbox.c
@@ -243,7 +243,6 @@ gtk_event_box_get_visible_window (GtkEventBox *event_box)
* you want to set the background to a different color or
* draw on it.
*
- * <note><para>
* There is one unexpected issue for an invisible event box that has its
* window below the child. (See gtk_event_box_set_above_child().)
* Since the input-only window is not an ancestor window of any windows
@@ -252,11 +251,10 @@ gtk_event_box_get_visible_window (GtkEventBox *event_box)
* The practical effect of this is if an event isn't in the event
* mask for the descendant window (see gtk_widget_add_events()),
* it won't be received by the event box.
- * </para><para>
+ *
* This problem doesn't occur for visible event boxes, because in
* that case, the event box window is actually the ancestor of the
* descendant windows, not just at the same place on the screen.
- * </para></note>
*
* Since: 2.4
*/