Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/etk/src/lib


Modified Files:
        etk_notebook.h 


Log Message:
reorder functions
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/etk/src/lib/etk_notebook.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- etk_notebook.h      7 Mar 2006 23:42:23 -0000       1.8
+++ etk_notebook.h      8 Mar 2006 11:21:46 -0000       1.9
@@ -50,10 +50,12 @@
 int etk_notebook_prev_page(Etk_Notebook *notebook);
 int etk_notebook_next_page(Etk_Notebook *notebook);
 
-const char *etk_notebook_page_tab_label_get(Etk_Notebook *notebook, int 
page_num);
 void etk_notebook_page_tab_label_set(Etk_Notebook *notebook, int page_num, 
const char *tab_label);
+const char *etk_notebook_page_tab_label_get(Etk_Notebook *notebook, int 
page_num);
+
 void etk_notebook_page_tab_widget_set(Etk_Notebook *notebook, int page_num, 
Etk_Widget *tab_widget);
 Etk_Widget *etk_notebook_page_tab_widget_get(Etk_Notebook *notebook, int 
page_num);
+
 void etk_notebook_page_child_set(Etk_Notebook *notebook, int page_num, 
Etk_Widget *child);
 
 void etk_notebook_current_page_set(Etk_Notebook *notebook, int page_num);




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to