setTooltipInitialDelay | R Documentation |
Once the mouse pointer sits on top of a node or edge, the tooltip is displayed after an initial delay (possibly 0 msecs), and remains visible for 'dismissDelay' msecs -- or until the mouse point is moved off that node or edge.
setTooltipInitialDelay(obj, msecs)
obj |
a CytoscapeConnectionClass object. |
msecs |
an integer typically 0 to 1000 msecs. |
None.
Paul Shannon
cy <- CytoscapeConnection () setTooltipInitialDelay (cy, 10) # msecs, have the tooltip popup almost immediately