X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fbuttons%2Fpush-button.h;h=313d7d086ed8df6e5d93158039c8bd9500e6704f;hp=8ebbf58789dfd288c07d9f26aebf5801df187ebb;hb=f54caf0701f2812a55aa573530f2861ea057e8d6;hpb=42c26e1e4195716f1f8a1537920194e4063af9a4 diff --git a/dali-toolkit/public-api/controls/buttons/push-button.h b/dali-toolkit/public-api/controls/buttons/push-button.h index 8ebbf58..313d7d0 100644 --- a/dali-toolkit/public-api/controls/buttons/push-button.h +++ b/dali-toolkit/public-api/controls/buttons/push-button.h @@ -126,7 +126,10 @@ public: using Button::SetButtonImage; /** - * @deprecated Sets the unselected image with an Actor. + * @brief Sets the unselected image with an Actor. + * + * @deprecated DALi 1.0.50 + * * @param[in] image The Actor to use. */ void SetButtonImage( Actor image ); @@ -134,7 +137,10 @@ public: using Button::SetBackgroundImage; /** - * @deprecated Sets the background image with an Actor. + * @brief Sets the background image with an Actor. + * + * @deprecated DALi 1.0.50 + * * @param[in] image The Actor to use. */ void SetBackgroundImage( Actor image ); @@ -142,7 +148,10 @@ public: using Button::SetSelectedImage; /** - * @deprecated Sets the selected image with an Actor. + * @brief Sets the selected image with an Actor. + * + * @deprecated DALi 1.0.50 + * * @param[in] image The Actor to use. */ void SetSelectedImage( Actor image ); @@ -150,7 +159,10 @@ public: using Button::SetSelectedBackgroundImage; /** - * @deprecated Sets the selected background image with an Actor. + * @brief Sets the selected background image with an Actor. + * + * @deprecated DALi 1.0.50 + * * @param[in] image The Actor to use. */ void SetSelectedBackgroundImage( Actor image ); @@ -158,7 +170,10 @@ public: using Button::SetDisabledBackgroundImage; /** - * @deprecated Sets the disabled background image with an Actor. + * @brief Sets the disabled background image with an Actor. + * + * @deprecated DALi 1.0.50 + * * @param[in] image The Actor to use. */ void SetDisabledBackgroundImage( Actor image ); @@ -166,7 +181,10 @@ public: using Button::SetDisabledImage; /** - * @deprecated Sets the disabled image with an Actor. + * @brief Sets the disabled image with an Actor. + * + * @deprecated DALi 1.0.50 + * * @param[in] image The Actor to use. */ void SetDisabledImage( Actor image ); @@ -174,7 +192,10 @@ public: using Button::SetDisabledSelectedImage; /** - * @deprecated Sets the disabled selected image with an Actor. + * @brief Sets the disabled selected image with an Actor. + * + * @deprecated DALi 1.0.50 + * * @param[in] image The Actor to use. */ void SetDisabledSelectedImage( Actor image );