aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-01-28 17:58:37 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-01-28 17:58:37 +0800
commit50fea9ab7e0038db89b5d24e86dc03171312b2d1 (patch)
treedf48c884ba44d1c3e2e1d6eb360fc7ab8d2b1f43 /widgets/misc/ChangeLog
parent426c551eeed2096cb0de0b451adc1d84b055034f (diff)
downloadgsoc2013-evolution-50fea9ab7e0038db89b5d24e86dc03171312b2d1.tar
gsoc2013-evolution-50fea9ab7e0038db89b5d24e86dc03171312b2d1.tar.gz
gsoc2013-evolution-50fea9ab7e0038db89b5d24e86dc03171312b2d1.tar.bz2
gsoc2013-evolution-50fea9ab7e0038db89b5d24e86dc03171312b2d1.tar.lz
gsoc2013-evolution-50fea9ab7e0038db89b5d24e86dc03171312b2d1.tar.xz
gsoc2013-evolution-50fea9ab7e0038db89b5d24e86dc03171312b2d1.tar.zst
gsoc2013-evolution-50fea9ab7e0038db89b5d24e86dc03171312b2d1.zip
Changed the EDropdownButton so that it works more like a standard menu
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
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r--widgets/misc/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index 3a3cb1f9f0..ccd2c1828c 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,3 +1,16 @@
+2001-01-28 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-dropdown-button.c (menu_deactivate_cb): New function to change
+ the state of the toggle button when the pop-up menu disappears.
+ (impl_clicked): Removed.
+ (impl_button_press_event): New, implementation for
+ `::button_press_event'. Pop-up the menu, and toggle the button.
+ (class_init): Override `::button_press_event' with
+ `impl_button_press_event'; don't override `::clicked' anymore.
+
+ * e-dropdown-button.h, e-dropdown-button.c: Derive from
+ `GtkToggleButton', instead of plain `GtkButton'.
+
2001-01-27 Ettore Perazzoli <ettore@ximian.com>
* e-search-bar.c (add_dropdown): Make the dropdown button