* @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 window along with
- * its width and height.
+ * its width and height.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] aniFrames An IList of %AnimationFrames used in the animation
* @exception E_SUCCESS The method is successful.
* @exception E_SYSTEM A system error has occurred.
* @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 window along with
- * its width and height.
+ * its width and height.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] aniFrames An IList of %AnimationFrames used in the animation
* @exception E_SUCCESS The method is successful.
* @exception E_SYSTEM A system error has occurred.
* @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 window along with its width and height.
+ * of the created window along with its width and height.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] text The text to display on the button
+ * To display the text in multi-lines or to denote the end of line, use '\\n'.
* @exception E_SUCCESS The method is successful.
* @exception E_INVALID_ARG A specified input parameter is invalid.
* @exception E_SYSTEM A system error has occurred.
* @remarks
* - A control is fully functional only after it has been added to a container. Therefore, some methods may fail if they are used before
* adding the control to the container.
- * - To display the text in multi-lines or to denote the end of line, use '\\n'.
- * - The size of the control must be within the range defined by the minimum and maximum sizes.
*/
result Construct(const Tizen::Graphics::Rectangle& rect, const Tizen::Base::String& text = L"");
* @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 window along with its width and height.
+ * of the created window along with its width and height.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] text The text to display on the button
* @exception E_SUCCESS The method is successful.
* @exception E_INVALID_ARG A specified input parameter is invalid.
* - A control is fully functional only after it has been added to a container. Therefore, some methods may fail if they are used before
* adding the control to the container.
* - To display the text in multi-lines or to denote the end of line, use '\\n'.
- * - The size of the control must be within the range defined by the minimum and maximum sizes.
*/
result Construct(const Tizen::Graphics::FloatRectangle& rect, const Tizen::Base::String& text = L"");
* @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 window
- * along with the width and height of the window.
+ * along with the width and height of the window.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] style The style of the %CheckButton control
* @param[in] backgroundStyle The background style set of the %CheckButton control
* @param[in] showTitle Set to @c true to enable the title, @n
* @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 window
- * along with the width and height of the window.
+ * along with the width and height of the window.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] style The style of the %CheckButton control
* @param[in] backgroundStyle The background style set of the %CheckButton control
* @param[in] showTitle Set to @c true to enable the title, @n
* @since 2.0
*
* @return An error code
- * @param[in] point The position of this %ColorPicker in the container
+ * @param[in] point The position of this %ColorPicker in the container @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @exception E_SUCCESS The method is successful.
* @exception E_SYSTEM A system error has occurred.
* @remarks A control is fully usable only after it has been added to a container. Therefore, some methods may fail if the control is used earlier.
* @since 2.1
*
* @return An error code
- * @param[in] point The position of this %ColorPicker in the container
+ * @param[in] point The position of this %ColorPicker in the container @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @exception E_SUCCESS The method is successful.
* @exception E_SYSTEM A system error has occurred.
* @remarks A control is fully usable only after it has been added to a container. Therefore, some methods may fail if the control is used earlier.
* @since 2.0
*
* @return An error code
- * @param[in] point The x and y coordinates of the anchor of %ContextMenu
+ * @param[in] point The x and y coordinates of the anchor of %ContextMenu @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] style The context menu style
* @exception E_SUCCESS The method is successful.
* @exception E_INVALID_STATE This instance has already been constructed.
* @since 2.0
*
* @return An error code
- * @param[in] point The x and y coordinates of the anchor of the %ContextMenu control
+ * @param[in] point The x and y coordinates of the anchor of the %ContextMenu control @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] style The context menu style
* @param[in] direction The anchor arrow direction
* @exception E_SUCCESS The method is successful.
* @since 2.1
*
* @return An error code
- * @param[in] point The x and y coordinates of the anchor of the %ContextMenu control
+ * @param[in] point The x and y coordinates of the anchor of the %ContextMenu control @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] style The context menu style
* @param[in] direction The anchor arrow direction
* @exception E_SUCCESS The method is successful.
* @param[in] title The title
* @exception E_SUCCESS The method is successful.
* @exception E_SYSTEM A system error has occurred.
+ * @remarks The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
*/
result Construct(const Tizen::Base::String& title = L"");
* @param[in] title The title
* @exception E_SUCCESS The method is successful.
* @exception E_SYSTEM A system error has occurred.
+ * @remarks The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
*/
result Construct(const Tizen::Base::String& title = L"");
* @return An error code
* @param[in] rect An instance of the Graphics::Rectangle class @n
* This instance represents the x and y coordinates of the top-left corner of the created window along with
- * the width and height of the control.
+ * the width and height of the control.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] inputStyle Determines whether the fullscreen keypad or overlay keypad is displayed
* @param[in] limitLength The maximum limit of the length of the text that can be displayed by %EditArea
* @exception E_SUCCESS The method is successful.
* @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 window along with
- * the width and height of the control.
+ * the width and height of the control.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] inputStyle Determines whether the fullscreen keypad or overlay keypad is displayed
* @param[in] limitLength The maximum limit of the length of the text that can be displayed by %EditArea
* @exception E_SUCCESS The method is successful.
* @since 2.0
*
* @return An error code
- * @param[in] point The position of the %EditDate in the container
+ * @param[in] point The position of the %EditDate in the container @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] title The title
* @exception E_SUCCESS The method is successful.
* @exception E_SYSTEM A system error has occurred.
* @since 2.1
*
* @return An error code
- * @param[in] point The position of the %EditDate in the container
+ * @param[in] point The position of the %EditDate in the container @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] title The title
* @exception E_SUCCESS The method is successful.
* @exception E_SYSTEM A system error has occurred.
* @return An error code
* @param[in] rect An instance of the Graphics::Rectangle class @n
* This instance represents the x and y coordinates of the top-left corner of the created window along with
- * the width and height of the control.
+ * the width and height of the control. @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] style The style of the %EditField control
* @param[in] inputStyle The input style of the %EditField control
* @param[in] showTitle Set to @c true to display the title, @n
* @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 window along with
- * the width and height of the control.
+ * the width and height of the control. @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] style The style of the %EditField control
* @param[in] inputStyle The input style of the %EditField control
* @param[in] showTitle Set to @c true to display the title, @n
* @since 2.0
*
* @return An error code
- * @param[in] rect The bounds of %EditField
+ * @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 window along with
+ * the width and height of the control. @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] style The style of the %EditField control
* @param[in] inputStyle The input style of the %EditField control
* @param[in] titleStyle The title style
* @since 2.1
*
* @return An error code
- * @param[in] rect The bounds of %EditField
+ * @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 window along with
+ * the width and height of the control. @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] style The style of the %EditField control
* @param[in] inputStyle The input style of the %EditField control
* @param[in] titleStyle The title style
* @since 2.0
*
* @return An error code
- * @param[in] point The position of %EditTime in container
+ * @param[in] point The position of %EditTime in container @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] title The title
* @exception E_SUCCESS The method is successful.
* @exception E_SYSTEM A system error has occurred.
* @since 2.1
*
* @return An error code
- * @param[in] point The position of %EditTime in container
+ * @param[in] point The position of %EditTime in container @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] title The title
* @exception E_SUCCESS The method is successful.
* @exception E_SYSTEM A system error has occurred.
* @return An error code
* @param[in] rect An instance of the Graphics::Rectangle class @n
* This instance represents the x and y coordinates of the top-left corner of the expandable edit area along with
- * the width and height.
+ * the width and height. @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] style The style of the expandable edit area
* @param[in] titleStyle The title style
* @param[in] maxExpandableLines The maximum number of lines to which the control can be expanded.
* @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 expandable edit area along with
- * the width and height.
+ * the width and height. @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] style The style of the expandable edit area
* @param[in] titleStyle The title style
* @param[in] maxExpandableLines The maximum number of lines to which the control can be expanded.
* @since 2.0
*
* @return An error code
- * @param[in] actionId The action ID of this item
+ * @param[in] actionId The action ID of this item
* @exception E_SUCCESS The method is successful.
* @exception E_INVALID_ARG The specified input parameter is invalid. @n
* The specified @c actionId of the specified item must be a positive integer.
*
* @return A pointer to the Footer control, @n
* else @c null if there is no %Footer
- * @remarks The retrieved pointer may be temporary. Therefore, it should not be stored after immediate use.
+ * @remarks The retrieved pointer may be temporary. Therefore, it should not be stored after immediate use. @n
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
*/
Footer* GetFooter(void) const;
* @return A pointer to the Header control, @n
* else @c null if there is no %Header
* @remarks The retrieved pointer may be temporary. Therefore, it should not be
- * stored after immediate use.
+ * stored after immediate use. @n
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
*/
Header* GetHeader(void) const;
* @return An error code
* @param[in] rect An instance of the Graphics::Rectangle class @n
* This instance represents the x and y coordinates of the top-left corner of the created %Gallery control along with the
- * width and height.
+ * width and height. @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @exception E_SUCCESS The method is successful.
* @exception E_INVALID_ARG The specified input parameter is invalid.
* @exception E_SYSTEM A system error has occurred.
* @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 %Gallery control along with the
- * width and height.
+ * width and height.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @exception E_SUCCESS The method is successful.
* @exception E_INVALID_ARG The specified input parameter is invalid.
* @exception E_SYSTEM A system error has occurred.
* @return An error code
* @param[in] rect An instance of the Graphics::Rectangle class
* This instance represents the x and y coordinates of the top-left corner of the created
- * %GroupedListView control along with the width and height.
+ * %GroupedListView control along with the width and height.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] style The style of the %GroupedListView control
* @param[in] itemDivider Set to @c true to display an item divider, @n
* else @c false
* @return An error code
* @param[in] rect An instance of the Graphics::Rectangle class
* This instance represents the x and y coordinates of the top-left corner of the created
- * %GroupedListView control along with the width and height.
+ * %GroupedListView control along with the width and height.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] style The style of the %GroupedListView control
* @param[in] itemDivider Set to @c true to display an item divider, @n
* else @c false
* @return An error code
* @param[in] rect An instance of the Graphics::Rectangle class
* This instance represents the x and y coordinates of the top-left corner of the created
- * %GroupedListView control along with the width and height.
+ * %GroupedListView control along with the width and height.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] style The style of the %GroupedListView control
* @param[in] itemDivider Set to @c true to display an item divider, @n
* else @c false
* @return An error code
* @param[in] rect An instance of the Graphics::Rectangle class @n
* This instance represents the x and y coordinates of the left top corner of the created %GroupedTableView along with
- * the width and height.
+ * the width and height.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] itemDivider Set to @c true to display an item divider, @n
* else @c false
* @param[in] scrollStyle The style of %GroupedTableView scroll bar style
* @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 left top corner of the created %GroupedTableView along with
- * the width and height.
+ * the width and height.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] itemDivider Set to @c true to display an item divider, @n
* else @c false
* @param[in] scrollStyle The style of %GroupedTableView scroll bar style
* @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\r
+ * The optimal size of the control is defined in\r
+ * <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
* @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\r
+ * The optimal size of the control is defined in\r
+ * <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
* @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 window along with
- * the width and height of the window.
+ * the width and height of the window.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] text The text for this label instance
* @exception E_SUCCESS The method is successful.
* @exception E_INVALID_ARG A specified input parameter is invalid.
* @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 window along with
- * the width and height of the window.
+ * the width and height of the window.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] text The text for this label instance
* @exception E_SUCCESS The method is successful.
* @exception E_INVALID_ARG A specified input parameter is invalid.
* @return An error code
* @param[in] rect An instance of the Graphics::Rectangle class @n
* This instance represents the x and y coordinates of the left top corner of the created %ListView along with the width
- * and height.
+ * and height.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] itemDivider Set to @c true to display an item divider, @n
* else @c false
* @param[in] fastScroll Set to @c true to use fast scroll, @n
* @return An error code
* @param[in] rect An instance of the Graphics::Rectangle class @n
* This instance represents the x and y coordinates of the left top corner of the created %ListView along with the width
- * and height.
+ * and height.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] itemDivider Set to @c true to display an item divider, @n
* else @c false
* @param[in] scrollStyle Set to scroll style
* @return An error code
* @param[in] rect An instance of the Graphics::Rectangle class @n
* This instance represents the x and y coordinates of the left top corner of the created %ListView along with the width
- * and height.
+ * and height.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] itemDivider Set to @c true to display an item divider, @n
* else @c false
* @param[in] scrollStyle Set to scroll style
* @return An error code
* @param[in] hasTitle Set to @c true if the %Popup control has a title, @n
* else @c false
- * @param[in] dim The size of the %Popup control
+ * @param[in] dim The size of the %Popup control @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @exception E_SUCCESS The method is successful.
* @exception E_INVALID_ARG A specified input parameter is invalid.
* @exception E_SYSTEM A system error has occurred.
* @return An error code
* @param[in] hasTitle Set to @c true if the %Popup control has a title, @n
* else @c false
- * @param[in] dim The size of the %Popup control
+ * @param[in] dim The size of the %Popup control @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @exception E_SUCCESS The method is successful.
* @exception E_INVALID_ARG A specified input parameter is invalid.
* @exception E_SYSTEM A system error has occurred.
* @param[in] layout The layout for both the portrait and landscape mode
* @param[in] hasTitle Set to @c true if the %Popup control should have a title, @n
* else @c false
- * @param[in] dim The size of the %Popup control
+ * @param[in] dim The size of the %Popup control @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @exception E_SUCCESS The method is successful.
* @exception E_INVALID_ARG A specified input parameter is invalid, or
* the specified layout is already bound to another container.
* @param[in] layout The layout for both the portrait and landscape mode
* @param[in] hasTitle Set to @c true if the %Popup control should have a title, @n
* else @c false
- * @param[in] dim The size of the %Popup control
+ * @param[in] dim The size of the %Popup control @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @exception E_SUCCESS The method is successful.
* @exception E_INVALID_ARG A specified input parameter is invalid, or
* the specified layout is already bound to another container.
* @param[in] landscapeLayout The layout for the landscape mode
* @param[in] hasTitle Set to @c true if this %Popup control should have a title, @n
* else @c false
- * @param[in] dim The size of the %Popup control
+ * @param[in] dim The size of the %Popup control @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @exception E_SUCCESS The method is successful.
* @exception E_INVALID_ARG A specified input parameter is invalid, or
* the specified layout is already bound to another container.
* @param[in] landscapeLayout The layout for the landscape mode
* @param[in] hasTitle Set to @c true if this %Popup control should have a title, @n
* else @c false
- * @param[in] dim The size of the %Popup control
+ * @param[in] dim The size of the %Popup control @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @exception E_SUCCESS The method is successful.
* @exception E_INVALID_ARG A specified input parameter is invalid, or
* the specified layout is already bound to another container.
* @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 window along with
- * its width and height.
+ * its width and height. @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] minValue The minimum value of the current instance of %Progress
* @param[in] maxValue The maximum value of the current instance of %Progress
* @exception E_SUCCESS The method is successful.
* @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 window along with
- * its width and height.
+ * its width and height. @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] minValue The minimum value of the current instance of %Progress
* @param[in] maxValue The maximum value of the current instance of %Progress
* @exception E_SUCCESS The method is successful.
* @return An error code
* @param[in] rect An instance of the Graphics::Rectangle class @n
* This instance represents the x and y coordinates of the top-left corner of the created window along with
- * the width and height of the control.
+ * the width and height of the control. @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] searchBarButton Set to @c true to display the search bar button, @n
* else @c false
* @param[in] keypadAction The keypad action
* @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 window along with
- * the width and height of the control.
+ * the width and height of the control. @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] searchBarButton Set to @c true to display the search bar button, @n
* else @c false
* @param[in] keypadAction The keypad action
* @return An error code
* @param[in] rect An instance of the Graphics::Rectangle class @n
* This instance represents the x and y coordinates of the top-left corner of the created window along with
- * the width and height of the control.
+ * the width and height of the control.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] backgroundStyle The background style set of the slider
* @param[in] showTitle Set to @c true to enable the show title, @n
* else @c false
* @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 window along with
- * the width and height of the control.
+ * the width and height of the control.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] backgroundStyle The background style set of the slider
* @param[in] showTitle Set to @c true to enable the show title, @n
* else @c false
* @return An error code
* @param[in] rect An instance of the Graphics::Rectangle class @n
* This instance represents the x and y coordinates of the top-left corner of the created window along with
- * its width and height.
+ * its width and height.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] sliderStyle The style of the slider @n
* Multiple link types can be combined using bitwise OR operator.
* @param[in] minValue The minimum slider value
* @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 window along with
- * its width and height.
+ * its width and height.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] sliderStyle The style of the slider @n
* Multiple link types can be combined using bitwise OR operator.
* @param[in] minValue The minimum slider value
* @return An error code
* @param[in] x The X position of the top left corner
* @param[in] y The Y position of the top left corner
- * @param[in] width The width
+ * @param[in] width The width @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @exception E_SUCCESS The method is successful.
* @exception E_INVALID_ARG A specified input parameter is invalid.
* @exception E_INVALID_STATE This instance is in an invalid state.
* @return An error code
* @param[in] x The X position of the top left corner
* @param[in] y The Y position of the top left corner
- * @param[in] width The width
+ * @param[in] width The width @n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @exception E_SUCCESS The method is successful.
* @exception E_INVALID_ARG A specified input parameter is invalid.
* @exception E_INVALID_STATE This instance is in an invalid state.
* @return An error code
* @param[in] rect An instance of the Graphics::Rectangle class @n
* This instance represents the x and y coordinates of the top-left corner of the created window along with
- * the width and height of the control.
+ * the width and height of the control.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] border The border style
* @exception E_SUCCESS The method is successful.
* @exception E_SYSTEM A system error has occurred.
* @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 window along with
- * the width and height of the control.
+ * the width and height of the control.@n\r
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
* @param[in] border The border style
* @exception E_SUCCESS The method is successful.
* @exception E_SYSTEM A system error has occurred.
* @exception E_SUCCESS The method is successful.
* @exception E_SYSTEM A system error has occurred.
* @remarks The default owner will be the current Form (or Frame). It is possible that this control may not be visible
- * due to this ownership relationship. @n In this case, use the SetOwner() method to change the ownership to the top-most window.
+ * due to this ownership relationship. @n In this case, use the SetOwner() method to change the ownership to the top-most window. @n
+ * The optimal size of the control is defined in\r
+ * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
*/
result Construct(const Tizen::Base::String& title = L"");