istereo2

diff libs/goatkit/boolanm.h @ 14:018f997dc646

button done
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 29 Sep 2015 01:11:54 +0300
parents 3bccfc7d10fe
children
line diff
     1.1 --- a/libs/goatkit/boolanm.h	Mon Sep 28 19:04:50 2015 +0300
     1.2 +++ b/libs/goatkit/boolanm.h	Tue Sep 29 01:11:54 2015 +0300
     1.3 @@ -33,6 +33,8 @@
     1.4  	BoolAnim(bool st = false);
     1.5  
     1.6  	void set_transition_duration(long dur);
     1.7 +	long get_transition_duration() const;
     1.8 +
     1.9  	void set_time_callback(long (*time_func)());
    1.10  
    1.11  	void set(bool st);