Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir     : e17/proto/etk/doc/pages


Modified Files:
        object_hierarchy.h 


Log Message:
Changes:
--------
- [Etk_Progress_Bar] Implement etk_progress_bar_direction_set/get() and add a 
property called "direction"
- [Etk_Spin_Button] Remove it since it has never been functionnal and will be 
renamed to Etk_Spinner
- [Etk_Range] Implement etk_range_range_get() and etk_range_increments_get()
- [Etk_Separator] Add an abstract class Etk_Separator from which inherit the 
Etk_HSeparator and the Etk_Vseparator classes
- [Etk_Textblock] Start a rewrite of the textblock object

Documentation:
--------------
 - Etk_Popup_Window.c/h
 - Etk_Property.c/h
 - Etk_Radio_Button.c/h
 - Etk_Range.c/h
 - Etk_Scrollbar.c/h
 - Etk_Scrolled_View.c/h
 - Etk_Separator.c/h


===================================================================
RCS file: /cvs/e/e17/proto/etk/doc/pages/object_hierarchy.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- object_hierarchy.h  28 May 2006 14:16:32 -0000      1.1
+++ object_hierarchy.h  2 Jun 2006 18:46:34 -0000       1.2
@@ -45,8 +45,9 @@
  *     - Etk_Range
  *       - Etk_Scrollbar
  *       - Etk_Slider
- *     - Etk_HSeparator
- *     - Etk_VSeparator
+ *     - Etk_Separator
+ *       - Etk_HSeparator
+ *       - Etk_VSeparator
  *     - Etk_Statusbar
  *     - Etk_Text_View
  *     - Etk_Tree




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

Reply via email to