diff options
| author | Matthew Barnes <mbarnes@redhat.com> | 2013-10-26 23:53:16 +0800 |
|---|---|---|
| committer | Matthew Barnes <mbarnes@redhat.com> | 2013-10-27 00:04:39 +0800 |
| commit | 40b868004c9267a77daefc6f3eee4979ebe3a376 (patch) | |
| tree | 281da6ab517752aaebbdc0305ca5ed0c711dff94 /doc/reference | |
| parent | 22fb5d5f21d9ad8cb0f04cdfafdbe2d079c6d2f8 (diff) | |
| download | gsoc2013-evolution-40b868004c9267a77daefc6f3eee4979ebe3a376.tar gsoc2013-evolution-40b868004c9267a77daefc6f3eee4979ebe3a376.tar.gz gsoc2013-evolution-40b868004c9267a77daefc6f3eee4979ebe3a376.tar.bz2 gsoc2013-evolution-40b868004c9267a77daefc6f3eee4979ebe3a376.tar.lz gsoc2013-evolution-40b868004c9267a77daefc6f3eee4979ebe3a376.tar.xz gsoc2013-evolution-40b868004c9267a77daefc6f3eee4979ebe3a376.tar.zst gsoc2013-evolution-40b868004c9267a77daefc6f3eee4979ebe3a376.zip | |
Bug 709428 - Searchbar widgets should not wrap
Instead of wrapping the searchbar for small screens (which looks ugly
and breaks the initial window size on large screens), hide the filter
combo box in views that would otherwise be too wide for the screen.
There's no loss of functionality when hiding the filter combo box.
It's just a set of convenient pre-defined searches, all of which can
be reproduced through the Advanced Search interface.
New functions:
e_shell_searchbar_get_filter_visible()
e_shell_searchbar_set_filter_visible()
Diffstat (limited to 'doc/reference')
| -rw-r--r-- | doc/reference/evolution-shell/evolution-shell-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/reference/evolution-shell/evolution-shell-sections.txt b/doc/reference/evolution-shell/evolution-shell-sections.txt index 80d7752f14..0fbe973792 100644 --- a/doc/reference/evolution-shell/evolution-shell-sections.txt +++ b/doc/reference/evolution-shell/evolution-shell-sections.txt @@ -105,6 +105,8 @@ EShellSearchbar e_shell_searchbar_new e_shell_searchbar_get_shell_view e_shell_searchbar_get_filter_combo_box +e_shell_searchbar_get_filter_visible +e_shell_searchbar_set_filter_visible e_shell_searchbar_get_search_hint e_shell_searchbar_set_search_hint e_shell_searchbar_get_search_option |
