Contents page

Rules for Tools/DragEmbossedProp()


DragEmbossedProp()
SYNOPSIS
     DragEmbossedProp(struct Window *window, short id)

DESCRIPTION
     When the user clicks on the `EmbossedProp()' gadget (a
     `GADGETDOWN' event,) call `DragEmmbossedProp()' and it will move
     the slider with the mouse.  If you supplied a routine when you
     installed the `EmbossedProp()' in `EmbossPropOn()', that routine
     will be called as the slider moves.

     `DragEmbossedProp()' returns the final value returned by your
     routine prior to the mouse being released.

SEE
     See ModifyEmbossedProp(), DrawEmbossedProp(), ShiftEmbossedProp().