Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_border.h ewl_box.h ewl_button.h ewl_calendar.h ewl_cell.h 
        ewl_check.h ewl_checkbutton.h ewl_colordialog.h 
        ewl_colorpicker.h ewl_combo.h ewl_container.h ewl_cursor.h 
        ewl_datepicker.h ewl_dialog.h ewl_embed.h ewl_entry.h 
        ewl_filedialog.h ewl_filelist.h ewl_filelist_column.h 
        ewl_filelist_icon.h ewl_filelist_list.h ewl_filepicker.h 
        ewl_floater.h ewl_freebox.h ewl_grid.h ewl_highlight.h 
        ewl_histogram.h ewl_icon.h ewl_iconbox.h ewl_image.h 
        ewl_label.h ewl_list.h ewl_media.h ewl_menu.h ewl_menu_base.h 
        ewl_menu_item.h ewl_menubar.h ewl_mvc.h ewl_notebook.h 
        ewl_overlay.h ewl_paned.h ewl_password.h ewl_popup.h 
        ewl_progressbar.h ewl_radiobutton.h ewl_range.h ewl_row.h 
        ewl_scrollbar.h ewl_scrollpane.h ewl_seeker.h ewl_separator.h 
        ewl_shadow.h ewl_spacer.h ewl_spectrum.h ewl_spinner.h 
        ewl_statusbar.h ewl_stock.h ewl_table.h ewl_text.h ewl_tree.h 
        ewl_tree2.h ewl_tree2_view.h ewl_tree2_view_plain.h 
        ewl_tree2_view_scrolled.h ewl_widget.h ewl_window.h 


Log Message:
- If you have graphviz installed and pass -graph to gendoc then inheritance
  diagrams will be generated for each widget. They can be viewed by going
  to the widget pages in the html docs.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_border.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ewl_border.h        16 Nov 2006 22:09:00 -0000      1.10
+++ ewl_border.h        4 Dec 2006 07:16:38 -0000       1.11
@@ -6,6 +6,9 @@
  * @brief Defines the Ewl_Border class used for adding a border decoration
  * around a group of widgets.
  *
+ * @remarks Inherits from Ewl_Box.
+ * @image html Ewl_Border_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_box.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- ewl_box.h   30 Sep 2006 18:41:01 -0000      1.14
+++ ewl_box.h   4 Dec 2006 07:16:38 -0000       1.15
@@ -6,6 +6,9 @@
  * @brief Defines the Ewl_Box class used for laying out Ewl_Widget's in a
  * horizontal or vertical line.
  *
+ * @remarks Inherits from Ewl_Container.
+ * @image html Ewl_Box_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_button.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- ewl_button.h        3 Dec 2006 06:21:33 -0000       1.21
+++ ewl_button.h        4 Dec 2006 07:16:38 -0000       1.22
@@ -6,6 +6,9 @@
  * @brief The button class is a basic button with a label. This class inherits
  * from the Ewl_Box to allow for placing any other widget inside the button.
  *
+ * @remarks Inherits from Ewl_Stock.
+ * @image html Ewl_Button_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_calendar.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ewl_calendar.h      15 Mar 2006 04:03:48 -0000      1.11
+++ ewl_calendar.h      4 Dec 2006 07:16:38 -0000       1.12
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Calendar Ewl_Calendar: The EWL Calendar Widget
  * @brief Defines the Ewl_Calendar class  
  *
+ * @remarks Inherits from Ewl_Box.
+ * @image html Ewl_Calendar_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_cell.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ewl_cell.h  30 Sep 2006 18:41:01 -0000      1.10
+++ ewl_cell.h  4 Dec 2006 07:16:38 -0000       1.11
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Cell Ewl_Cell: The Cell Container, Layout for a Single 
Widget
  * Defines a container to layout a single child with all of it's available 
space.
  *
+ * @remarks Inherits from Ewl_Container.
+ * @image html Ewl_Cell_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_check.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- ewl_check.h 16 Nov 2006 22:09:00 -0000      1.13
+++ ewl_check.h 4 Dec 2006 07:16:38 -0000       1.14
@@ -6,6 +6,9 @@
  * Defines a widget with single purpose of providing a button with a checked
  * state, without any extra decorating.
  *
