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

« back to all changes in this revision

Viewing changes to launcher/Launcher.h

  • Committer: Chris Townsend
  • Date: 2014-03-17 20:58:25 UTC
  • mto: This revision was merged to the branch mainline in revision 3728.
  • Revision ID: christopher.townsend@canonical.com-20140317205825-ajh0vrhailmp3is8
Add in a CCSM option to enable the click-launcher-icon-to-minimize-window behavior.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
  AbstractLauncherIcon::Ptr GetSelectedMenuIcon() const;
81
81
 
82
82
  void SetScrollInactiveIcons(bool scroll);
 
83
  void SetLauncherMinimizeWindow(bool click_to_minimize);
83
84
 
84
85
  void SetIconSize(int tile_size, int icon_size);
85
86
  int GetIconSize() const;