- 
                Notifications
    
You must be signed in to change notification settings  - Fork 52
 
Open
Description
We may need to provide a Dart API for controlling Windows.
(We are already providing a way to control the window using the internal method channel. flutter-tizen/embedder#122)
However, some plugins already obtain the window native handle, open to libecore_wl2.so using dlopen, and make EcoreWl2WindowProxy.
https://github.com/flutter-tizen/plugins/blob/master/packages/video_player_avplay/tizen/src/ecore_wl2_window_proxy.h
Therefore, we can provide APIs as plugins for several APIs.
ecore_wl2_window_show
ecore_wl2_window_hide
ecore_wl2_window_activate
ecore_wl2_window_raise
ecore_wl2_window_lower
ecore_wl2_window_alpha_get
ecore_wl2_window_alpha_set
ecore_wl2_window_title_set   // ??
ecore_wl2_window_title_get  //??
If you have any opinions, please feel free.
Metadata
Metadata
Assignees
Labels
No labels