Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : libs/etk-perl

Dir     : e17/libs/etk-perl


Modified Files:
        Etk.xs 


Log Message:
-Add missing Combobox functions

===================================================================
RCS file: /cvs/e/e17/libs/etk-perl/Etk.xs,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -3 -r1.73 -r1.74
--- Etk.xs      14 Jan 2007 20:22:24 -0000      1.73
+++ Etk.xs      14 Jan 2007 20:31:29 -0000      1.74
@@ -916,6 +916,12 @@
        ItemHeightSet=1
 
 int
+etk_combobox_active_item_nth_get(combobox)
+       Etk_Combobox *  combobox
+       ALIAS:
+       ActiveItemNthGet=1
+       
+int
 etk_combobox_item_height_get(combobox)
        Etk_Combobox *  combobox
       ALIAS:
@@ -1273,14 +1279,6 @@
        DataSet=1
       CODE:
         etk_combobox_item_data_set(ETK_COMBOBOX_ITEM(item), newSVsv(data));
-
-void
-etk_combobox_item_data_set_full(item, data, free_cb)
-       Etk_Combobox_Item *     item
-       void *  data
-       void ( * ) ( void * data ) free_cb
-      ALIAS:
-       DataSetFull=1
 
 void
 etk_combobox_item_remove(combobox, item)



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