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=baad4dc9412d2c3f64de7a8d02fbbbe58fcd2b8d;hp=a49a9e02f3a15b6b023e45ed86c39f9320ffdba7;hb=6c8eb158ad2fb68a20bdcfabf8e07dd017da0528;hpb=68106e2cbb8541c18a77f39770ea7759f44e02a0 diff --git a/dali-toolkit/public-api/controls/buttons/button.h b/dali-toolkit/public-api/controls/buttons/button.h index a49a9e0..baad4dc 100644 --- a/dali-toolkit/public-api/controls/buttons/button.h +++ b/dali-toolkit/public-api/controls/buttons/button.h @@ -248,6 +248,55 @@ public: */ Actor GetLabel() const; + /** + * @brief Sets the button image. + * + * @param[in] image The button image. + */ + void SetButtonImage( Image image ); + + /** + * @brief Sets the background image. + * + * @param[in] image The background image. + */ + void SetBackgroundImage( Image image ); + + /** + * @brief Sets the selected image. + * + * @param[in] image The selected image. + */ + void SetSelectedImage( Image image ); + + /** + * @brief Sets the selected background image. + * + * @param[in] image The selected background image. + */ + void SetSelectedBackgroundImage( Image image ); + + /** + * @brief Sets the disabled background image. + * + * @param[in] image The disabled background image. + */ + void SetDisabledBackgroundImage( Image image ); + + /** + * @brief Sets the disabled button image. + * + * @param[in] image The disabled button image. + */ + void SetDisabledImage( Image image ); + + /** + * @brief Sets the disabled selected button image. + * + * @param[in] image The disabled selected button image. + */ + void SetDisabledSelectedImage( Image image ); + public: //Signals /**