diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 16:57:57 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 16:58:54 -0500 |
commit | 63e887e165a308cfc5899123d9572ffc3b6da92a (patch) | |
tree | da5a3489443cde66aceeeb77a29e69004b6842c1 /gtk/gtkimage.c | |
parent | 28376c26002cd7e9d353a9aadb880a54b7d3374d (diff) | |
download | gtk+-63e887e165a308cfc5899123d9572ffc3b6da92a.tar.gz |
docs: replace all <examples> with markdown headings
Diffstat (limited to 'gtk/gtkimage.c')
-rw-r--r-- | gtk/gtkimage.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkimage.c b/gtk/gtkimage.c index d69d8608da..b430b625c6 100644 --- a/gtk/gtkimage.c +++ b/gtk/gtkimage.c @@ -74,8 +74,9 @@ * so by default does not receive events. If you want to receive events * on the image, such as button clicks, place the image inside a * #GtkEventBox, then connect to the event signals on the event box. - * <example> - * <title>Handling button press events on a #GtkImage.</title> + * + * ## Handling button press events on a #GtkImage. + * * |[<!-- language="C" --> * static gboolean * button_press_callback (GtkWidget *event_box, @@ -113,7 +114,6 @@ * return image; * } * ]| - * </example> * * When handling events on the event box, keep in mind that coordinates * in the image may be different from event box coordinates due to |