embedded_windows#

class ansys.fluent.core.solver.tui_231.main_menu.display.embedded_windows(path, service)#

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(*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.