~ubuntu-branches/ubuntu/precise/unity/precise

« back to all changes in this revision

Viewing changes to UnityCore/IndicatorEntry.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-08-01 19:53:15 UTC
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: james.westby@ubuntu.com-20110801195315-md096dlrswm01ufo
Tags: upstream-4.6.0
ImportĀ upstreamĀ versionĀ 4.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
  on_show_menu.emit(id_, x, y, timestamp, button);
158
158
}
159
159
 
 
160
void Entry::SecondaryActivate(unsigned int timestamp)
 
161
{
 
162
  on_secondary_activate.emit(id_, timestamp);
 
163
}
 
164
 
160
165
void Entry::Scroll(int delta)
161
166
{
162
167
  on_scroll.emit(id_, delta);