X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=base%2Fdali-toolkit%2Fpublic-api%2Fcontrols%2Fdefault-controls%2Fcheck-button-factory.h;h=8fe5cdb7b4113fadda07b4cf4d85597bce6d6d92;hb=refs%2Ftags%2Fsubmit%2Ftizen%2F20150205.132635;hp=6a953113721c24f4cb09217d330657f623ffca7a;hpb=12abbd996128aa2bc08677041f957938bee72245;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/base/dali-toolkit/public-api/controls/default-controls/check-button-factory.h b/base/dali-toolkit/public-api/controls/default-controls/check-button-factory.h index 6a95311..8fe5cdb 100644 --- a/base/dali-toolkit/public-api/controls/default-controls/check-button-factory.h +++ b/base/dali-toolkit/public-api/controls/default-controls/check-button-factory.h @@ -35,10 +35,10 @@ namespace Toolkit * * @param[in] backgroundImagePath Image path to be shown as button background. * @param[in] checkedImagePath Image path to be shown as checked button. - * @param[in] dimmedBackgroundImagePath Image path to be shown as button dimmed background. - * @param[in] dimmedCheckedImagePath Image path to be shown as dimmed checked button. + * @param[in] disabledBackgroundImagePath Image path to be shown as button isabled background. + * @param[in] disabledCheckedImagePath Image path to be shown as disabled checked button. */ -DALI_IMPORT_API CheckBoxButton CreateCheckBoxButton( const std::string& backgroundImagePath, const std::string& checkedImagePath, const std::string& dimmedBackgroundImagePath, const std::string& dimmedCheckedImagePath ); +DALI_IMPORT_API CheckBoxButton CreateCheckBoxButton( const std::string& backgroundImagePath, const std::string& checkedImagePath, const std::string& disabledBackgroundImagePath, const std::string& disabledCheckedImagePath ); /** * Creates a check box button with the given images. @@ -48,10 +48,10 @@ DALI_IMPORT_API CheckBoxButton CreateCheckBoxButton( const std::string& backgrou * * @param[in] backgroundImageActor Image to be shown as button background. * @param[in] checkedImageActor Image to be shown as checked button. - * @param[in] dimmedBackgroundImageActor Image to be shown as button dimmed background. - * @param[in] dimmedCheckedImagActor Image to be shown as dimmed checked button. + * @param[in] disabledBackgroundImageActor Image to be shown as button disabled background. + * @param[in] disabledCheckedImagActor Image to be shown as disabled checked button. */ -DALI_IMPORT_API CheckBoxButton CreateCheckBoxButton( Actor backgroundImageActor, Actor checkedImageActor, Actor dimmedBackgroundImageActor, Actor dimmedCheckedImagActor ); +DALI_IMPORT_API CheckBoxButton CreateCheckBoxButton( Actor backgroundImageActor, Actor checkedImageActor, Actor disabledBackgroundImageActor, Actor disabledCheckedImagActor ); /** * Creates a check box button with the given background and checked images.