Difference between revisions of "Event Tooltip.GetGraphic"

From Flowcode Help
Jump to navigationJump to search
(XML import)
 
(XML import)
 
(6 intermediate revisions by 2 users not shown)
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
  
Line 6: Line 6:
 
__TOC__
 
__TOC__
  
[[Variable types|HANDLE]] ''Component''
+
==Parameters==
 +
[[Variable Types|HANDLE]] ''Component''
 
:The object under the mouse
 
:The object under the mouse
  
[[Variable types|FLOAT]] ''X''
+
[[Variable Types|FLOAT]] ''X''
 
:X size of tooltip area
 
:X size of tooltip area
  
[[Variable types|FLOAT]] ''Y''
+
[[Variable Types|FLOAT]] ''Y''
 
:Y size of tooltip area
 
:Y size of tooltip area
 +
  
 
==Return value==
 
==Return value==
[[Variable types|ULONG]]
+
[[Variable Types|ULONG]]
 +
Non-zero to claim the tooltip event
 +
 
  
Non-zero to claim the tooltip event
 
 
==Detailed description==
 
==Detailed description==
 
''<span style="color:red;">No additional information</span>''
 
''<span style="color:red;">No additional information</span>''
Line 24: Line 27:
  
 
==Examples==
 
==Examples==
''<span style="color:red;">No additional information</span>''
+
''<span style="color:red;">No additional examples</span>''

Latest revision as of 15:59, 16 January 2014

<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