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=4c40ac8769a6d7d3a45306c87abb4b239a6ca7a9;hp=f5c2701a35429cbeae7aa4b90ce2dcb223b7ae37;hb=e09c29c28b366e8afc8f024877e9386f65af77d0;hpb=07bbc876b9b069903dd4ed86c9dd5f2f66fc3b86 diff --git a/dali-toolkit/public-api/controls/buttons/button.h b/dali-toolkit/public-api/controls/buttons/button.h index f5c2701..4c40ac8 100644 --- a/dali-toolkit/public-api/controls/buttons/button.h +++ b/dali-toolkit/public-api/controls/buttons/button.h @@ -32,7 +32,7 @@ namespace Internal DALI_INTERNAL class Button; } /** - * @addtogroup dali-toolkit-controls-buttons + * @addtogroup dali_toolkit_controls_buttons * @{ */ @@ -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;