~brandontschaefer/unity/fix-915828

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/DashSearchBar.h

  • Committer: Brandon Schaefer
  • Date: 2012-01-13 06:55:34 UTC
  • Revision ID: brandontschaefer@gmail.com-20120113065534-rl8gser55nxuqnfy
Couldn't find a signal in nux to handle this anymore, so using a property bool instead

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
  nux::Property<std::string> search_hint;
59
59
  nux::Property<bool> showing_filters;
60
60
  nux::Property<bool> can_refine_search;
 
61
  nux::Property<bool> im_focus;
61
62
  nux::ROProperty<bool> im_active;
62
63
 
63
64
  sigc::signal<void> activated;