Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : proto

Dir     : e17/proto/etk-perl


Modified Files:
        Etk.xs typemap 


Log Message:
follow Etk_Button changes + tests

===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/Etk.xs,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -3 -r1.49 -r1.50
--- Etk.xs      6 Sep 2006 19:22:50 -0000       1.49
+++ Etk.xs      6 Sep 2006 19:37:33 -0000       1.50
@@ -684,6 +684,32 @@
       ALIAS:
        SetFromStock=1
 
+void
+etk_button_style_set(button, style)
+       Etk_Button *    button
+       Etk_Button_Style        style
+       ALIAS:
+       StyleSet=1
+
+Etk_Button_Style
+etk_button_style_get(button)
+       Etk_Button *    button
+       ALIAS:
+       StyleGet=1
+
+void
+etk_button_stock_size_set(button, size)
+       Etk_Button *    button
+       Etk_Stock_Size  size
+       ALIAS:
+       StockSizeSet=1
+
+Etk_Stock_Size
+etk_button_stock_size_get(button)
+       Etk_Button *    button
+       ALIAS:
+       StockSizeGet=1
+
 MODULE = Etk::Canvas           PACKAGE = Etk::Canvas   PREFIX = etk_canvas_
 
 Etk_Widget *
===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/typemap,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- typemap     4 Sep 2006 19:39:26 -0000       1.15
+++ typemap     6 Sep 2006 19:37:33 -0000       1.16
@@ -10,6 +10,7 @@
 Etk_HBox *                                     T_PTROBJ_ETK
 Etk_VBox *                                     T_PTROBJ_ETK
 Etk_Button *                                   T_PTROBJ_ETK
+Etk_Button_Style                               T_IV
 Etk_Check_Button *                             T_PTROBJ_ETK
 Etk_Canvas *                                   T_PTROBJ_ETK
 Etk_Color                                      T_COLOR



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to