Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/bin


Modified Files:
        etk_combobox_test.c 


Log Message:
* [Combobox] API changes and a part of the code has been rewritten. 
Still need some work and some fixes
* [Dnd] I've removed the dnd code, this way, it will force me to 
reimplement it...
* [Editable] tweak the position of the selection rectangle
* [Object] Fix a bug in etk_object_notification_callback_remove()



===================================================================
RCS file: /cvs/e/e17/libs/etk/src/bin/etk_combobox_test.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- etk_combobox_test.c 13 Jan 2007 05:52:40 -0000      1.8
+++ etk_combobox_test.c 8 Mar 2007 18:16:01 -0000       1.9
@@ -53,8 +53,8 @@
    etk_box_append(ETK_BOX(vbox2), image, ETK_BOX_START, ETK_BOX_NONE, 0);
    
    combobox = etk_combobox_new();
-   etk_combobox_column_add(ETK_COMBOBOX(combobox), ETK_COMBOBOX_IMAGE, 24, 
ETK_FALSE, ETK_FALSE, ETK_FALSE, 0.0, 0.5);
-   etk_combobox_column_add(ETK_COMBOBOX(combobox), ETK_COMBOBOX_LABEL, 75, 
ETK_TRUE, ETK_FALSE, ETK_FALSE, 0.0, 0.5);
+   etk_combobox_column_add(ETK_COMBOBOX(combobox), ETK_COMBOBOX_IMAGE, 24, 
ETK_COMBOBOX_NONE, 0.0);
+   etk_combobox_column_add(ETK_COMBOBOX(combobox), ETK_COMBOBOX_LABEL, 75, 
ETK_COMBOBOX_FILL, 0.0);
    etk_combobox_build(ETK_COMBOBOX(combobox));
    etk_box_append(ETK_BOX(vbox2), combobox, ETK_BOX_START, ETK_BOX_NONE, 0);
    etk_signal_connect("active_item_changed", ETK_OBJECT(combobox), 
ETK_CALLBACK(_etk_test_combobox_active_item_changed_cb), image);



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