diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-05 13:50:37 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-05 13:50:37 +0800 |
commit | 067467c916abfb32a94f0d38823329219807f017 (patch) | |
tree | 5556297972b10432491718f8177242c25ebbbeb1 /widgets/misc/ChangeLog | |
parent | bd2f1603e5eb577e9b57ecf02701e5bfbfebb9b0 (diff) | |
download | gsoc2013-evolution-067467c916abfb32a94f0d38823329219807f017.tar.gz gsoc2013-evolution-067467c916abfb32a94f0d38823329219807f017.tar.zst gsoc2013-evolution-067467c916abfb32a94f0d38823329219807f017.zip |
[Added an "Activate" button to the search bar.]
* e-search-bar.c (submit_button_clicked_cb): Callback for the
"clicked" signal on the activate button.
(add_submit): New function to add a "Activate" button on the right
of the entry.
(e_search_bar_construct): Call it.
(add_spacer): Removed.
(e_search_bar_construct): Don't call it.
(find_id): Remove debugging message.
(put_in_spacer_widget): New utility function to create a
GtkEventBox with a border width of one and put a widget into it.
svn path=/trunk/; revision=11690
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 1dd673ad6d..e3017edf31 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,18 @@ +2001-08-05 Ettore Perazzoli <ettore@ximian.com> + + [Added an "Activate" button to the search bar.] + + * e-search-bar.c (submit_button_clicked_cb): Callback for the + "clicked" signal on the activate button. + (add_submit): New function to add a "Activate" button on the right + of the entry. + (e_search_bar_construct): Call it. + (add_spacer): Removed. + (e_search_bar_construct): Don't call it. + (find_id): Remove debugging message. + (put_in_spacer_widget): New utility function to create a + GtkEventBox with a border width of one and put a widget into it. + 2001-08-04 Ettore Perazzoli <ettore@ximian.com> * e-title-bar.c: Make the close icon as large as the pin icon so |