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=48ad719505ae697546c3d4a91f00ff145d981ae6;hp=c887574a298a247fc9a5c67dcee78fa9449eb801;hb=f3da11c2818c6d17706fbb2417f21b602b3190f5;hpb=d24bcb053ae2e41161cca4482c0c788f0e745821 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 }; };