Enlightenment CVS committal

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

Dir     : e17/libs/etk-perl


Modified Files:
        Etk.xs 


Log Message:
-Add missing Spinner functions

===================================================================
RCS file: /cvs/e/e17/libs/etk-perl/Etk.xs,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -3 -r1.68 -r1.69
--- Etk.xs      14 Jan 2007 19:09:26 -0000      1.68
+++ Etk.xs      14 Jan 2007 19:29:47 -0000      1.69
@@ -5859,6 +5859,33 @@
        ALIAS:
        DigitsGet=1
 
+void
+etk_spinner_snap_to_ticks_set(spinner, snap)
+       Etk_Spinner * spinner
+       Etk_Bool        snap
+       ALIAS:
+       SnapToTicksSet=1
+
+Etk_Bool
+etk_spinner_snap_to_ticks_get(spinner)
+       Etk_Spinner * spinner
+       ALIAS:
+       SnapToTicksGet=1
+       
+void
+etk_spinner_wrap_set(spinner, wrap)
+       Etk_Spinner * spinner
+       Etk_Bool        wrap
+       ALIAS:
+       WrapSet=1
+
+Etk_Bool
+etk_spinner_wrap_get(spinner)
+       Etk_Spinner * spinner
+       ALIAS:
+       WrapGet=1
+
+
 MODULE = Etk::Editable PACKAGE = Etk::Editable PREFIX = etk_editable_
 
 Evas_Object *



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