WoW:XML/GameTooltip: Difference between revisions

From AddOn Studio
< XML
Jump to navigation Jump to search
(Created page with 'Derived from: Frame Elements: ? Attributes: ? For a Lua pseudo code representation of the tooltip widget's methods, see Tooltip Pseudo Code [[Category:XML el…')
 
mNo edit summary
Line 1: Line 1:
__NOTOC__
{{uixmlelem}}
==Inheritance==
Derived from: <[[XML/Frame|Frame]]>


Runtime object: [[UIOBJECT_GameTooltip|GameTooltip]]
== Inheritance ==
: Inherited by: none, Inherits: <[[XML/Frame|Frame]]>, Runtime object: [[UIOBJECT_GameTooltip|GameTooltip]]
: Defined in: [[XML/Frames|Frames]], [[XML/Ui|Ui]]


==Elements==
== Elements ==
none
none


==Attributes==
== Attributes ==
none
none


==Description==
== Description ==
For a Lua pseudo code representation of the tooltip widget's methods, see [[Tooltip Pseudo Code]]
For a Lua pseudo code representation of the tooltip widget's methods, see [[Tooltip Pseudo Code]].
[[Category:XML elements]]
[[Category:XML elements]]

Revision as of 01:48, 17 December 2020

XML UI ← XML elements < GameTooltip

Inheritance

Inherited by: none, Inherits: <Frame>, Runtime object: GameTooltip
Defined in: Frames, Ui

Elements

none

Attributes

none

Description

For a Lua pseudo code representation of the tooltip widget's methods, see Tooltip Pseudo Code.