pteSetMPTSupportMode
pteSetMPTSupportMode(
w_windowId
{ t | nil }
)
=> t / nil
Description
Enables or disables MPT support in the window with the specified ID.
Arguments
Value Returned
|
MPT support was enabled or disabled in the window with the specified ID. |
|
Examples
pteSetMPTSupportMode(hiGetCurrentWindow() t)
pteSetMPTSupportMode(window(3) nil)
Return to top