Enlightenment CVS committal Author : leviathan Project : e17 Module : libs/etk-perl
Dir : e17/libs/etk-perl Modified Files: Etk.xs Log Message: Follow recent API changes =================================================================== RCS file: /cvs/e/e17/libs/etk-perl/Etk.xs,v retrieving revision 1.85 retrieving revision 1.86 diff -u -3 -r1.85 -r1.86 --- Etk.xs 21 Mar 2007 19:53:30 -0000 1.85 +++ Etk.xs 23 Mar 2007 08:08:27 -0000 1.86 @@ -5142,6 +5142,15 @@ MODULE = Etk::Widget PACKAGE = Etk::Widget PREFIX = etk_widget_ +void +etk_widget_color_set(widget, r, g, b, a) + Etk_Widget * widget + int r + int g + int b + int a + ALIAS: + ColorSet=1 void etk_widget_disabled_set(widget, disabled) @@ -5823,6 +5832,19 @@ MODULE = Etk::Window PACKAGE = Etk::Window PREFIX = etk_window_ + +void +etk_window_has_alpha_set(window, has_alpha) + Etk_Window * window + Etk_Bool has_alpha + ALIAS: + HasAlphaSet=1 + +Etk_Bool +etk_window_has_alpha_get(window) + Etk_Window * window + ALIAS: + HasAlphaGet=1 void etk_window_raise(window) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs