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