X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FElmSharp.Wearable%2FElmSharp.Wearable%2FMoreOption.cs;h=75ace70ca1b6d1f4a85dfacb3981fd60d466d5d6;hb=58283d6a09a7f531af61ae7b27b574603ef244df;hp=f49e526d127270507d16b1d9c876965fb3814a0d;hpb=109571df94fee18bdd850ba10415d85487c6f21d;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOption.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOption.cs index f49e526..75ace70 100644 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOption.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOption.cs @@ -25,33 +25,39 @@ namespace ElmSharp.Wearable /// Inherits Layout /// /// preview + [Obsolete("This has been deprecated in API12")] public class MoreOption : Layout { /// /// Sets or gets the list of the more option item. /// /// preview + [Obsolete("This has been deprecated in API12")] public IList Items { get; private set; } /// /// Selected will be triggered when the user selects an item. /// /// preview + [Obsolete("This has been deprecated in API12")] public event EventHandler Selected; /// /// Clicked will be triggered when the user selects the already selected item again or selects a selector. /// /// preview + [Obsolete("This has been deprecated in API12")] public event EventHandler Clicked; /// /// Opened will be triggered when the more option view is shown. /// /// preview + [Obsolete("This has been deprecated in API12")] public event EventHandler Opened; /// /// Closed will be triggered when the more option view is hidden. /// /// preview + [Obsolete("This has been deprecated in API12")] public event EventHandler Closed; SmartEvent _selectedEvent; @@ -64,6 +70,7 @@ namespace ElmSharp.Wearable /// /// The parent is a given container, which will be attached by the MoreOption as a child. It's type. /// preview + [Obsolete("This has been deprecated in API12")] public MoreOption(EvasObject parent) : base(parent) { Items = new MoreOptionList(this); @@ -96,6 +103,7 @@ namespace ElmSharp.Wearable /// Parent EvasObject. /// Handle IntPtr. /// preview + [Obsolete("This has been deprecated in API12")] protected override IntPtr CreateHandle(EvasObject parent) { return Interop.Eext.eext_more_option_add(parent); @@ -105,6 +113,7 @@ namespace ElmSharp.Wearable /// Sets or gets the direction of more option. /// /// preview + [Obsolete("This has been deprecated in API12")] public MoreOptionDirection Direction { get @@ -123,6 +132,7 @@ namespace ElmSharp.Wearable /// Sets or gets the visibility of the more option view. /// /// preview + [Obsolete("This has been deprecated in API12")] public bool IsOpened { get @@ -141,6 +151,7 @@ namespace ElmSharp.Wearable /// Enumeration for the more option direction types. /// /// preview + [Obsolete("This has been deprecated in API12")] public enum MoreOptionDirection { ///