summaryrefslogtreecommitdiff
path: root/examples/tictactoe
Commit message (Collapse)AuthorAgeFilesLines
* Re-extract.Matthias Clasen2005-01-032-3/+1
| | | | | | | | 2005-01-03 Matthias Clasen <mclasen@redhat.com> * examples/*: Re-extract. * docs/tutorial/gtk-tut.sgml: Small corrections.
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-062-0/+2
| | | | | | | | | | 2004-03-05 Federico Mena Quintero <federico@ximian.com> Fixes #136082 and #135265, patch by Morten Welinder. * configure.in: Use AC_SYS_LARGEFILE. * */*.c: #include <config.h>
* *** RETRY - last commit aborted half way throughGMT 2003 Tony Gale2003-01-233-49/+43
| | | | | | | | | | | | | | | Thu Jan 23 20:56:56 GMT 2003 Tony Gale <gale@gtk.org> * Sebastian Rittau <srittau@jroger.in-berlin.de>: docs/tutorial/gtk-tut.sgml: Adopted chapter 21.3 "Creating a Composite widget" to modern standards. (I.e. use gobject instead of glib, derive from GtkTable instead of GtkVBox.) Bugzilla #103869. * docs/tutorial/gtk-tut.sgml, examples/tictactoe: Fixup tic-tac-toe code in Appendix C to reflect above changes. * examples/rangewidgets/rangewidgets.c: From Roger Leigh auto resize on page size change
* update packaging script for current tutorialBST 2002 Tony Gale2002-08-251-1/+1
| | | | | | | | | | Sun Aug 25 11:58:27 BST 2002 Tony Gale <gale@gtk.org> * docs/tutorial/package-db-tutorial.sh: update packaging script for current tutorial * docs/tutorial/images/*.eps: New Files EPS versions of the tutorial images
* finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACKSven Neumann2002-02-193-9/+12
| | | | | | | 2002-02-19 Sven Neumann <sven@gimp.org> * examples/*/*.c: finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK and other assorted changes.
* Trivial formatting fixes to all examples, simple functional fixes toMatthias Clasen2002-02-192-16/+16
| | | | | * docs/tutorial/gtk-tut.sgml, docs/examples/*: Trivial formatting fixes to all examples, simple functional fixes to rangewidgets example.
* More work on #71430.Matthias Clasen2002-02-164-38/+40
| | | | | | | | | | | | * examples/*/Makefile (CFLAGS): add deprecation guards. * docs/tutorial/gtk-tut.sgml, examples/*/*.c: make most examples deprecation-clean; the major offenders right now are the examples that make heavy use of completely deprecated or broken widgets: list, tree, text, pixmap, paned and progressbar. These will have to be redone from scratch. * demos/Makefile.am (INCLUDES): add -DGDK_PIXBUF_DISABLE_DEPRECATED.
* Convert to use pkg-config rather than gtk-config. (#53375, Skip Montanaro)Owen Taylor2001-11-021-3/+3
| | | | | | | Fri Nov 2 10:21:03 2001 Owen Taylor <otaylor@redhat.com> * examples/**/Makefile.am: Convert to use pkg-config rather than gtk-config. (#53375, Skip Montanaro)
* Added .cvsignore files for CVS not to complain about executablesÉRDI Gergo2001-05-071-0/+1
|
* threads example from Erik Mouw. New question on GtkLabel backgroundGMT 1999 Tony Gale1999-11-132-6/+8
| | | | | | | | | | | | | | | | Sat Nov 13 22:30:29 GMT 1999 Tony Gale <gale@gtk.org> * docs/gtkfaq.sgml: threads example from Erik Mouw. New question on GtkLabel background colors. * docs/gtk_tut.sgml: - Correct the example code callback function definitions. - Update the gtkdial example code, from Frans van Schaik. - Update setselection.c to current API. * examples/Makefile examples/*/*.c: Update to code listed in tutorial.
* - Replace all uses of deprecated functions. - Replace menufactory exampleGMT 1999 Tony Gale1999-01-282-2/+2
| | | | | | | | | | Thu Jan 28 10:16:28 GMT 1999 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: - Replace all uses of deprecated functions. - Replace menufactory example with itemfactory example from Nick Scott <mendigo@geocities.com> - Minor bug fixes in the examples.
* - re-write the GtkProgressBar section to the 1.1 API. - add an AppendixGMT 1998 Tony Gale1998-12-103-0/+12
| | | | | | | | | | | 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
* forward declaration for gtk_window_paint declare xid_ht static get theJay Cox1998-11-071-1/+1
| | | | | | | | 1998-11-07 Jay Cox <jaycox@earthlink.net> * gtk/gtkwindow.c: forward declaration for gtk_window_paint * gdk/gdkxid.c: declare xid_ht static * examples/*/Makefile: get the link ordering right.
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-132-4/+6
| | | | | | Sun Apr 12 18:54:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org> * Changed LGPL address for FSF in all .h and .c files
* add correct dependenciesBST 1998 Tony Gale1998-04-021-1/+1
| | | | | | | | Thu Apr 2 17:30:04 BST 1998 Tony Gale <gale@gtk.org> * examples/gtkdial/Makefile, examples/menu/Makefile, examples/tictactoe/Makefile : add correct dependencies
* Released GTK+ 0.99.9GTK_0_99_9PST 1998 Shawn T. Amundson1998-03-281-1/+1
| | | | | | | | Fri Mar 27 16:35:00 PST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 0.99.9 * examples: added a couple more, fixed some Makefiles
* added this directory with stuff from the tutorial, updated to compile andCST 1998 Shawn T. Amundson1998-03-234-0/+270
Mon Mar 23 12:03:03 CST 1998 Shawn T. Amundson <amundson@gtk.org> * examples/: added this directory with stuff from the tutorial, updated to compile and work with recent changes