Difference between revisions of "Event Tooltip.GraphicPoll"

From Flowcode Help
Jump to navigationJump to search
(XML import of events update)
(XML import)
 
Line 1: Line 1:
 
 
 
<sidebar>Event Contents</sidebar>
 
<sidebar>Event Contents</sidebar>
 
Called when a tooltip graphic is updating with the draw image already pushed
 
Called when a tooltip graphic is updating with the draw image already pushed

Latest revision as of 15:59, 16 January 2014

<sidebar>Event Contents</sidebar> 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 examples