Enlightenment CVS committal

Author  : moom16
Project : e17
Module  : proto

Dir     : e17/proto/etk/data/themes/default/widgets


Modified Files:
        progress_bar.edc 


Log Message:
* More work on the progress bar: make it usable even when the progress 
bar is unrealized. It now inherits from Etk_Widget (which makes more 
sense) and its label is a part of the theme.
TODO: allow the character subsititution %p in the text which will be 
replaced automatically by the current percent


===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/etk/data/themes/default/widgets/progress_bar.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- progress_bar.edc    19 Jan 2006 13:56:10 -0000      1.1
+++ progress_bar.edc    13 Feb 2006 01:10:20 -0000      1.2
@@ -69,39 +69,14 @@
            } 
         } 
       }
-/*
       part {
-        name: "filler";
+         name: "text";
+         type: TEXT;
         clip_to: "clip";
-        description {   
-           state: "default" 0.0;
-           rel1 {
-              to_x: "clip";
-              to_y: "clip";
-           }
-           rel2 {
-              to_x: "clip";
-              to_y: "clip";
-           }
-           image {
-              normal: "button_up.png";
-              border: 8 8 8 8;
-           }
-           fill {
-              smooth: 0;
-           }
-        }       
-      }   
-*/ 
-      part {      
-        name: "text_area";
-        //type: TEXT;
-        type: SWALLOW;
-        clip_to: "clip";
-        mouse_events: 0;
-        description {
-           state: "default" 0.0;
-           color: 0 0 0 255;
+         mouse_events: 0;
+         description {
+            state: "default" 0.0;
+            color: 0 0 0 255;
             rel1 {
               relative: 0.0 0.0;
               offset: 4 3;
@@ -111,16 +86,14 @@
               relative: 1.0 1.0;
               offset: -5 -3;
               to: "progress_bar";
-           }       
-//         text {
-//            text: "Text";
-//            font: "Vera";
-//            size:  10;
-//            align: 0.5 0.5;
-//         }
-        }
+           }
+            text {
+               text: "Text";
+               font: "Vera";
+               size:  10;
+               align: 0.5 0.5;
+            }
+         }
       }
    }
-   programs {
-   }
 }




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to