Fixed to add the AllWindowList
[platform/framework/native/uifw.git] / inc / FUiCtrlIconListView.h
index 808ce64..43eff35 100644 (file)
@@ -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
+        *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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
+        *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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