X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFUiCtrlIconListView.h;h=43eff358512c4ef66d456a8b3c2b277abb71402b;hb=fbb61db9fb6bd4c751e900be409492a445bebcb5;hp=808ce64828f50594346230c3dcaa87ce3b6f0beb;hpb=bac6347ecd5ee04d3f52b870ac3882f630360cec;p=platform%2Fframework%2Fnative%2Fuifw.git diff --git a/inc/FUiCtrlIconListView.h b/inc/FUiCtrlIconListView.h index 808ce64..43eff35 100644 --- a/inc/FUiCtrlIconListView.h +++ b/inc/FUiCtrlIconListView.h @@ -120,7 +120,7 @@ IconListViewSample::OnInitializing(void) __pIconListView->AddIconListViewItemEventListener(*this); // Adds the icon list view to the form - AddControl(*__pIconListView); + AddControl(__pIconListView); // Gets instances of Bitmap AppResource* pAppResource = Application::GetInstance()->GetAppResource(); @@ -243,7 +243,9 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::Rectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created %IconListView along with - * the width and height. + * the width and height.@n + * The optimal size of the control is defined in + * Optimal Size of UI Controls. * @param[in] itemBitmapSize The size of an icon in %IconListView * @param[in] style The style set of %IconListView * @param[in] direction The direction of scroll @@ -267,7 +269,9 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::FloatRectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created %IconListView along with - * the width and height. + * the width and height.@n + * The optimal size of the control is defined in + * Optimal Size of UI Controls. * @param[in] itemBitmapSize The size of an icon in %IconListView * @param[in] style The style set of %IconListView * @param[in] direction The direction of scroll