GUI/Maximum window dimensions: Difference between revisions

Content added Content deleted
m ({{omit from|AWK}})
Line 59: Line 59:


{{improve|Icon|Need to handle window borders which will vary from system to system and handle or comment on additional requirements.}}
{{improve|Icon|Need to handle window borders which will vary from system to system and handle or comment on additional requirements.}}

=={{header|Mathematica}}==
Example output on a 1280x1024 system.
<lang Mathematica>Differences@Transpose@SystemInformation["Devices"][[1, 2, 1, 1, 2]]
->{{1260, 951}}</lang>


=={{header|PicoLisp}}==
=={{header|PicoLisp}}==