Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/bin


Modified Files:
        etk_colorpicker_test.c 


Log Message:
* [Colorpicker] Apply Dave's patch to add a alpha slider to the 
colorpicker: you can use etk_colorpicker_use_alpha_set/get() to set 
whether or not it should be visible.
* [Range] etk_range_value_set() now returns ETK_TRUE if the value has 
actually been changed, ETK_FALSE otherwise


===================================================================
RCS file: /cvs/e/e17/libs/etk/src/bin/etk_colorpicker_test.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- etk_colorpicker_test.c      24 Jun 2006 17:54:06 -0000      1.6
+++ etk_colorpicker_test.c      28 Jan 2007 17:46:04 -0000      1.7
@@ -16,6 +16,7 @@
    etk_signal_connect("delete_event", ETK_OBJECT(win), 
ETK_CALLBACK(etk_window_hide_on_delete), NULL); 
    
    cp = etk_colorpicker_new();
+   etk_colorpicker_use_alpha_set(ETK_COLORPICKER(cp), ETK_TRUE);
    etk_container_add(ETK_CONTAINER(win), cp);
    
    etk_widget_show_all(win);



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