X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FElmSharp%2FElmSharp%2FScroller.cs;h=64079d1396ea0d9bc42ab5bf07c54b4f85a5358f;hb=5a2da2ff29f963c22a5ced7600bec62ab5bde149;hp=2ceb38c8c41db2607bd5a0fbe96271c9b1a6b21f;hpb=714d2a7456a0cf193a3e42281bca6af6e34b4079;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/ElmSharp/ElmSharp/Scroller.cs b/src/ElmSharp/ElmSharp/Scroller.cs index 2ceb38c..64079d1 100755 --- a/src/ElmSharp/ElmSharp/Scroller.cs +++ b/src/ElmSharp/ElmSharp/Scroller.cs @@ -780,6 +780,11 @@ namespace ElmSharp } } + /// + /// Creates a widget handle. + /// + /// Parent EvasObject + /// Handle IntPtr protected override IntPtr CreateHandle(EvasObject parent) { IntPtr handle = Interop.Elementary.elm_layout_add(parent.Handle);