Jump to content

Event Tooltip.GetGraphic: Difference between revisions

From Flowcode Help
Admin (talk | contribs)
XML import
 
Admin (talk | contribs)
XML import
Line 6: Line 6:
__TOC__
__TOC__


==Parameters==
[[Variable types|HANDLE]] ''Component''
[[Variable types|HANDLE]] ''Component''
:The object under the mouse
:The object under the mouse

Revision as of 01:48, 12 May 2013

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 information