geGetWindowSelProtectionSelectability
geGetWindowSelProtectionSelectability( [ w_window ] ) => t / nil
Description
Returns whether or not the protected objects in the specified window can be selected.
Arguments
|
The window that is queried for the selectability state of the protected objects. If not specified, the selectable state of the protected objects in the current window is returned. |
Value Returned
|
Returned if the protected objects in the specified window can be selected. |
|
|
Returned if the protected objects in the specified window cannot be selected. |
Examples
Indicates that the protected objects in the current window can be selected.
geGetWindowSelProtectionSelectability()
=> t
Related Topics
Return to top