Merge "(Vector) Change shader at visual side" into devel/master
[platform/core/uifw/dali-toolkit.git] / automated-tests / src / dali-toolkit / dali-toolkit-test-utils / toolkit-window.h
index 038812c..2c3eb28 100644 (file)
@@ -2,7 +2,7 @@
 #define TOOLKIT_WINDOW_H
 
 /*
- * Copyright (c) 2022 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2024 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -79,6 +79,7 @@ public:
   void                          SetBackgroundColor(const Vector4& color);
   Vector4                       GetBackgroundColor() const;
   void                          Raise();
+  void                          Show();
   void                          Hide();
   bool                          IsVisible() const;
   FocusChangeSignalType&        FocusChangeSignal();