Add attributes_get for widget item. 13/168413/1
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 26 Jan 2018 09:07:07 +0000 (18:07 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 26 Jan 2018 09:07:07 +0000 (18:07 +0900)
commit4c823fdb553759b51d86a09bfa48b94f64a70fc7
tree45b6cef99d537db5e69042917f77c187fd57f0a5
parentfae0785158dcf35a349c3524809de96765d5dfd9
Add attributes_get for widget item.

  Add widget item to provide attribute for style.
  This is also an upstream code.

  ----------------------------------------------------------------------
   efl_access: Add attribute_append, attributes_clear APIs

   Summary:
   Add attribute append and attributes clear API, attributes of widget/widget_item helps in adding additional information
   about the widget/widget item in the form of key-value pair.

   Test Plan:
   Query the attributes using atspi_accessible_get_attributes in atspi_client and an hash table consisting
   of updates attributes should be returned.

   Signed-Off By: Shilpa Singh <shilpa.singh@samsung.com>
   Signed-Off By: Lukasz Wlazly <l.wlazly@partner.samsung.com>

   Reviewers: kimcinoo, lukasz.stanislawski

   Subscribers: cedric, govi, rajeshps, jpeg

   Differential Revision: https://phab.enlightenment.org/D5510

Change-Id: I5c64828b8accab550c980b0f4a80e7bc4770413e
src/lib/elm_widget.c
src/lib/elm_widget.h
src/lib/elm_widget_item.eo