Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests


Modified Files:
        ewl_icon.c 


Log Message:
- allow the setting of alternate text on an icon. if the icon is missing this 
text will be shown

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_icon.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ewl_icon.c  6 Sep 2006 16:38:02 -0000       1.7
+++ ewl_icon.c  8 Oct 2006 01:46:59 -0000       1.8
@@ -94,6 +94,15 @@
        ewl_container_child_append(EWL_CONTAINER(box), o);
        ewl_widget_show(o);
 
+       o = ewl_hseparator_new();
+       ewl_container_child_append(EWL_CONTAINER(box), o);
+       ewl_widget_show(o);
+
+       o = ewl_icon_new();
+       ewl_icon_alt_text_set(EWL_ICON(o), "Icon Alt Text");
+       ewl_container_child_append(EWL_CONTAINER(box), o);
+       ewl_widget_show(o);
+
        return 1;
 }
 



-------------------------------------------------------------------------
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

Reply via email to