summaryrefslogtreecommitdiff
path: root/examples/tictactoe/tictactoe.h
diff options
context:
space:
mode:
authorGMT 1998 Tony Gale <gale@gtk.org>1998-12-10 17:31:04 +0000
committerTony Gale <gale@src.gnome.org>1998-12-10 17:31:04 +0000
commit3821880398cc553882b9f1fc5905046518b9cd4e (patch)
tree88867e7f0ad2d19deeb5f850e920827b4232a6ef /examples/tictactoe/tictactoe.h
parent600ef4e7d1b45dd4cd88606b6da402ffe2a885bf (diff)
downloadgdk-pixbuf-3821880398cc553882b9f1fc5905046518b9cd4e.tar.gz
- re-write the GtkProgressBar section to the 1.1 API. - add an Appendix
Thu Dec 10 17:58:49 GMT 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: - re-write the GtkProgressBar section to the 1.1 API. - add an Appendix listing all the signals (apologies to TimJ for taking so long in using his hard work in automating the extraction - thanx Tim). * examples/*: bring them all upto the tutorial versions
Diffstat (limited to 'examples/tictactoe/tictactoe.h')
-rw-r--r--examples/tictactoe/tictactoe.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/tictactoe/tictactoe.h b/examples/tictactoe/tictactoe.h
index 2d5693b68..6dfa203ad 100644
--- a/examples/tictactoe/tictactoe.h
+++ b/examples/tictactoe/tictactoe.h
@@ -1,3 +1,5 @@
+/* example-start tictactoe tictactoe.h */
+
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
@@ -59,3 +61,5 @@ void tictactoe_clear (Tictactoe *ttt);
#endif /* __cplusplus */
#endif /* __TICTACTOE_H__ */
+
+/* example-end */