+ * @remarks Inherits from Ewl_Widget.
+ * @image html Ewl_Check_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_checkbutton.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- ewl_checkbutton.h   30 Sep 2006 18:41:01 -0000      1.12
+++ ewl_checkbutton.h   4 Dec 2006 07:16:38 -0000       1.13
@@ -6,6 +6,9 @@
  * @brief Defines an Ewl_Checkbutton that inherits from Ewl_Widget and
  * provides an Ewl_Check that changes value on each click.
  *
+ * @remarks Inherits from Ewl_Button.
+ * @image html Ewl_Checkbutton_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_colordialog.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- ewl_colordialog.h   15 Mar 2006 04:03:48 -0000      1.13
+++ ewl_colordialog.h   4 Dec 2006 07:16:38 -0000       1.14
@@ -4,6 +4,9 @@
 /**
  * @addtogroup Ewl_Colordialog Ewl_Colordialog: A Simple Colour Dialog widget
  *
+ * @remarks Inherits from Ewl_Dialog.
+ * @image html Ewl_Colordialog_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_colorpicker.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- ewl_colorpicker.h   11 Sep 2006 20:51:41 -0000      1.20
+++ ewl_colorpicker.h   4 Dec 2006 07:16:39 -0000       1.21
@@ -4,6 +4,9 @@
 /**
  * @addtogroup Ewl_Colorpicker Ewl_Colorpicker: The colour picking widget
  *
+ * @remarks Inherits from Ewl_Box.
+ * @image html Ewl_Colorpicker_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_combo.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- ewl_combo.h 4 Nov 2006 16:58:05 -0000       1.18
+++ ewl_combo.h 4 Dec 2006 07:16:39 -0000       1.19
@@ -6,6 +6,9 @@
  * Defines a combo box used internally. The contents on the box are not drawn
  * outside of the Evas.
  *
+ * @remarks Inherits from Ewl_MVC.
+ * @image html Ewl_Combo_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_container.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- ewl_container.h     3 Oct 2006 03:58:16 -0000       1.25
+++ ewl_container.h     4 Dec 2006 07:16:39 -0000       1.26
@@ -6,6 +6,9 @@
  * @brief Define the Ewl_Container class which inherits from Ewl_Widget and 
adds
  * the ability to nest Ewl_Widget's inside.
  *
+ * @remarks Inherits from Ewl_Widget.
+ * @image html Ewl_Container_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_cursor.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_cursor.h        5 Nov 2006 22:08:22 -0000       1.2
+++ ewl_cursor.h        4 Dec 2006 07:16:39 -0000       1.3
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Cursor Ewl_Cursor: Container to create custom mouse cursors
  * @brief Defines the Ewl_Cursor class used for generating ARGB cursor data.
  *
+ * @remarks Inherits from Ewl_Window.
+ * @image html Ewl_Cursor_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_datepicker.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ewl_datepicker.h    16 Nov 2006 19:13:46 -0000      1.10
+++ ewl_datepicker.h    4 Dec 2006 07:16:39 -0000       1.11
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Datepicker Ewl_Datepicker: The EWL Datepicker widget
  * @brief Defines the Ewl_Datepicker class,  
  *
+ * @remarks Inherits from Ewl_Text.
+ * @image html Ewl_Datepicker_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_dialog.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- ewl_dialog.h        15 Mar 2006 04:03:48 -0000      1.12
+++ ewl_dialog.h        4 Dec 2006 07:16:39 -0000       1.13
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Dialog Ewl_Dialog: A dialog window
  * @brief Defines the Ewl_Dialog class which extends the Ewl_Window class.
  *
+ * @remarks Inherits from Ewl_Window.
+ * @image html Ewl_Dialog_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_embed.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- ewl_embed.h 4 Nov 2006 16:58:05 -0000       1.33
+++ ewl_embed.h 4 Dec 2006 07:16:39 -0000       1.34
@@ -6,6 +6,9 @@
  * Defines the Ewl_Embed class to provide EWL with the ability to work with an
  * evas.
  *
+ * @remarks Inherits from Ewl_Overlay.
+ * @image html Ewl_Embed_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_entry.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- ewl_entry.h 7 Sep 2006 18:58:16 -0000       1.22
+++ ewl_entry.h 4 Dec 2006 07:16:39 -0000       1.23
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Entry Ewl_Entry: A text entry widget
  * This widget provides all text entry needs, from single to multiline
  *
+ * @remarks Inherits from Ewl_Text.
+ * @image html Ewl_Entry_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filedialog.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ewl_filedialog.h    23 May 2006 20:17:01 -0000      1.15
+++ ewl_filedialog.h    4 Dec 2006 07:16:39 -0000       1.16
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Filedialog Ewl_Filedialog: A Dialog For Picking Files
  * A simple dialog to show a file selector widget
  *
+ * @remarks Inherits from Ewl_Dialog.
+ * @image html Ewl_Filedialog_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ewl_filelist.h      14 Sep 2006 05:35:38 -0000      1.11
+++ ewl_filelist.h      4 Dec 2006 07:16:39 -0000       1.12
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Filelist Ewl_Filelist: The base widget for the filelists
  * A base class to be extended to provide different views on the file list
  *
+ * @remarks Inherits from Ewl_Box.
+ * @image html Ewl_Filelist_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist_column.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ewl_filelist_column.h       10 Jul 2006 09:04:17 -0000      1.6
+++ ewl_filelist_column.h       4 Dec 2006 07:16:39 -0000       1.7
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Filelist_Column Ewl_Filelist_Column: An expanding column 
view
  * A view of the files using a new column for each directory.
  *
+ * @remarks Inherits from Ewl_Filelist.
+ * @image html Ewl_Filelist_Column_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist_icon.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ewl_filelist_icon.h 15 Apr 2006 05:14:31 -0000      1.4
+++ ewl_filelist_icon.h 4 Dec 2006 07:16:39 -0000       1.5
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Filelist_Icon Ewl_Filelist_Icon: A icon file view
  * A view of the files using simple name/icon graphics
  *
+ * @remarks Inherits from Ewl_Filelist.
+ * @image html Ewl_Filelist_Icon_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist_list.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ewl_filelist_list.h 15 Apr 2006 05:14:31 -0000      1.4
+++ ewl_filelist_list.h 4 Dec 2006 07:16:39 -0000       1.5
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Filelist_List Ewl_Filelist_List: A listview of the files
  * Provides a list view of the files giving name, size, etc information
  *
+ * @remarks Inherits from Ewl_Filelist.
+ * @image html Ewl_Filelist_List_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filepicker.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_filepicker.h    10 Apr 2006 04:48:21 -0000      1.2
+++ ewl_filepicker.h    4 Dec 2006 07:16:39 -0000       1.3
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Filepicker Ewl_Filepicker: Allows selecting files from a 
list
  * A widget to allow selecting ifles
  *
+ * @remarks Inherits from Ewl_Box.
+ * @image html Ewl_Filepicker_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_floater.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ewl_floater.h       30 Sep 2006 18:41:01 -0000      1.11
+++ ewl_floater.h       4 Dec 2006 07:16:39 -0000       1.12
@@ -6,6 +6,9 @@
  * @brief Defines a widget for layering above other widgets in EWL's drawing
  * area, with the ability to follow the movement of another widget.
  *
+ * @remarks Inherits from Ewl_Box.
+ * @image html Ewl_Floater_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_freebox.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ewl_freebox.h       21 May 2006 07:22:44 -0000      1.6
+++ ewl_freebox.h       4 Dec 2006 07:16:39 -0000       1.7
@@ -6,6 +6,9 @@
  * @brief Defines a class to allow the user to specify the layout type for
  * the widget.
  *
+ * @remarks Inherits from Ewl_Container.
+ * @image html Ewl_Freebox_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_grid.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- ewl_grid.h  2 Oct 2006 05:21:09 -0000       1.23
+++ ewl_grid.h  4 Dec 2006 07:16:39 -0000       1.24
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Grid Ewl_Grid The ewl grid widget
  * @brief The Ewl Grid widget
  *
+ * @remarks Inherits from Ewl_Container.
+ * @image html Ewl_Grid_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_highlight.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_highlight.h     20 Oct 2006 04:37:34 -0000      1.1
+++ ewl_highlight.h     4 Dec 2006 07:16:39 -0000       1.2
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Highlight Ewl_Highlight: A highlight widget
  * Defines a widget to highlight other widgets
  *
+ * @remarks Inherits from Ewl_Floater.
+ * @image html Ewl_Highlight_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_histogram.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_histogram.h     20 Oct 2006 04:37:34 -0000      1.5
+++ ewl_histogram.h     4 Dec 2006 07:16:39 -0000       1.6
@@ -4,6 +4,9 @@
 /**
  * @addtogroup Ewl_Histogram Ewl_Histogram: A Simple Histogram widget
  *
+ * @remarks Inherits from Ewl_Image.
+ * @image html Ewl_Histogram_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_icon.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- ewl_icon.h  30 Nov 2006 19:35:46 -0000      1.9
+++ ewl_icon.h  4 Dec 2006 07:16:39 -0000       1.10
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Icon Ewl_Icon: An icon widget
  * @brief Describes a widget to layout and manipulate icons
  *
+ * @remarks Inherits from Ewl_Stock.
+ * @image html Ewl_Icon_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_iconbox.h,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- ewl_iconbox.h       30 Sep 2006 18:41:01 -0000      1.36
+++ ewl_iconbox.h       4 Dec 2006 07:16:39 -0000       1.37
@@ -14,6 +14,9 @@
  * Defines the Ewl_Iconbox class, used to display a collection of icons 
  * with annotations and support arranging/manipulating contained icons
  *
+ * @remarks Inherits from Ewl_Box.
+ * @image html Ewl_Iconbox_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_image.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- ewl_image.h 10 Oct 2006 21:32:16 -0000      1.28
+++ ewl_image.h 4 Dec 2006 07:16:39 -0000       1.29
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Image Ewl_Image: An Image Display Widget
  * Provides a widget for displaying evas loadable images, and edjes.
  *
+ * @remarks Inherits from Ewl_Widget.
+ * @image html Ewl_Image_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_label.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- ewl_label.h 16 Nov 2006 22:09:00 -0000      1.14
+++ ewl_label.h 4 Dec 2006 07:16:39 -0000       1.15
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Label Ewl_Label: A fully-themable text label
  * Defines a class for a fullty-themable text label
  * 
+ * @remarks Inherits from Ewl_Widget.
+ * @image html Ewl_Label_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_list.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ewl_list.h  3 Oct 2006 05:52:02 -0000       1.8
+++ ewl_list.h  4 Dec 2006 07:16:39 -0000       1.9
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_List Ewl_List: A list widget
  * @brief Defines a class to layout data in a list
  *
+ * @remarks Inherits from Ewl_MVC.
+ * @image html Ewl_List_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_media.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ewl_media.h 30 Sep 2006 18:41:01 -0000      1.15
+++ ewl_media.h 4 Dec 2006 07:16:39 -0000       1.16
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Media Ewl_Media: A Multi media widget
  * @brief Defines a class for displaing video
  *
+ * @remarks Inherits from Ewl_Widget.
+ * @image html Ewl_Media_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_menu.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- ewl_menu.h  16 Nov 2006 22:09:00 -0000      1.18
+++ ewl_menu.h  4 Dec 2006 07:16:39 -0000       1.19
@@ -6,6 +6,9 @@
  * Defines a menu used globally. The contents on the menu are drawn outside of
  * the Evas.
  *
+ * @remarks Inherits from Ewl_Menu_Base.
+ * @image html Ewl_Menu_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_menu_base.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- ewl_menu_base.h     16 Nov 2006 22:09:00 -0000      1.13
+++ ewl_menu_base.h     4 Dec 2006 07:16:39 -0000       1.14
@@ -6,6 +6,9 @@
  * @brief Defines the basic menu classes that are extended to an actual menu
  * implementation by inheriting classes such as Ewl_Menu and Ewl_Imenu.
  *
+ * @remarks Inherits from Ewl_Menu_Item.
+ * @image html Ewl_Menu_Base_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_menu_item.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- ewl_menu_item.h     16 Nov 2006 22:09:00 -0000      1.12
+++ ewl_menu_item.h     4 Dec 2006 07:16:39 -0000       1.13
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Menu_Item Ewl_Menu_Item: The basic menu item
  * The basic menu item
  *
+ * @remarks Inherits from Ewl_Button.
+ * @image html Ewl_Menu_Item_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_menubar.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ewl_menubar.h       15 Mar 2006 04:03:48 -0000      1.10
+++ ewl_menubar.h       4 Dec 2006 07:16:39 -0000       1.11
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Menubar Ewl_Menubar: A menu bar widget
  * Defines a class for displaying menu bars
  *
+ * @remarks Inherits from Ewl_Box.
+ * @image html Ewl_Menubar_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_mvc.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- ewl_mvc.h   20 Oct 2006 18:21:53 -0000      1.9
+++ ewl_mvc.h   4 Dec 2006 07:16:39 -0000       1.10
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_MVC Ewl_MVC: The base model-view-controller framework
  * Defines a widget to base MVC widgets off of
  *
+ * @remarks Inherits from Ewl_Box.
+ * @image html Ewl_MVC_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_notebook.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- ewl_notebook.h      5 Nov 2006 22:08:22 -0000       1.12
+++ ewl_notebook.h      4 Dec 2006 07:16:39 -0000       1.13
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Notebook Ewl_Notebook: A notebook widget
  * Defines a class for notebook layout
  *
+ * @remarks Inherits from Ewl_Box.
+ * @image html Ewl_Notebook_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_overlay.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ewl_overlay.h       30 Sep 2006 18:41:01 -0000      1.8
+++ ewl_overlay.h       4 Dec 2006 07:16:39 -0000       1.9
@@ -6,6 +6,9 @@
  * Defines the Ewl_Overlay class to provide EWL with the ability to work with 
an
  * evas.
  *
+ * @remarks Inherits from Ewl_Container.
+ * @image html Ewl_Overlay_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_paned.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- ewl_paned.h 11 Oct 2006 03:53:31 -0000      1.20
+++ ewl_paned.h 4 Dec 2006 07:16:39 -0000       1.21
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Paned Ewl_Paned: A paned widget
  * Provides a widget to have a resizable paned container
  *
+ * @remarks Inherits from Ewl_Container.
+ * @image html Ewl_Paned_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_password.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ewl_password.h      30 Sep 2006 18:41:01 -0000      1.10
+++ ewl_password.h      4 Dec 2006 07:16:39 -0000       1.11
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Password Ewl_Password: A Single Line Text Password Widget
  * @brief Defines the Ewl_Password class to allow for single line obscured 
text.
  *
+ * @remarks Inherits from Ewl_Entry.
+ * @image html Ewl_Password_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_popup.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ewl_popup.h 1 Dec 2006 19:10:34 -0000       1.4
+++ ewl_popup.h 4 Dec 2006 07:16:39 -0000       1.5
@@ -5,6 +5,10 @@
  * @addtogroup Ewl_Popup Ewl_Popup: A override window for the convenience use
  * Defines the Ewl_Popup class used for override window that need to be
  * placed with some kind of smartness
+ *
+ * @remarks Inherits from Ewl_Window.
+ * @image html Ewl_Popup_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_progressbar.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ewl_progressbar.h   30 Sep 2006 18:41:01 -0000      1.11
+++ ewl_progressbar.h   4 Dec 2006 07:16:39 -0000       1.12
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Progressbar Ewl_Progressbar: A progressbar from a value
  * A progress bar widget
  *
+ * @remarks Inherits from Ewl_Range.
+ * @image html Ewl_Progressbar_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_radiobutton.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ewl_radiobutton.h   30 Sep 2006 18:41:01 -0000      1.10
+++ ewl_radiobutton.h   4 Dec 2006 07:16:39 -0000       1.11
@@ -6,6 +6,9 @@
  * Provides for a simple radiobutton with label, and to group radio buttons
  * for selecting a single option.
  *
+ * @remarks Inherits from Ewl_Checkbutton.
+ * @image html Ewl_Radiobutton_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_range.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_range.h 14 Aug 2006 14:56:56 -0000      1.2
+++ ewl_range.h 4 Dec 2006 07:16:39 -0000       1.3
@@ -6,6 +6,9 @@
  * Defines an Ewl_Widget with a draggable button enclosed, used to select a
  * value from a range.
  *
+ * @remarks Inherits from Ewl_Container.
+ * @image html Ewl_Range_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_row.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- ewl_row.h   30 Sep 2006 18:41:01 -0000      1.12
+++ ewl_row.h   4 Dec 2006 07:16:39 -0000       1.13
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Row Ewl_Row: The Row widget
  * Defines a widget to display a row
  *
+ * @remarks Inherits from Ewl_Container.
+ * @image html Ewl_Row_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_scrollbar.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ewl_scrollbar.h     30 Sep 2006 18:41:01 -0000      1.11
+++ ewl_scrollbar.h     4 Dec 2006 07:16:39 -0000       1.12
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Scrollbar Ewl_Scrollbar: A Simple Scrollbar Widget
  * Defines an Ewl_Scrollbar for using when scrolling values are needed.
  *
+ * @remarks Inherits from Ewl_Box.
+ * @image html Ewl_Scrollbar_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_scrollpane.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ewl_scrollpane.h    30 Sep 2006 18:41:01 -0000      1.11
+++ ewl_scrollpane.h    4 Dec 2006 07:16:39 -0000       1.12
@@ -6,6 +6,9 @@
  * Provides a scrollable area for viewing large sets of widgets in a smaller
  * viewable region.
  *
+ * @remarks Inherits from Ewl_Container.
+ * @image html Ewl_Scrollpane_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_seeker.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- ewl_seeker.h        30 Sep 2006 18:41:01 -0000      1.14
+++ ewl_seeker.h        4 Dec 2006 07:16:39 -0000       1.15
@@ -6,6 +6,9 @@
  * Defines an Ewl_Widget with a draggable button enclosed, used to select a
  * value from a range.
  *
+ * @remarks Inherits from Ewl_Range.
+ * @image html Ewl_Seeker_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_separator.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ewl_separator.h     15 Mar 2006 04:03:48 -0000      1.11
+++ ewl_separator.h     4 Dec 2006 07:16:39 -0000       1.12
@@ -6,6 +6,9 @@
  * Defines the Ewl_Separator class used for drawing lines between widgets when
  * visual separation is needed.
  *
+ * @remarks Inherits from Ewl_Widget.
+ * @image html Ewl_Separator_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_shadow.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ewl_shadow.h        16 Nov 2006 22:09:00 -0000      1.4
+++ ewl_shadow.h        4 Dec 2006 07:16:39 -0000       1.5
@@ -6,6 +6,9 @@
  * @brief Defines the Ewl_Shadow class used for adding a shadow decoration
  * around a group of widgets.
  *
+ * @remarks Inherits from Ewl_Box.
+ * @image html Ewl_Shadow_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_spacer.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ewl_spacer.h        15 Mar 2006 04:03:48 -0000      1.7
+++ ewl_spacer.h        4 Dec 2006 07:16:39 -0000       1.8
@@ -6,6 +6,9 @@
  * Defines an Ewl_Widget to be used for adding space between widgets in a
  * layout.
  *
+ * @remarks Inherits from Ewl_Widget.
+ * @image html Ewl_Spacer_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_spectrum.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ewl_spectrum.h      29 Sep 2006 06:47:26 -0000      1.15
+++ ewl_spectrum.h      4 Dec 2006 07:16:39 -0000       1.16
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Spectrum Ewl_Spectrum: The colour spectrum widget
  * Defines a colour spectrum widget
  *
+ * @remarks Inherits from Ewl_Overlay.
+ * @image html Ewl_Spectrum_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_spinner.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ewl_spinner.h       16 Nov 2006 22:09:00 -0000      1.15
+++ ewl_spinner.h       4 Dec 2006 07:16:39 -0000       1.16
@@ -6,6 +6,9 @@
  * Provides a field for entering numerical values, along with buttons to
  * increment and decrement the value.
  *
+ * @remarks Inherits from Ewl_Range.
+ * @image html Ewl_Spinner_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_statusbar.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ewl_statusbar.h     15 Mar 2006 04:03:48 -0000      1.11
+++ ewl_statusbar.h     4 Dec 2006 07:16:39 -0000       1.12
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Statusbar Ewl_Statusbar: A status bar widget
  * Defines a class for displaying status bars
  *
+ * @remarks Inherits from Ewl_Box.
+ * @image html Ewl_Statusbar_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_stock.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_stock.h 4 Dec 2006 04:54:02 -0000       1.3
+++ ewl_stock.h 4 Dec 2006 07:16:39 -0000       1.4
@@ -7,6 +7,9 @@
  * buttons and icons in a common place. This class inherits from the Ewl_Box 
  * to allow for placing any other widget inside the stock.
  *
+ * @remarks Inherits from Ewl_Box.
+ * @image html Ewl_Stock_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_table.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ewl_table.h 30 Sep 2006 18:41:01 -0000      1.15
+++ ewl_table.h 4 Dec 2006 07:16:39 -0000       1.16
@@ -6,6 +6,9 @@
  * Defines the Ewl_Box class used for laying out Ewl_Widget's in a
  * horizontal or vertical line.
  *
+ * @remarks Inherits from Ewl_Container.
+ * @image html Ewl_Table_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_text.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- ewl_text.h  22 Nov 2006 21:33:46 -0000      1.48
+++ ewl_text.h  4 Dec 2006 07:16:39 -0000       1.49
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Text Ewl_Text: A text layout widget
  * @brief Defines a class for text layout and formatting
  *
+ * @remarks Inherits from Ewl_Container.
+ * @image html Ewl_Text_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- ewl_tree.h  15 Oct 2006 22:34:14 -0000      1.22
+++ ewl_tree.h  4 Dec 2006 07:16:39 -0000       1.23
@@ -6,6 +6,9 @@
  * @brief Defines a widget for laying out other widgets in a tree or list like
  * manner.
  *
+ * @remarks Inherits from Ewl_Container.
+ * @image html Ewl_Tree_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree2.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- ewl_tree2.h 20 Oct 2006 04:37:35 -0000      1.34
+++ ewl_tree2.h 4 Dec 2006 07:16:39 -0000       1.35
@@ -51,6 +51,9 @@
  *   off-screen. How do we implement column layout? Proposal: Row height
  *   cache, easy for fixed height rows, more complex for variable height.
  *
+ * @remarks Inherits from Ewl_MVC.
+ * @image html Ewl_Tree2_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree2_view.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_tree2_view.h    20 Oct 2006 18:21:53 -0000      1.2
+++ ewl_tree2_view.h    4 Dec 2006 07:16:39 -0000       1.3
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Tree2_View Ewl_Tree2_View: A tree view
  * @brief The tree view class
  *
+ * @remarks Inherits from Ewl_Box.
+ * @image html Ewl_Tree2_View_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree2_view_plain.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_tree2_view_plain.h      20 Oct 2006 18:21:53 -0000      1.2
+++ ewl_tree2_view_plain.h      4 Dec 2006 07:16:39 -0000       1.3
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Tree2_View_Plain Ewl_Tree2_View_Plain: The plain tree view
  * @brief Defines a plain view into the tree just listing rows
  * 
+ * @remarks Inherits from Ewl_Tree2_View.
+ * @image html Ewl_Tree2_View_Plain_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree2_view_scrolled.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_tree2_view_scrolled.h   20 Oct 2006 18:21:53 -0000      1.2
+++ ewl_tree2_view_scrolled.h   4 Dec 2006 07:16:39 -0000       1.3
@@ -5,6 +5,9 @@
  * @addtogroup Ewl_Tree2_View_Scrolled Ewl_Tree2_View_Scrolled The scrolled 
tree view 
  * @brief A scrolled view for the tree
  * 
+ * @remarks Inherits from Ewl_Box.
+ * @image html Ewl_Tree2_View_Scrolled_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_widget.h,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- ewl_widget.h        30 Sep 2006 18:41:02 -0000      1.47
+++ ewl_widget.h        4 Dec 2006 07:16:39 -0000       1.48
@@ -10,6 +10,9 @@
  * callbacks for input events, window information changes, and drawing to the
  * display.
  *
+ * @remarks Inherits from Ewl_Object.
+ * @image html Ewl_Widget_inheritance.png
+ *
  * @{
  */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_window.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- ewl_window.h        30 Sep 2006 18:41:02 -0000      1.23
+++ ewl_window.h        4 Dec 2006 07:16:39 -0000       1.24
@@ -6,6 +6,9 @@
  * Defines the Ewl_Window class which extends the Ewl_Embed class by
  * creating it's own window and evas.
  *
+ * @remarks Inherits from Ewl_Embed.
+ * @image html Ewl_Window_inheritance.png
+ *
  * @{
  */
 



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