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…')
 
m (Move page script moved page XML/GameTooltip to XML/GameTooltip without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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]]

Latest revision as of 04:49, 15 August 2023

XML UI ← XML elements < GameTooltip

Inheritance[edit]

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

Elements[edit]

none

Attributes[edit]

none

Description[edit]

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