istereo2

diff libs/goatkit/checkbox.h @ 15:7bd4264bf74a

gui done?
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 30 Sep 2015 04:41:21 +0300
parents 3bccfc7d10fe
children
line diff
     1.1 --- a/libs/goatkit/checkbox.h	Tue Sep 29 01:11:54 2015 +0300
     1.2 +++ b/libs/goatkit/checkbox.h	Wed Sep 30 04:41:21 2015 +0300
     1.3 @@ -39,6 +39,8 @@
     1.4  	virtual float get_checked() const;
     1.5  	virtual bool is_checked() const;
     1.6  	virtual void toggle();
     1.7 +	virtual void set_toggle_transition(long msec);
     1.8 +	virtual long get_toggle_transition() const;
     1.9  
    1.10  	virtual void on_click();
    1.11  };