remove APIs to apply [ACR][03/30][Remove] Remove APIs in Tizen::Ui namespace
[platform/framework/native/uifw.git] / inc / FUiCtrlListItemBase.h
index ade9aa9..e4e554b 100644 (file)
@@ -143,45 +143,6 @@ public:
        result SetDescriptionTextColor(const Tizen::Graphics::Color& color);
 
        /**
-        * Sets the progress value of a list item.
-        *
-        * @since   2.0
-        *
-        * @return  An error code
-        * @param[in] value             The progress value of the list item @n
-        *                              The valid values are integers from @c 0 to @c 100.
-        * @exception E_SUCCESS         The method is successful.
-        * @exception E_SYSTEM          A system error has occurred.
-        */
-       result SetProgressValue(int value);
-
-       /**
-        * Sets the margin of the progress bar.
-        *
-        * @since   2.0
-        *
-        * @return  An error code
-        * @param[in] leftMargin        The left margin of the progress bar
-        * @param[in] rightMargin       The right margin of the progress bar
-        * @exception E_SUCCESS         The method is successful.
-        * @exception E_SYSTEM          A system error has occurred.
-        */
-       result SetProgressMargins(int leftMargin, int rightMargin);
-
-       /**
-        * Sets the margin of the progress bar.
-        *
-        * @since   2.1
-        *
-        * @return  An error code
-        * @param[in] leftMargin        The left margin of the progress bar
-        * @param[in] rightMargin       The right margin of the progress bar
-        * @exception E_SUCCESS         The method is successful.
-        * @exception E_SYSTEM          A system error has occurred.
-        */
-       result SetProgressMargins(float leftMargin, float rightMargin);
-
-       /**
         * Gets the width of the annex area.
         *
         * @since       2.0