~brandontschaefer/unity/fix-915828

« back to all changes in this revision

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

  • Committer: Brandon Schaefer
  • Date: 2012-02-02 04:01:30 UTC
  • Revision ID: brandontschaefer@gmail.com-20120202040130-g1sidz8mjw1q2iz3
Changed to use a signal.

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;
62
61
  nux::ROProperty<bool> im_active;
63
62
 
64
63
  sigc::signal<void> activated;