branchitem.h
changeset 767 6d2b32f305f9
parent 760 59614eaf5fbb
child 773 340bc29da9a0
     1.1 --- a/branchitem.h	Thu May 07 08:48:53 2009 +0000
     1.2 +++ b/branchitem.h	Wed May 13 08:26:27 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