aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-dropdown-button.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace #include <gtk/gtk.h> Remove #include <gnome.h> Replace #includeKjartan Maraas2001-03-301-2/+0
| | | | | | | | | | | | | | | | | | | | 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
* Changed the EDropdownButton so that it works more like a standard menuEttore Perazzoli2001-01-281-3/+3
| | | | | | | | bar (i.e. the menu is popped up on button_press instead of button_release). Now it is also based on GtkToggleButton, so it stays pushed down when the menu is on the screen. svn path=/trunk/; revision=7869
* Fix the API to EDropdownButton by removing args that don't make muchEttore Perazzoli2001-01-271-6/+2
| | | | | | sense. svn path=/trunk/; revision=7854
* New, simple dropdown button widget based on the thing that Damon didEttore Perazzoli2001-01-271-0/+78
in `e-meeting-time-sel.c'. svn path=/trunk/; revision=7851