~unity-team/nux/trunk

« back to all changes in this revision

Viewing changes to Nux/ScrollView.h

  • Committer: Gord Allott
  • Date: 2011-03-07 16:40:44 UTC
  • mfrom: (255.1.2 nux-enable-mousescroll)
  • Revision ID: gord.allott@canonical.com-20110307164044-pdb3sjh82fa62wm3
Enables mouse scrolling in scroll-view

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
    virtual void ResetScrollToUp();
85
85
    virtual void ResetScrollToDown();
86
86
 
 
87
    // amount to scroll by for each mouse wheel event
 
88
    int m_MouseWheelScrollSize;
87
89
 
88
90
    // Geometry of the layout that encompass the child layouts.
89
91
    //! X Position of the content
197
199
    //! Vertical scrollbar offsets.
198
200
    int _delta_y;
199
201
 
200
 
 
201
202
    void FormatContent ();
202
203
    virtual void PreLayoutManagement ();
203
204
    virtual long PostLayoutManagement (long LayoutResult);
219
220
  };
220
221
}
221
222
 
222
 
#endif // SCROLLVIEW_H
 
 
b'\\ No newline at end of file'
 
223
#endif // SCROLLVIEW_H