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=c887574a298a247fc9a5c67dcee78fa9449eb801;hp=313d7d086ed8df6e5d93158039c8bd9500e6704f;hb=615572d21ca43c37388d9de980a8d1265e8c21fd;hpb=172678a60aceeb2a60e5d4e5a3c613f8f3c492a9 diff --git a/dali-toolkit/public-api/controls/buttons/push-button.h b/dali-toolkit/public-api/controls/buttons/push-button.h index 313d7d0..c887574 100644 --- a/dali-toolkit/public-api/controls/buttons/push-button.h +++ b/dali-toolkit/public-api/controls/buttons/push-button.h @@ -36,7 +36,7 @@ namespace Internal DALI_INTERNAL class PushButton; } /** - * @addtogroup dali-toolkit-controls-buttons + * @addtogroup dali_toolkit_controls_buttons * @{ */ @@ -126,10 +126,10 @@ public: using Button::SetButtonImage; /** - * @brief Sets the unselected image with an Actor. - * * @deprecated DALi 1.0.50 * + * @brief Sets the unselected image with an Actor. + * * @param[in] image The Actor to use. */ void SetButtonImage( Actor image ); @@ -137,10 +137,10 @@ public: using Button::SetBackgroundImage; /** - * @brief Sets the background image with an Actor. - * * @deprecated DALi 1.0.50 * + * @brief Sets the background image with an Actor. + * * @param[in] image The Actor to use. */ void SetBackgroundImage( Actor image ); @@ -148,10 +148,10 @@ public: using Button::SetSelectedImage; /** - * @brief Sets the selected image with an Actor. - * * @deprecated DALi 1.0.50 * + * @brief Sets the selected image with an Actor. + * * @param[in] image The Actor to use. */ void SetSelectedImage( Actor image ); @@ -159,10 +159,10 @@ public: using Button::SetSelectedBackgroundImage; /** - * @brief Sets the selected background image with an Actor. - * * @deprecated DALi 1.0.50 * + * @brief Sets the selected background image with an Actor. + * * @param[in] image The Actor to use. */ void SetSelectedBackgroundImage( Actor image ); @@ -170,10 +170,10 @@ public: using Button::SetDisabledBackgroundImage; /** - * @brief Sets the disabled background image with an Actor. - * * @deprecated DALi 1.0.50 * + * @brief Sets the disabled background image with an Actor. + * * @param[in] image The Actor to use. */ void SetDisabledBackgroundImage( Actor image ); @@ -181,10 +181,10 @@ public: using Button::SetDisabledImage; /** - * @brief Sets the disabled image with an Actor. - * * @deprecated DALi 1.0.50 * + * @brief Sets the disabled image with an Actor. + * * @param[in] image The Actor to use. */ void SetDisabledImage( Actor image ); @@ -192,10 +192,10 @@ public: using Button::SetDisabledSelectedImage; /** - * @brief Sets the disabled selected image with an Actor. - * * @deprecated DALi 1.0.50 * + * @brief Sets the disabled selected image with an Actor. + * * @param[in] image The Actor to use. */ void SetDisabledSelectedImage( Actor image );