summaryrefslogtreecommitdiff
path: root/examples/selection/gettargets.c
Commit message (Collapse)AuthorAgeFilesLines
* Cut deadwoodMatthias Clasen2011-05-261-97/+0
| | | | | | | The old tutorial examples haven't been built in years, and are not useful to keep around in git unless somebody does the work to integrate them into the 'Getting started' section of the current docs.
* updated the (quite outdated) examples to use canonical signal names asSven Neumann2008-08-111-11/+11
| | | | | | | | | | | 2008-08-11 Sven Neumann <sven@gimp.org> * examples/*: updated the (quite outdated) examples to use canonical signal names as well. Removed some unneeded casts and trailing whitespace while I was on it... svn path=/trunk/; revision=21071
* Re-extract.Matthias Clasen2005-01-031-9/+8
| | | | | | | | 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-061-0/+1
| | | | | | | | | | 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>
* update packaging script for current tutorialBST 2002 Tony Gale2002-08-251-4/+5
| | | | | | | | | | 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-191-6/+6
| | | | | | | 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-191-4/+4
| | | | | * 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-161-6/+5
| | | | | | | | | | | | * 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.
* threads example from Erik Mouw. New question on GtkLabel backgroundGMT 1999 Tony Gale1999-11-131-10/+10
| | | | | | | | | | | | | | | | 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-281-1/+1
| | | | | | | | | | 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-101-4/+3
| | | | | | | | | | | 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
* Tue Mar 31 15:41:57 PST 1998 Shawn T. AmundsonShawn Amundson1998-03-311-0/+98
* Makefile.am: * examples/*: added the rest of the tutorial examples