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

===================================================================
RCS file: /cvs/e/e17/libs/etk-perl/Etk.xs,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -3 -r1.67 -r1.68
--- Etk.xs      14 Jan 2007 18:35:28 -0000      1.67
+++ Etk.xs      14 Jan 2007 19:09:26 -0000      1.68
@@ -2317,11 +2317,6 @@
        Iterate=1
 
 void
-etk_main_iteration_queue()
-      ALIAS:
-       IterationQueue=1
-
-void
 etk_main_quit()
       ALIAS:
        Quit=1
@@ -3095,6 +3090,36 @@
       ALIAS:
        PopupAtXy=1
 
+void
+etk_popup_window_parent_set(popup_window, parent)
+       Etk_Popup_Window *      popup_window
+       Etk_Popup_Window *      parent
+       ALIAS:
+       ParentSet=1
+
+Etk_Popup_Window *
+etk_popup_window_parent_get(popup_window)
+       Etk_Popup_Window *      popup_window
+       ALIAS:
+       ParentGet=1
+
+void
+etk_popup_window_popup_in_direction(popup_window, direction)
+       Etk_Popup_Window *      popup_window
+       Etk_Popup_Direction     direction
+       ALIAS:
+       PopupInDirection=1
+
+void
+etk_popup_window_popup_at_xy_in_direction(popup_window, x, y, direction)
+       Etk_Popup_Window *      popup_window
+       int     x
+       int     y
+       Etk_Popup_Direction     direction
+       ALIAS:
+       PopupAtXYInDirection=1
+
+       
 MODULE = Etk::ProgressBar      PACKAGE = Etk::ProgressBar      PREFIX = 
etk_progress_bar_
        
 double
===================================================================
RCS file: /cvs/e/e17/libs/etk-perl/typemap,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- typemap     14 Jan 2007 18:35:28 -0000      1.26
+++ typemap     14 Jan 2007 19:09:26 -0000      1.27
@@ -61,6 +61,7 @@
 Etk_VPaned *                                   T_PTROBJ_ETK
 Etk_Pointer_Type                               T_OPAQUE_STRUCT
 Etk_Popup_Window *                             T_PTROBJ_ETK
+Etk_Popup_Direction                            T_IV
 Etk_Progress_Bar *                             T_PTROBJ_ETK
 Etk_Progress_Bar_Direction                     T_IV
 Etk_Property *                                 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