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

« back to all changes in this revision

Viewing changes to src/IndicatorObjectEntryProxyRemote.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:
47
47
  virtual bool         GetActive ();
48
48
 
49
49
  virtual void         ShowMenu (int x, int y, guint32 timestamp, guint32 button);
 
50
  virtual void         Scroll (int delta);
50
51
 
51
52
  void Refresh (const char *__id,
52
53
                const char *__label,
59
60
 
60
61
  // Signals
61
62
  sigc::signal<void, const char *, int, int, guint32, guint32> OnShowMenuRequest;
 
63
  sigc::signal<void, const char *, int> OnScroll;
62
64
 
63
65
public:
64
66
  bool     _dirty;