summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtkimage.sgml
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-03-12 00:20:02 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-03-12 00:20:02 +0000
commit7788a6a70264ae7c0dc16bdd0c8a0ddbde18258c (patch)
tree5eee9e520f10d03dd6f7e226e2d0e5389b670dfd /docs/reference/gtk/tmpl/gtkimage.sgml
parent57c31b50007780cd0be40cc985a5994563bcad58 (diff)
downloadgtk+-7788a6a70264ae7c0dc16bdd0c8a0ddbde18258c.tar.gz
Document GdkScreen.
* gdk/tmpl/windows.sgml: Document GdkScreen. * gtk/gtk-sections.txt: Move a few Class structs to Standard sections. * gtk/tmpl/gtktreemodel.sgml, gtk/tmpl/gtkprogress.sgml, gtk/tmpl/gtksignal.sgml, gtk/tmpl/gtkimage.sgml: Generate proper markup for format strings in examples, also fix an oversight in the GtkTreeModel example. (#74213)
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkimage.sgml')
-rw-r--r--docs/reference/gtk/tmpl/gtkimage.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/tmpl/gtkimage.sgml b/docs/reference/gtk/tmpl/gtkimage.sgml
index 2010765af4..26d20c525d 100644
--- a/docs/reference/gtk/tmpl/gtkimage.sgml
+++ b/docs/reference/gtk/tmpl/gtkimage.sgml
@@ -45,7 +45,7 @@ on the image, such as button clicks, place the image inside a
GdkEventButton *event,
gpointer data)
{
- g_print ("Event box clicked at coordinates %%d,%%d\n",
+ g_print ("Event box clicked at coordinates &percent;d,&percent;d\n",
event->x, event->y);
/* Returning TRUE means we handled the event, so the signal