~brandontschaefer/nux/remove-gconf-ibus-1.5

« back to all changes in this revision

Viewing changes to tests/test-scrollview.h

  • Committer: Andrea Azzarone
  • Date: 2012-10-11 11:31:34 UTC
  • mto: This revision was merged to the branch mainline in revision 693.
  • Revision ID: azzaronea@gmail.com-20121011113134-30prolcvwhs4zibp
Add unit-tests for Set*ScrollBar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
  nux::Color GetColor() const;
35
35
  void ResetEvents();
36
 
  nux::VScrollBar* GetVScrollbar() {return _vscrollbar.GetPointer();}
 
36
  nux::VScrollBar* GetVScrollbar() {return _vscrollbar;}
37
37
  
38
38
  bool registered_scroll_;
39
39