Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/data/themes/e17/bits/images


Modified Files:
        images.edc 
Added Files:
        stock-apply.png stock-arrow_down.png stock-arrow_left.png 
        stock-arrow_right.png stock-arrow_up.png stock-cancel.png 
        stock-ff.png stock-fr.png stock-home.png stock-ok.png 
        stock-open.png stock-pause.png stock-play.png stock-quit.png 
        stock-save.png stock-stop.png 


Log Message:
- get rid of ewl_button_stock.[ch]. If you want a stock button you do:

  b = ewl_button_new();
  ewl_button_stock_type_set(EWL_BUTTON(b), EWL_STOCK_OK);

  and thats it. You can then attach a click callback to the button and in
  the callback do

  ewl_button_stock_type_get(EWL_BUTTON(b)); 

  to get the type of the button. Non-stock buttons have type EWL_STOCK_NONE.

- cleanup Ewl_Dialog. This gets rid of all the api for adding buttons and
  replaces it with ewl_dialog_active_area_set().  You specify which part of
  the dialog is active and just use the container functions to append into
  it.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ewl/data/themes/e17/bits/images/images.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- images.edc  11 Mar 2005 19:28:46 -0000      1.1
+++ images.edc  10 Oct 2005 15:27:10 -0000      1.2
@@ -21,3 +21,20 @@
        image, "e17_menu_radio2.png" LOSSY 95;
        image, "e17_menu_separator.png" LOSSY 95;
        image, "e17_menu_separator_vert.png" LOSSY 95;
+       image, "stock-apply.png" LOSSY 95;
+       image, "stock-cancel.png" LOSSY 95;
+       image, "stock-ff.png" LOSSY 95;
+       image, "stock-fr.png" LOSSY 95;
+       image, "stock-home.png" LOSSY 95;
+       image, "stock-ok.png" LOSSY 95;
+       image, "stock-open.png" LOSSY 95;
+       image, "stock-pause.png" LOSSY 95;
+       image, "stock-play.png" LOSSY 95;
+       image, "stock-quit.png" LOSSY 95;
+       image, "stock-save.png" LOSSY 95;
+       image, "stock-stop.png" LOSSY 95;
+       image, "stock-arrow_down.png" LOSSY 95;
+       image, "stock-arrow_up.png" LOSSY 95;
+       image, "stock-arrow_left.png" LOSSY 95;
+       image, "stock-arrow_right.png" LOSSY 95;
+




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to