1.1 --- a/branchitem.h Wed Apr 29 18:46:31 2009 +0000
1.2 +++ b/branchitem.h Fri May 15 15:22:15 2009 +0000
1.3 @@ -34,7 +34,7 @@
1.4 bool tmpUnscrolled; // can only be true (temporary) for a scrolled subtree
1.5 public:
1.6 virtual void unScroll();
1.7 - virtual void toggleScroll(); // scroll or unscroll
1.8 + virtual bool toggleScroll(); // scroll or unscroll
1.9 virtual bool isScrolled(); // returns scroll state
1.10 virtual bool hasScrolledParent(BranchItem*); // true, if any of the parents is scrolled
1.11 virtual void tmpUnscroll(); // unscroll scrolled parents temporary e.g. during "find" process