Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Mouse interface routines - <b>brremhotspot()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 BRREMHOTSPOT()
 This subroutine clears the specified MBROWSE Hot Spot
------------------------------------------------------------------------------
 Syntax
      BRRemHotSpot( <nId> ) -> NIL
 Arguments
     <nID> - the ID number of the region to remove from active duty.
             It is given by BRHotSpot.
 Returns
      NIL
 Description
      This routine removes a mouse hot spot from the MBROWSE list of active
      hot spots.
 Examples
      nHelpId=BRHotSpot(1,1,1,10,{|| ShowHelp()})

     <MBROWSE code>

      BRRemHotSpot(nHelpId)

 Source: MOUSBROW.PRG

 Author: Leo Letendre

See Also: BRHOTSPOT() BRCOOLSPOT() BRWARMSPOT()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson