Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : proto

Dir     : e17/proto/etk-perl


Modified Files:
        Etk.xs 


Log Message:
+ add notebook test
+ fix Stock.pm
+ remove useless exports from Etk.pm

===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/Etk.xs,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- Etk.xs      13 Jun 2006 10:37:54 -0000      1.16
+++ Etk.xs      18 Jun 2006 10:47:41 -0000      1.17
@@ -1960,11 +1960,11 @@
 
 int
 etk_notebook_current_page_get(notebook)
-       Etk_Notebook *  notebook
+       Etk_Widget *    notebook
 
 void
 etk_notebook_current_page_set(notebook, page_num)
-       Etk_Notebook *  notebook
+       Etk_Widget *    notebook
        int     page_num
 
 Etk_Widget *
@@ -1972,75 +1972,75 @@
 
 int
 etk_notebook_num_pages_get(notebook)
-       Etk_Notebook *  notebook
+       Etk_Widget *    notebook
 
 int
 etk_notebook_page_append(notebook, tab_label, page_child)
-       Etk_Notebook *  notebook
+       Etk_Widget *    notebook
        char *  tab_label
        Etk_Widget *    page_child
 
 Etk_Widget *
 etk_notebook_page_child_get(notebook, page_num)
-       Etk_Notebook *  notebook
+       Etk_Widget *    notebook
        int     page_num
 
 void
 etk_notebook_page_child_set(notebook, page_num, child)
-       Etk_Notebook *  notebook
+       Etk_Widget *    notebook
        int     page_num
        Etk_Widget *    child
 
 int
 etk_notebook_page_index_get(notebook, child)
-       Etk_Notebook *  notebook
+       Etk_Widget *    notebook
        Etk_Widget *    child
 
 int
 etk_notebook_page_insert(notebook, tab_label, page_child, position)
-       Etk_Notebook *  notebook
+       Etk_Widget *    notebook
        char *  tab_label
        Etk_Widget *    page_child
        int     position
 
 int
 etk_notebook_page_next(notebook)
-       Etk_Notebook *  notebook
+       Etk_Widget *    notebook
 
 int
 etk_notebook_page_prepend(notebook, tab_label, page_child)
-       Etk_Notebook *  notebook
+       Etk_Widget *    notebook
        char *  tab_label
        Etk_Widget *    page_child
 
 int
 etk_notebook_page_prev(notebook)
-       Etk_Notebook *  notebook
+       Etk_Widget *    notebook
 
 void
 etk_notebook_page_remove(notebook, page_num)
-       Etk_Notebook *  notebook
+       Etk_Widget *    notebook
        int     page_num
 
 char *
 etk_notebook_page_tab_label_get(notebook, page_num)
-       Etk_Notebook *  notebook
+       Etk_Widget *    notebook
        int     page_num
 
 void
 etk_notebook_page_tab_label_set(notebook, page_num, tab_label)
-       Etk_Notebook *  notebook
+       Etk_Widget *    notebook
        int     page_num
        char *  tab_label
 
 Etk_Widget *
 etk_notebook_page_tab_widget_get(notebook, page_num)
-       Etk_Notebook *  notebook
+       Etk_Widget *    notebook
        int     page_num
 
 void
 etk_notebook_page_tab_widget_set(notebook, page_num, tab_widget)
-       Etk_Notebook *  notebook
+       Etk_Widget *    notebook
        int     page_num
        Etk_Widget *    tab_widget
 




_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to