(Button/PushButton) Registering properties using the type-registry.
[platform/core/uifw/dali-toolkit.git] / capi / dali-toolkit / public-api / controls / buttons / button.h
index f52106e..d414714 100644 (file)
@@ -57,6 +57,9 @@ public:
   // Signal Names
   static const char* const SIGNAL_CLICKED;
 
+  // Properties
+  static const Property::Index PROPERTY_DIMMED; ///< name "dimmed", @see SetDimmed(), type BOOLEAN
+
 public:
 
   /**