Difference between revisions of "Event Tooltip.GraphicPoll"

From Flowcode Help
Jump to navigationJump to search
(XML import)
(XML import)
Line 19: Line 19:
 
==Return value==
 
==Return value==
 
[[Variable types|ULONG]]
 
[[Variable types|ULONG]]
 +
Non-zero to keep the tooltip event
 +
  
Non-zero to keep the tooltip event
 
 
==Detailed description==
 
==Detailed description==
 
''<span style="color:red;">No additional information</span>''
 
''<span style="color:red;">No additional information</span>''

Revision as of 21:50, 12 May 2013

Called when a tooltip graphic is updating with the draw image already pushed

This event is part of the Tooltip class

Parameters

HANDLE Component

The object under the mouse

FLOAT X

X size of tooltip area

FLOAT Y

Y size of tooltip area


Return value

ULONG Non-zero to keep the tooltip event


Detailed description

No additional information


Examples

No additional information