efl api release - fix elm win accel preference set in legacy api

this shouldnt exist in legacy api as its not settable after creation.
it's useful only for eo constructors before finalize
This commit is contained in:
Carsten Haitzler 2016-08-13 22:42:13 +09:00
parent 2358417277
commit fd228ae6c5
1 changed files with 3 additions and 1 deletions

View File

@ -629,7 +629,9 @@ class Efl.Ui.Win (Elm.Widget, Efl.Canvas, Elm.Interface.Atspi.Window,
values {
accel: string;
}
set {}
set {
legacy: null;
}
get {
[[This will return the value of "accel_preference" when the window
was created.]]