X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FElmSharp%2FElmSharp%2FColorSelector.cs;h=c499a90c6b77c8dc5b54c6309a2998a7198aaa49;hb=refs%2Ftags%2Fsubmit%2Ftizen%2F20170928.150026;hp=cf16a993c126acf6ef7e0db7d1d6a16868789eb5;hpb=973ec6e3ba15097e51ccb988ab6be17a6ed7ddfa;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/ElmSharp/ElmSharp/ColorSelector.cs b/src/ElmSharp/ElmSharp/ColorSelector.cs index cf16a99..c499a90 100755 --- a/src/ElmSharp/ElmSharp/ColorSelector.cs +++ b/src/ElmSharp/ElmSharp/ColorSelector.cs @@ -182,6 +182,11 @@ namespace ElmSharp Interop.Elementary.elm_colorselector_palette_clear(Handle); } + /// + /// Creates a widget handle. + /// + /// Parent EvasObject + /// Handle IntPtr protected override IntPtr CreateHandle(EvasObject parent) { return Interop.Elementary.elm_colorselector_add(parent.Handle);