~canonical-dx-team/unity/unity.fix-ql-losing-focus

« back to all changes in this revision

Viewing changes to src/IndicatorObjectEntryProxy.h

  • Committer: Jason Smith
  • Date: 2011-01-11 15:48:03 UTC
  • mfrom: (729.3.2 scrollwheel-support)
  • Revision ID: jason.smith@canonical.com-20110111154803-kgsad6i33goz7oad
merge mouse wheel support for indicator branch by Connar Carney (big thanks)

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
  virtual void         SetActive (bool active) = 0;
36
36
  virtual bool         GetActive () = 0;
37
37
  virtual void         ShowMenu (int x, int y, guint32 timestamp, guint32 button) = 0;
 
38
  virtual void         Scroll (int delta) = 0; 
38
39
 
39
40
  // Signals
40
41
  sigc::signal<void> updated;