diff options
author | Not Zed <NotZed@Ximian.com> | 2001-02-24 05:22:15 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-02-24 05:22:15 +0800 |
commit | 669c08181079cc48352959b829f578ea922351a6 (patch) | |
tree | eac999f2c2d250c0249bfcc816592198adb1448c /widgets/misc/ChangeLog | |
parent | 31fa26751eb85498bc7ef289c9613ce468f8ccec (diff) | |
download | gsoc2013-evolution-669c08181079cc48352959b829f578ea922351a6.tar.gz gsoc2013-evolution-669c08181079cc48352959b829f578ea922351a6.tar.zst gsoc2013-evolution-669c08181079cc48352959b829f578ea922351a6.zip |
Move the event box into the esb->dropdown_holder. Changed so it can be
2001-02-24 Not Zed <NotZed@Ximian.com>
* e-search-bar.c (add_dropdown): Move the event box into the
esb->dropdown_holder. Changed so it can be called again on the
same esb, to rebuild the menu.
(e_search_bar_set_menu): New function to (re)set the menu.
(add_option): Setup so it can be re-called to rebuild the option
list.
(e_search_bar_set_option): New function to build the menu's.
svn path=/trunk/; revision=8373
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 04a1273f32..207ac511e7 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,13 @@ +2001-02-24 Not Zed <NotZed@Ximian.com> + + * e-search-bar.c (add_dropdown): Move the event box into the + esb->dropdown_holder. Changed so it can be called again on the + same esb, to rebuild the menu. + (e_search_bar_set_menu): New function to (re)set the menu. + (add_option): Setup so it can be re-called to rebuild the option + list. + (e_search_bar_set_option): New function to build the menu's. + 2001-02-05 Jeffrey Stedfast <fejj@ximian.com> * .cvsignore: Ignore test-dropdown-button |