hiSetFormPosition
hiSetFormPosition(l_location) =>t / nil
Description
Sets the default initial location for forms displayed without an explicit location argument.
It gets overriden by specifying a location to hiDisplayForm.
If the user has set the formPlacement resource to something other than the default, this location is not used.
The default value can be set in your .Xdefaults file with the line
Opus.formPlacement: default
or by setting the formPlacement property of the Command Interpreter Window to "default" with the line
hiGetCIWindow ( ) => formPlacement = "default"
Argument
|
Location being specified. This must be a list of two integers. |
Value Returned
Related Topics
Return to top