Enlightenment CVS committal Author : leviathan Project : e17 Module : libs/etk-perl
Dir : e17/libs/etk-perl Modified Files: Etk.xs Log Message: DisabledSet/Get on widgets =================================================================== RCS file: /cvs/e/e17/libs/etk-perl/Etk.xs,v retrieving revision 1.83 retrieving revision 1.84 diff -u -3 -r1.83 -r1.84 --- Etk.xs 12 Mar 2007 14:11:24 -0000 1.83 +++ Etk.xs 19 Mar 2007 13:46:34 -0000 1.84 @@ -5107,6 +5107,20 @@ MODULE = Etk::Widget PACKAGE = Etk::Widget PREFIX = etk_widget_ + +void +etk_widget_disabled_set(widget, disabled) + Etk_Widget * widget + Etk_Bool disabled + ALIAS: + DisabledSet=1 + +Etk_Bool +etk_widget_disabled_get(widget) + Etk_Widget * widget + ALIAS: + DisabledGet=1 + Evas_Object * etk_widget_clip_get(widget) Etk_Widget * widget @@ -6072,6 +6086,19 @@ etk_editable_add(Evas * evas) ALIAS: Add=1 + +void +etk_editable_disabled_set(editable, disabled) + Evas_Object * editable + Etk_Bool disabled + ALIAS: + DisabledSet=1 + +Etk_Bool +etk_editable_disabled_get(editable) + Evas_Object * editable + ALIAS: + DisabledGet=1 void etk_editable_theme_set(editable, file, group) ------------------------------------------------------------------------- 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