Add Remarks to Panel,ScrollPanel,Popup Construct
authorkeonpyo.kong <keonpyo.kong@samsung.com>
Tue, 14 May 2013 01:34:37 +0000 (10:34 +0900)
committerkeonpyo.kong <keonpyo.kong@samsung.com>
Tue, 14 May 2013 01:34:37 +0000 (10:34 +0900)
Change-Id: I403eeb391940555031e20613ca475146138dea6c
Signed-off-by: keonpyo.kong <keonpyo.kong@samsung.com>
inc/FUiCtrlPanel.h
inc/FUiCtrlPopup.h
inc/FUiCtrlScrollPanel.h

index b7a60ca..148bbdc 100644 (file)
@@ -176,6 +176,8 @@ public:
         * @exception  E_FILE_NOT_FOUND        The specified file cannot be found.
         * @exception  E_INVALID_FORMAT        The specified XML format is invalid.
         * @exception  E_OPERATION_FAILED      The operation has failed.
+        * @remarks     If SetBounds(), SetSize(), SetPosition() methods are called before the control is added to the parent via AddControl(), then the new value is applied
+        *                      to both orientations because the current orientation is not known. After AddControl() is called, then the values are applied only to the current orientation.  
         */
        result Construct(const Tizen::Base::String& resourceId);
 
index 9bdf0f7..efc2da5 100644 (file)
@@ -246,6 +246,8 @@ public:
         * @exception  E_OPERATION_FAILED      The operation has failed.
         * @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.
+        * @remarks     If SetBounds(), SetSize(), SetPosition() methods are called before Show(), then the new value is applied to both orientations 
+        *                      because the current orientation is not known. After Show() is called, then the values are applied only to the current orientation.
         */
        result Construct(const Tizen::Base::String& resourceId);
 
index c288037..1b9d017 100644 (file)
@@ -184,6 +184,8 @@ public:
         * @exception  E_FILE_NOT_FOUND        The specified file cannot be found.
         * @exception  E_INVALID_FORMAT        The specified XML format is invalid.
         * @exception  E_OPERATION_FAILED      The operation has failed.
+        * @remarks     If SetBounds(), SetSize(), SetPosition() methods are called before the control is added to the parent via AddControl(), then the new value is applied
+        *                      to both orientations because the current orientation is not known. After AddControl() is called, then the values are applied only to the current orientation. 
         */
        result Construct(const Tizen::Base::String& resourceId);