Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_button_stock.c ewl_button_stock.h 


Log Message:
More stock buttons, but I still need to add the themes for them.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_button_stock.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_button_stock.c  16 Jul 2004 05:20:53 -0000      1.3
+++ ewl_button_stock.c  16 Jul 2004 20:09:37 -0000      1.4
@@ -2,14 +2,16 @@
 
 static const Ewl_Stock_Item builtin_items [] = 
   {
-    { EWL_STOCK_OK,     "ok" },
-    { EWL_STOCK_APPLY,  "apply" },
-    { EWL_STOCK_CANCEL, "cancel" },
-    { EWL_STOCK_OPEN,   "open" },
-    { EWL_STOCK_PAUSE,  "pause" },
-    { EWL_STOCK_PLAY,   "play" },
-    { EWL_STOCK_SAVE,   "save" },
-    { EWL_STOCK_STOP,   "stop" }
+    { EWL_STOCK_OK,          "ok" },
+    { EWL_STOCK_APPLY,       "apply" },
+    { EWL_STOCK_CANCEL,      "cancel" },
+    { EWL_STOCK_OPEN,        "open" },
+    { EWL_STOCK_PAUSE,       "pause" },
+    { EWL_STOCK_PLAY,        "play" },
+    { EWL_STOCK_SAVE,        "save" },
+    { EWL_STOCK_STOP,        "stop" },
+    { EWL_STOCK_REWIND,      "rewind" },
+    { EWL_STOCK_FASTFORWARD, "fast forward" },
   };
 
 /* Return the label of the stock item if it exists */
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_button_stock.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_button_stock.h  16 Jul 2004 05:29:22 -0000      1.5
+++ ewl_button_stock.h  16 Jul 2004 20:09:37 -0000      1.6
@@ -18,14 +18,16 @@
 
   /* Stock Id */
   
-#define EWL_STOCK_OK     "stock_ok"
-#define EWL_STOCK_APPLY  "stock_apply"
-#define EWL_STOCK_CANCEL "stock_cancel"
-#define EWL_STOCK_OPEN   "stock_open"
-#define EWL_STOCK_PAUSE  "stock_pause"
-#define EWL_STOCK_PLAY   "stock_play"
-#define EWL_STOCK_SAVE   "stock_save"
-#define EWL_STOCK_STOP   "stock_stop"
+#define EWL_STOCK_OK          "stock_ok"
+#define EWL_STOCK_APPLY       "stock_apply"
+#define EWL_STOCK_CANCEL      "stock_cancel"
+#define EWL_STOCK_OPEN        "stock_open"
+#define EWL_STOCK_PAUSE       "stock_pause"
+#define EWL_STOCK_PLAY        "stock_play"
+#define EWL_STOCK_SAVE        "stock_save"
+#define EWL_STOCK_STOP        "stock_stop"
+#define EWL_STOCK_REWIND      "stock_rewind"
+#define EWL_STOCK_FASTFORWARD "stock_rewind"
 
 
 typedef struct Ewl_Stock_Item Ewl_Stock_Item;




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to