~om26er/ubuntu/oneiric/nux/sru-888039

« back to all changes in this revision

Viewing changes to Nux/Panel.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-07-21 18:41:46 UTC
  • mfrom: (1.1.23 upstream)
  • Revision ID: james.westby@ubuntu.com-20110721184146-po1lz9xhvsz1x7kt
Tags: 1.0.6-0ubuntu1
* New upstream release.
* debian/control:
  - dep on libglu1-mesa-dev
* debian/rules:
  - bump shlib

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    virtual void ScrollUp (float stepy, int mousedy);
65
65
    virtual void ScrollDown (float stepy, int mousedy);
66
66
 
 
67
    virtual bool AcceptKeyNavFocus();
 
68
 
67
69
  private:
68
70
    Layout *m_layout;
69
71
  };