[AT-SPI] Add notification for a11y name/description change
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / buttons / toggle-button-impl.h
index 7609773..a3bb83a 100644 (file)
@@ -170,6 +170,7 @@ protected:
 
     Dali::Accessibility::States CalculateStates() override;
     std::string GetDescriptionRaw() override;
 
     Dali::Accessibility::States CalculateStates() override;
     std::string GetDescriptionRaw() override;
+    Property::Index GetDescriptionPropertyIndex() override;
   };
   void OnStateChange( State newState ) override;
 };
   };
   void OnStateChange( State newState ) override;
 };