tinyInstDetail
layout tinyInstDetail boolean { t | nil }
graphic tinyInstDetail boolean { t | nil }
Description
Determines whether to display all the details of an instance, even those smaller than the size set in the displayResolution environment variable.
The cellview redraws faster when the default value nil is used.
GUI Equivalent
Examples
envGetVal("layout" "tinyInstDetail")
envSetVal("layout" "tinyInstDetail" 'boolean t)
envGetVal("graphic" "tinyInstDetail")
envSetVal("graphic" "tinyInstDetail" 'boolean t)
Related Topics
Return to top