leSetEnv
leSetEnv(t_name g_value) => t / nil
Description
Sets the layout environment properties with the variable t_name to the value g_value.
Arguments
Value Returned
Example
Turns gravity off in the current window.
leSetEnv( "gravityOn" nil )
Related Topics
Environment Variable Functions
Return to top