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

« back to all changes in this revision

Viewing changes to launcher/AbstractLauncherIcon.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:
135
135
 
136
136
  static nux::Property<unsigned> icon_size;
137
137
  static nux::Property<bool> scroll_inactive_icons;
 
138
  static nux::Property<bool> minimize_window_on_click;
138
139
  nux::Property<std::string> tooltip_text;
139
140
  nux::Property<bool> tooltip_enabled;
140
141
  nux::Property<Position> position;