Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/bin


Modified Files:
        etk_entry_test.c 


Log Message:
* [FB engine] The windows can now be resized by dragging their 
bottom-right corner
* [Entry] etk_entry_add_clear_button() --> etk_entry_clear_button_add()


===================================================================
RCS file: /cvs/e/e17/libs/etk/src/bin/etk_entry_test.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- etk_entry_test.c    13 Jan 2007 18:39:22 -0000      1.12
+++ etk_entry_test.c    13 Jan 2007 23:00:38 -0000      1.13
@@ -45,8 +45,7 @@
    image = etk_image_new_from_stock(ETK_STOCK_DOCUMENT_PRINT, ETK_STOCK_SMALL);
    etk_entry_image_set(ETK_ENTRY(_entry_normal), ETK_ENTRY_IMAGE_PRIMARY, 
ETK_IMAGE(image));
    etk_signal_connect("mouse_click", ETK_OBJECT(image), 
ETK_CALLBACK(_etk_test_entry_normal_print_cb), NULL);
-   etk_entry_add_clear_button(ETK_ENTRY(_entry_normal));
-
+   etk_entry_clear_button_add(ETK_ENTRY(_entry_normal));
 
    _label_normal = etk_label_new(NULL);
    etk_table_attach(ETK_TABLE(table), _label_normal, 0, 1, 1, 0, 0, 0, 
ETK_TABLE_HEXPAND | ETK_TABLE_HFILL);



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