aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-dropdown-button.c
Commit message (Collapse)AuthorAgeFilesLines
* Documented.Ettore Perazzoli2001-01-281-4/+14
| | | | svn path=/trunk/; revision=7870
* Changed the EDropdownButton so that it works more like a standard menuEttore Perazzoli2001-01-281-13/+44
| | | | | | | | 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-14/+3
| | | | | | sense. svn path=/trunk/; revision=7854
* New, simple dropdown button widget based on the thing that Damon didEttore Perazzoli2001-01-271-0/+218
in `e-meeting-time-sel.c'. svn path=/trunk/; revision=7851