~unity-team/unity/trunk

« back to all changes in this revision

Viewing changes to dash/DashController.h

  • Committer: Tarmac
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2013-10-03 19:16:36 UTC
  • mfrom: (3550.1.8 trunk)
  • Revision ID: tarmac-20131003191636-vf0qiku42fv0axw5
SimpleLauncherIcon: we need to restore the focus when closing the Overlay for activation. Fixes: https://bugs.launchpad.net/bugs/909870.

Approved by Brandon Schaefer, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
  sigc::signal<void> on_realize;
61
61
 
62
 
  void HideDash(bool restore_focus = true);
63
 
  void QuicklyHideDash(bool restore_focus = true);
 
62
  void HideDash();
 
63
  void QuicklyHideDash();
64
64
  void ShowDash();
65
65
 
66
66
  void ReFocusKeyInput();