hiIsWindowSpecifier
hiIsWindowSpecifier(
g_winspec
)
=> g_winspec / nil
Description
Validates a window specifier, which is passed as the boxSpec argument to the hiCreateWindow and hiOpenWindow functions.
Argument
|
g_winspec
|
Window specifier.
Valid values are:
-
’default -
’interactive -
A bounding box:
list( x1:y1 x2:y2)
where x1 is the lower left x coordinate, y1 is the lower left y coordinate, x2 is the upper right x coordinate, and y2 is the upper right y coordinate. -
A list of bounding box and iconify state:
list( bBox iconifyState)
where iconifyState is nil or a point.
|
Values Returned
|
g_winspec
|
The window specifier.
|
|
nil
|
g_winspec is not a valid window specifier.
|
Related Topics
Window Functions
hiOpenWindow
hiUndockWindow
Return to top