From 245c385ae7df972ced8316c07902b0d2cabc9da3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 2 Feb 2014 01:22:14 -0500 Subject: Docs: Don't use note elements In most cases, the text itself makes the message clear enough. --- gtk/gtkeventbox.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gtk/gtkeventbox.c') 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. * - * * 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. - * + * * 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. - * * * Since: 2.4 */ -- cgit v1.2.1