Enlightenment CVS committal Author : dj2 Project : e17 Module : docs
Dir : e17/docs/ewlbook/xml/widgets Modified Files: button_widgets.xml container_widgets.xml menu_widgets.xml other_widgets.xml range_widgets.xml Log Message: Convert titles to upper case =================================================================== RCS file: /cvsroot/enlightenment/e17/docs/ewlbook/xml/widgets/button_widgets.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- button_widgets.xml 13 Oct 2004 04:07:39 -0000 1.1 +++ button_widgets.xml 3 Nov 2004 18:44:45 -0000 1.2 @@ -1,7 +1,7 @@ <!-- ################################### --> <!-- EWL BUTTON --> <sect2 id="sec-EwlButton"> -<title>ewl_button</title> +<title>Ewl_Button</title> <para> The button widget is simply a widget with a label attached. When the user clicks on the button the callback attached to @@ -60,7 +60,7 @@ <!-- ################################### --> <!-- EWL CHECKBUTTON --> <sect2 id="sec-EwlCheckButton"> -<title>ewl_checkbutton</title> +<title>Ewl_Checkbutton</title> <para> <figure> <title>An Ewl Checkbutton</title> @@ -105,7 +105,7 @@ <!-- ################################### --> <!-- EWL RADIO BUTTON --> <sect2 id="sec-Ewl-RadioButton"> -<title>ewl_radiobutton</title> +<title>Ewl_Radiobutton</title> <para> <figure> <title>An EWL radiobutton</title> =================================================================== RCS file: /cvsroot/enlightenment/e17/docs/ewlbook/xml/widgets/container_widgets.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- container_widgets.xml 13 Oct 2004 04:07:39 -0000 1.1 +++ container_widgets.xml 3 Nov 2004 18:44:45 -0000 1.2 @@ -1,7 +1,7 @@ <!-- ################################### --> <!-- EWL BOX --> <sect2 id="sec-EwlBox"> -<title>ewl_hbox and ewl_vbox</title> +<title>Ewl_Box</title> <para> The box widgets allow you to specify different ways in which the @@ -59,7 +59,7 @@ <!-- ################################### --> <!-- EWL NOTEBOOK --> <sect2 id="sec-EwlNotebook"> -<title>ewl_notebook</title> +<title>Ewl_Notebook</title> <para> <figure> <title>An EWL Notebook</title> @@ -80,7 +80,7 @@ <!-- ################################### --> <!-- EWL SCROLLPANE --> <sect2 id="sec-EwlScrollpane"> -<title>ewl_scrollpane</title> +<title>Ewl_Scrollpane</title> <para> </para> </sect2> @@ -88,7 +88,7 @@ <!-- ################################### --> <!-- EWL TABLE --> <sect2 id="sec-EwlTable"> -<title>ewl_table</title> +<title>Ewl_Table</title> <para> </para> </sect2> @@ -96,7 +96,7 @@ <!-- ################################### --> <!-- EWL TREE --> <sect2 id="sec-EwlTree"> -<title>ewl_tree</title> +<title>Ewl_Tree</title> <para> </para> </sect2> @@ -104,7 +104,7 @@ <!-- ################################### --> <!-- EWL WINDOW --> <sect2 id="sec-EwlWindow"> -<title>ewl_window</title> +<title>Ewl_Window</title> <para> An ewl_window will be used by every EWL application. This is the window that will display all of the other desired EWL widgets. =================================================================== RCS file: /cvsroot/enlightenment/e17/docs/ewlbook/xml/widgets/menu_widgets.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- menu_widgets.xml 13 Oct 2004 04:07:39 -0000 1.1 +++ menu_widgets.xml 3 Nov 2004 18:44:45 -0000 1.2 @@ -1,7 +1,7 @@ <!-- ################################### --> <!-- EWL MENU --> <sect2 id="sec-EwlMenu"> -<title>ewl_menu</title> +<title>Ewl_Menu</title> <para> </para> </sect2> =================================================================== RCS file: /cvsroot/enlightenment/e17/docs/ewlbook/xml/widgets/other_widgets.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- other_widgets.xml 13 Oct 2004 15:34:34 -0000 1.2 +++ other_widgets.xml 3 Nov 2004 18:44:45 -0000 1.3 @@ -1,7 +1,7 @@ <!-- ################################### --> <!-- EWL COMBO --> <sect2 id="sec-EwlCombo"> -<title>ewl_combo</title> +<title>Ewl_Combo</title> <para> <figure> <title>An Ewl Combo box</title> @@ -48,7 +48,7 @@ <!-- ################################### --> <!-- EWL DIALOG --> <sect2 id="sec-EwlDialog"> -<title>ewl_dialog</title> +<title>Ewl_Dialog</title> <para> The <literal>Ewl_Dialog</literal> widget provides a way to display a simple dialog box to the user which can then prompt for a response, give warnings @@ -183,7 +183,7 @@ <!-- ################################### --> <!-- EWL FILEDIALOG --> <sect2 id="sec-EwlFileDialog"> -<title>ewl_filedialog</title> +<title>Ewl_Filedialog</title> <para> It is often desired to allow the user to open and save files. This can be easily accomplished through the use of the <literal>Ewl_Filedialog</literal>. @@ -254,7 +254,7 @@ <!-- ################################### --> <!-- EWL ENTRY --> <sect2 id="sec-EwlEntry"> -<title>ewl_entry</title> +<title>Ewl_Entry</title> <para> The EWL entry box is available when you need to retrieve text input from the user. The box works on single lines, and the callback is triggered when the user presses @@ -322,7 +322,7 @@ <!-- ################################### --> <!-- EWL PASSWORD --> <sect2 id="sec-EwlPassword"> -<title>ewl_password</title> +<title>Ewl_Password</title> <para> The <literal>Ewl_Password</literal> widget provides similar functionality to the <literal>Ewl_Text</literal> widget, except that any text entered will @@ -384,7 +384,7 @@ <!-- ################################### --> <!-- EWL IMAGE --> <sect2 id="sec-EwlImage"> -<title>ewl_image</title> +<title>Ewl_Image</title> <para> <example> <title>Ewl_Image</title> @@ -402,7 +402,7 @@ <!-- ################################### --> <!-- EWL TEXT --> <sect2 id="sec-EwlText"> -<title>ewl_text</title> +<title>Ewl_Text</title> <para> The <literal>Ewl_Text</literal> widget provides for a multi-line text layout widget. It can be utillized whenever the display of text is required in an @@ -492,7 +492,7 @@ <!-- ################################### --> <!-- EWL TOOLTIP --> <sect2 id="sec-EwlTooltip"> -<title>ewl_tooltip</title> +<title>Ewl_Tooltip</title> <para> <figure> <title>An EWL tooltip</title> @@ -513,7 +513,7 @@ <!-- ################################### --> <!-- EWL MEDIA --> <sect2 id="sec-EwlMedia"> -<title>ewl_media</title> +<title>Ewl_Media</title> <para> The <literal>Ewl_Media</literal> widget allows for the embedding of video objects into your application. This is done by wrapping around the Emotion =================================================================== RCS file: /cvsroot/enlightenment/e17/docs/ewlbook/xml/widgets/range_widgets.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- range_widgets.xml 13 Oct 2004 04:07:39 -0000 1.1 +++ range_widgets.xml 3 Nov 2004 18:44:45 -0000 1.2 @@ -1,7 +1,7 @@ <!-- ################################### --> <!-- EWL PROGRESSBAR --> <sect2 id="sec-EwlProgressBar"> -<title>ewl_progressbar</title> +<title>Ewl_Progressbar</title> <para> <figure> <title>An EWL progress bar</title> @@ -22,7 +22,7 @@ <!-- ################################### --> <!-- EWL SEEKER --> <sect2 id="sec-EwlSeeker"> -<title>ewl_seeker</title> +<title>Ewl_Seeker</title> <para> <figure> <title>An EWL seeker</title> @@ -66,7 +66,7 @@ <!-- ################################### --> <!-- EWL SPINNER --> <sect2 id="sec-EwlSpinner"> -<title>ewl_spinner</title> +<title>Ewl_Spinner</title> <para> <figure> <title>An EWL spinner</title> ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs