Add window minimize/restore/maximize event for DALi
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / accessibility.h
index 77c7257..a3a8df4 100644 (file)
@@ -344,6 +344,16 @@ enum class WindowEvent
 };\r
 \r
 /**\r
+ * @brief Restored window state\r
+ * @see Accessibility::Accessible::Emit\r
+ */\r
+enum class WindowRestoreType\r
+{\r
+  RESTORE_FROM_ICONIFY,  // The Window is Deiconified.\r
+  RESTORE_FROM_MAXIMIZE  // The Window is Unmaximized.\r
+};\r
+\r
+/**\r
  * @brief Enumeration used to acquire bounded text from accessible object having textual content.\r
  * @see Accessibility::Text::GetTextAtOffset\r
  * @note Currently only TextBoundary::Character is supported\r