X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fcontent%2Fprogramming-guide%2Fscroll-view.h;h=f23644053d33d8b06c76a642c8aa80f96ebdeb46;hb=d6075674a96d23e126c8c2e5d9462436c8718000;hp=981e4dab903f1b89c78a7fb265cc49909c953ebd;hpb=74852e7db8de693383138bfb233761006baa9ba7;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/docs/content/programming-guide/scroll-view.h b/docs/content/programming-guide/scroll-view.h index 981e4da..f236440 100644 --- a/docs/content/programming-guide/scroll-view.h +++ b/docs/content/programming-guide/scroll-view.h @@ -31,8 +31,8 @@ Add Actors to this ScrollView @code - ImageView imageActor = Toolkit::ImageView::New(DALI_IMAGE_DIR "button-background.png"); - myScrollView.Add( imageActor ); + Toolkit::ImageView imageView = Toolkit::ImageView::New(DALI_IMAGE_DIR "button-background.png"); + myScrollView.Add( imageView ); @endcode The ScrollView contents are now draggable by the user using touch (panning gestures).