is_window_from_same_toplevel_window
Description:
public bool is_window_from_same_toplevel_window (
Window win1,
Window win2)
Checks whether 2 windows have the same topmost window
Parameters:
| this |
the engine
|
| win1 |
first window
|
| win2 |
second window
|
Returns:
|
TRUE is windows are in the same application
|