istereo2

diff libs/goatkit/screen.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/screen.h	Tue Sep 29 01:11:54 2015 +0300
     1.2 +++ b/libs/goatkit/screen.h	Wed Sep 30 04:41:21 2015 +0300
     1.3 @@ -49,6 +49,9 @@
     1.4  	void show();
     1.5  	void hide();
     1.6  	bool is_visible() const;
     1.7 +	float get_visibility() const;
     1.8 +	void set_visibility_transition(long msec);
     1.9 +	long get_visibility_transition() const;
    1.10  
    1.11  	bool grab_mouse(Widget *w);
    1.12