X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fbuttons%2Fpush-button.h;h=48ad719505ae697546c3d4a91f00ff145d981ae6;hb=62f4bf2995acd0c3a386975f4c38f95cbdd507e3;hp=c887574a298a247fc9a5c67dcee78fa9449eb801;hpb=615572d21ca43c37388d9de980a8d1265e8c21fd;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/buttons/push-button.h b/dali-toolkit/public-api/controls/buttons/push-button.h index c887574..48ad719 100644 --- a/dali-toolkit/public-api/controls/buttons/push-button.h +++ b/dali-toolkit/public-api/controls/buttons/push-button.h @@ -68,11 +68,11 @@ public: { enum { - UNSELECTED_ICON = PROPERTY_START_INDEX, ///< Property, name "unselected-icon", type std::string - SELECTED_ICON, ///< Property, name "selected-icon", type std::string - ICON_ALIGNMENT, ///< Property, name "icon-alignment", type std::string - LABEL_PADDING, ///< Property, name "label-padding", type Vector4 - ICON_PADDING, ///< Property, name "icon-padding", type Vector4 + UNSELECTED_ICON = PROPERTY_START_INDEX, ///< Property, name "unselectedIcon", type std::string + SELECTED_ICON, ///< Property, name "selectedIcon", type std::string + ICON_ALIGNMENT, ///< Property, name "iconAlignment", type std::string + LABEL_PADDING, ///< Property, name "labelPadding", type Vector4 + ICON_PADDING, ///< Property, name "iconPadding", type Vector4 }; };