summaryrefslogtreecommitdiff
path: root/examples/menu
Commit message (Collapse)AuthorAgeFilesLines
* threads example from Erik Mouw. New question on GtkLabel backgroundGMT 1999 Tony Gale1999-11-132-73/+81
| | | | | | | | | | | | | | | | 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.
* update to new examplesGMT 1999 Tony Gale1999-02-011-0/+108
| | | | | | | | | Mon Feb 1 13:35:14 GMT 1999 Tony Gale <gale@gtk.org> * examples/Makefile: update to new examples * examples/menu/itemfactory.c: I must have forgotten to 'cvs add' this file
* - Replace all uses of deprecated functions. - Replace menufactory exampleGMT 1999 Tony Gale1999-01-285-149/+4
| | | | | | | | | | 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-6/+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
* 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.
* - Tidy up of the menufactory example from Andy Kahn <kahn@zk3.dec.com> -BST 1998 Tony Gale1998-08-134-137/+35
| | | | | | | | | | | | | | | Thu Aug 13 09:11:11 BST 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: - Tidy up of the menufactory example from Andy Kahn <kahn@zk3.dec.com> - New section on Range Widgets from David Huggins-Daines <bn711@freenet.carleton.ca> - Started a new section on 'Advanced Event and Signal Handling' - used an email from Owen. - New appendix on Gdk Event Types - Added the tictactoe full example code to the 'Code Examples' appendix
* add correct dependenciesBST 1998 Tony Gale1998-04-021-2/+2
| | | | | | | | 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
* Tue Mar 31 15:41:57 PST 1998 Shawn T. AmundsonShawn Amundson1998-03-316-0/+394
* Makefile.am: * examples/*: added the rest of the tutorial examples