I am passing my view's window id to Xnest (Xnest :1 -parent <window_id>)
to get the Xwindow display into my view.
If i initialize workbench with already opened Table/Tree Viwer, this table
viewer can have the public accessable window id, now if i close the Viewer
and opening through "Show View" menu the same permissions are not going to
set. how i can assign the public access permissions to a view.
References:
to get the x_id/window_id
Display.java -> checkIfEventProc -> case OS.VisibilityNotify
if(widget instanceof Table)
System.out.print(OS.X_EVENT_WINDOW (xEvent));