embedded_windows#
Bases:
TUIMenu
Enter the embedded window menu.
Methods:
close
(*args, **kwargs)Close an embedded window.
close_all
(*args, **kwargs)Close all the embedded windows within the specified parent window.
embed_in
(*args, **kwargs)Specify a window to embed and a parent window to receive the embedded window.
move_out
(*args, **kwargs)Move an embedded window out of the parent window, returning the embedded window to a non-embedded state.
move_out_all
(*args, **kwargs)Move all the embedded windows out of the specified parent window.
Close an embedded window.
Close all the embedded windows within the specified parent window.
Specify a window to embed and a parent window to receive the embedded window.
Move an embedded window out of the parent window, returning the embedded window to a non-embedded state.
Move all the embedded windows out of the specified parent window.