Window management: Difference between revisions

Content added Content deleted
(Added "window_process_all_updates" after hiding to actually hide the window. Changed "get_width" to "get_position".)
Line 766: Line 766:
</lang>
</lang>


=={{header|Mathematica}}==
=={{header|Mathematica}}/{{header|Wolfram Language}}==
Mathematica can only easily access and control windows created by itself.
Mathematica can only easily access and control windows created by itself.

<lang Mathematica>nb=NotebookCreate[]; (*Create a window and store in a variable*)
<lang Mathematica>nb=NotebookCreate[]; (*Create a window and store in a variable*)
nb===nb2 (*test for equality with another window object*)
nb===nb2 (*test for equality with another window object*)