enableGDM
layout.cle enableGDM boolean { t | nil }
Description
Enables GDM support in Concurrent Layout.
GUI Equivalent
Examples
envGetVal("layout.cle" "enableGDM")
envSetVal("layout.cle" "enableGDM" 'boolean t)
envSetVal("layout.cle" "enableGDM" 'boolean nil)
Related Topic
List of Concurrent Layout Environment Variables
Return to top