Jump to content

Event Tooltip.GetGraphic: Difference between revisions

From Flowcode Help
JonnyW (talk | contribs)
XML import of updated Event docs
JonnyW (talk | contribs)
XML import of events update
Line 1: Line 1:




<sidebar>Event Contents</sidebar>
Called when a tooltip graphic can be displayed with the draw image already pushed
Called when a tooltip graphic can be displayed with the draw image already pushed



Revision as of 14:33, 21 August 2013


<sidebar>Event Contents</sidebar> Called when a tooltip graphic can be displayed 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 claim the tooltip event


Detailed description

No additional information


Examples

No additional examples