world.WindowDeleteAllHotspots
Deletes all hotspots from a miniwindow
Prototype
long WindowDeleteAllHotspots(BSTR WindowName);
Description
This deletes all hotspots from the miniwindow.
WindowName - the name of an existing miniwindow.
For more information, see:
http://www.gammon.com.au/mushclient/mw_hotspots.htm
Lua example
WindowDeleteAllHotspots (win);
Return value
eNoSuchWindow - no such miniwindow
eOK - completed OK
Related topic
See also
| Function | Description |
|---|---|
| WindowAddHotspot | Adds a hotspot to a miniwindow |
| WindowCreate | Creates a miniwindow |
| WindowDeleteHotspot | Deletes a hotspot from a miniwindow |
| WindowHotspotInfo | Returns information about a hotspot |
| WindowHotspotList | Lists all hotspots installed into a miniwindow |