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%2Fbutton.h;h=34ea28f743d8b465463af57e1468c18f628e1544;hp=f5c2701a35429cbeae7aa4b90ce2dcb223b7ae37;hb=f54caf0701f2812a55aa573530f2861ea057e8d6;hpb=42c26e1e4195716f1f8a1537920194e4063af9a4 diff --git a/dali-toolkit/public-api/controls/buttons/button.h b/dali-toolkit/public-api/controls/buttons/button.h index f5c2701..34ea28f 100644 --- a/dali-toolkit/public-api/controls/buttons/button.h +++ b/dali-toolkit/public-api/controls/buttons/button.h @@ -326,31 +326,46 @@ public: // Deprecated API /** - * @deprecated Sets the label with an actor. + * @brief Sets the label with an actor. + * + * @deprecated DALi 1.0.50 + * * @param[in] label The actor to use as a label */ void SetLabel( Actor label ); /** - * @deprecated Sets the button image. + * @brief Sets the button image. + * + * @deprecated DALi 1.0.50 + * * @param[in] image The button image. */ void SetButtonImage( Image image ); /** - * @deprecated Sets the selected image. + * @brief Sets the selected image. + * + * @deprecated DALi 1.0.50 + * * @param[in] image The selected image. */ void SetSelectedImage( Image image ); /** - * @deprecated Gets the button image. + * @brief Gets the button image. + * + * @deprecated DALi 1.0.50 + * * @return An actor with the button image. */ Actor GetButtonImage() const; /** - * @deprecated Gets the selected image. + * @brief Gets the selected image. + * + * @deprecated DALi 1.0.50 + * * @return An actor with the selected image. */ Actor GetSelectedImage() const;