~unity-team/unity/trunk

« back to all changes in this revision

Viewing changes to launcher/MockLauncherIcon.h

  • Committer: CI Train Bot
  • Author(s): handsome_feng
  • Date: 2016-03-18 10:10:36 UTC
  • mfrom: (4067.4.19 MoveDashToBottom)
  • Revision ID: ci-train-bot@canonical.com-20160318101036-qbi9g01cmjjtm1i2
Dash: move it down when the launcher is positioned at the bottom. Fixes: #1552630
Approved by: Marco Trevisan (Treviño)

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
 
88
88
  void ShowTooltip() { is_tooltip_visible_ = true; }
89
89
  void HideTooltip() { is_tooltip_visible_ = false; }
 
90
  void PromptHideTooltip() { is_tooltip_visible_ = false; }
90
91
  bool IsTooltipVisible() { return is_tooltip_visible_; }
91
92
 
92
93
  void    SetShortcut(guint64 shortcut) {}