Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Added Files:
        stock-groups.edc 


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.





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