~3v1n0/unity/scale-window-cast-protection

« back to all changes in this revision

Viewing changes to launcher/MockLauncherIcon.h

  • Committer: handsome_feng
  • Date: 2016-03-17 04:22:27 UTC
  • mto: This revision was merged to the branch mainline in revision 4090.
  • Revision ID: 445865575@qq.com-20160317042227-ixllw6aftqusmmd9
fix the problem in tooltip

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) {}