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/e-search-bar.h | |
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/e-search-bar.h')
-rw-r--r-- | widgets/misc/e-search-bar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/misc/e-search-bar.h b/widgets/misc/e-search-bar.h index 9cdb83d029..3ca381f92e 100644 --- a/widgets/misc/e-search-bar.h +++ b/widgets/misc/e-search-bar.h @@ -65,6 +65,7 @@ struct _ESearchBar GtkWidget *dropdown_holder; /* holds the dropdown */ GtkWidget *option_menu; GtkWidget *dropdown_menu; + GtkWidget *activate_button; int option_choice; }; |