aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/test-dropdown-button.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace #include <gtk/gtk.h> Remove #include <gnome.h> Replace #includeKjartan Maraas2001-03-301-2/+9
| | | | | | | | | | | | | | | | | | | | 2001-03-29 Kjartan Maraas <kmaraas@gnome.org> * e-dropdown-button.c: Replace #include <gtk/gtk.h> * e-dropdown-button.h: Remove #include <gnome.h> * e-filter-bar.c: Replace #include <gtk/gtk.h> * e-filter-bar.h: Replace #include <gtk/gtk.h> * e-messagebox.c: Add #includes to count for removed <gnome.h> in e-messagebox.h: * e-messagebox.h: Replace #include <gnome.h> * e-search-bar.c: Replace #include <gnome.h> * e-search-bar.h: Same here * test-calendar.c: Remove #include <gnome.h> * test-dateedit.c: Replace #include <gnome.h> * test-dropdown-button.c: Same here. * test-title-bar.c: Same here. svn path=/trunk/; revision=9018
* Fix the API to EDropdownButton by removing args that don't make muchEttore Perazzoli2001-01-271-1/+1
| | | | | | sense. svn path=/trunk/; revision=7854
* New, simple dropdown button widget based on the thing that Damon didEttore Perazzoli2001-01-271-0/+94
in `e-meeting-time-sel.c'. svn path=/trunk/; revision=7851