elementary/widget - added widget orientation mode infra and 2 apis elm_object_orienta...
authorChunEon Park <hermet@hermet.pe.kr>
Thu, 14 Feb 2013 05:38:26 +0000 (05:38 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Thu, 14 Feb 2013 05:38:26 +0000 (05:38 +0000)
commita2d08fc21385ed808b90223259bf5943eef1e414
tree6abfcb36d31448815e7eb35ef0564b45998cd75c
parent9dbc794ef1a823121d8bcff189f97de046d68e2b
elementary/widget - added widget orientation mode infra and 2 apis elm_object_orientation_mode_disabled_set(0, elm_object_orientation_mode_disabled_get()

Orientation Mode is used for widgets to change it's styles or to send signals
whenever it's window degree is changed. If the orientation mode is enabled
and the widget has different looks and styles for the window degree(0, 90,
180, 270), it will apply a style that is readied for the current degree,
otherwise, it will send signals to it's own edje to change it's any states if
the style doesn't be readied.

SVN revision: 83880
ChangeLog
NEWS
src/lib/elm_main.c
src/lib/elm_object.h
src/lib/elm_widget.c
src/lib/elm_widget.h
src/lib/elm_win.c