X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fbuttons%2Fpush-button.h;h=48ad719505ae697546c3d4a91f00ff145d981ae6;hb=0031ca8312dba666109e4f7fbb62a3a5e288b7c2;hp=c887574a298a247fc9a5c67dcee78fa9449eb801;hpb=959d2c624f92023a5167788ccf6f4b4af3f3d6d8;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 }; };