Enlightenment CVS committal

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

Dir     : e17/libs/etk-perl


Modified Files:
        Etk.xs typemap 


Log Message:
-Add missing Window functions

===================================================================
RCS file: /cvs/e/e17/libs/etk-perl/Etk.xs,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -3 -r1.71 -r1.72
--- Etk.xs      14 Jan 2007 19:53:23 -0000      1.71
+++ Etk.xs      14 Jan 2007 20:03:16 -0000      1.72
@@ -5716,19 +5716,6 @@
        IconifiedGet=1
 
 Etk_Bool
-etk_window_dnd_aware_get(window)
-       Etk_Window *    window
-      ALIAS:
-       DndAwareGet=1
-
-void
-etk_window_dnd_aware_set(window, on)
-       Etk_Window *    window
-       Etk_Bool        on
-      ALIAS:
-       DndAwareSet=1
-
-Etk_Bool
 etk_window_focused_get(window)
        Etk_Window *    window
       ALIAS:
@@ -5893,6 +5880,26 @@
        char *  window_class
       ALIAS:
        WmclassSet=1
+
+void
+etk_window_delete_request(window)
+       Etk_Window *    window
+       ALIAS:
+       DeleteRequest=1
+
+void
+etk_window_stacking_set(window, stacking)
+       Etk_Window *    window
+       Etk_Window_Stacking stacking
+       ALIAS:
+       StackingSet=1
+
+Etk_Window_Stacking
+etk_window_stacking_get(window)
+       Etk_Window *    window
+       ALIAS:
+       StackingGet=1
+
 
 MODULE = Etk::Spinner  PACKAGE = Etk::Spinner  PREFIX = etk_spinner_
 
===================================================================
RCS file: /cvs/e/e17/libs/etk-perl/typemap,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- typemap     14 Jan 2007 19:09:26 -0000      1.27
+++ typemap     14 Jan 2007 20:03:16 -0000      1.28
@@ -115,6 +115,7 @@
 Etk_Type **                                    T_PTROBJ
 Etk_Widget *                                   T_PTR_WIDGET
 Etk_Window *                                   T_PTROBJ_ETK
+Etk_Window_Stacking                            T_IV
 Evas *                                         T_PTROBJ
 Evas_List *                                    T_PTROBJ_EVAS_LIST
 Evas_List **                                   T_PTROBJ



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