Merge "Provide object to connect scrollable containers & scroll-bars etc."
[platform/core/uifw/dali-toolkit.git] / capi / dali-toolkit / public-api / controls / buttons / button.h
index 6cdb696..d414714 100644 (file)
@@ -53,14 +53,12 @@ class Button;
 class Button : public Control
 {
 public:
-  //Signal Names
+
+  // Signal Names
   static const char* const SIGNAL_CLICKED;
 
-  /**
-   * The names of custom properties installed by this control.
-   */
-  // Property Names
-  static const char* const PROPERTY_DIMMED;      ///< name "dimmed", type bool.
+  // Properties
+  static const Property::Index PROPERTY_DIMMED; ///< name "dimmed", @see SetDimmed(), type BOOLEAN
 
 public: