summaryrefslogtreecommitdiff
path: root/tests/testmenus.c
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Still uses option menus, so turn off GTK_DISABLE_DEPRECATED.Kristian Rietveld2003-10-131-0/+1
| | | | | | | Mon Oct 13 19:41:55 2003 Kristian Rietveld <kris@gtk.org> * tests/testmenus.c: Still uses option menus, so turn off GTK_DISABLE_DEPRECATED.
* add testmenus.c, a program to test menus when items are dynamically addedSoeren Sandmann2002-11-081-0/+232
Fri Nov 8 21:15:25 2002 Soeren Sandmann <sandmann@daimi.au.dk> * tests/Makefile.am: add testmenus.c, a program to test menus when items are dynamically added and removed.