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>buttonwarm()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 BUTTONWARM()
 Reactivate a mouse screen button with associated function key
------------------------------------------------------------------------------
 Syntax
      ButtonWarm(<aId>) -> NIL
 Arguments
     <aId> which is the id information provided by Button()

 Returns
      NIL
 Description
      This routine provides a method to reactivate a suspended button
      created by button(). Both the action of the function key and the mouse
      are reactivated. They can be suspended using ButtonCool()
 Examples
     aId1=Button(0,0,0,6,"Help",K_F1,{|| MyHelp()},MREAD,"W/N")

     <Some Code>

     ButtonCool(aId1)

     <Some Code>

     ButtonWarm(aId1)
 Header File: MOUSE.CH


 Source: MBUTTON.PRG

 Author: Leo Letendre

See Also: RemoveButton() ButtonCool() Button()

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