branchitem.h
changeset 820 735c7ea1d2a9
parent 795 6b0a5f4923d3
child 822 c2ce9944148c
     1.1 --- a/branchitem.h	Thu Sep 17 09:41:09 2009 +0000
     1.2 +++ b/branchitem.h	Tue Jan 05 11:23:12 2010 +0000
     1.3 @@ -33,8 +33,8 @@
     1.4  	virtual bool toggleScroll();			// scroll or unscroll
     1.5  	virtual bool isScrolled();				// returns scroll state
     1.6  	virtual bool hasScrolledParent(BranchItem*);	// true, if any of the parents is scrolled
     1.7 -	virtual void tmpUnscroll();				// unscroll scrolled parents temporary e.g. during "find" process
     1.8 -	virtual void resetTmpUnscroll();		// scroll all tmp scrolled parents again e.g. when unselecting
     1.9 +	virtual bool tmpUnscroll();				// unscroll scrolled parents temporary e.g. during "find" process
    1.10 +	virtual bool resetTmpUnscroll();		// scroll all tmp scrolled parents again e.g. when unselecting
    1.11  	virtual void sortChildren();		//! Sort children 
    1.12  
    1.13  protected: