WoW:Using the Interface Options Addons panel (source)
Revision as of 19:20, 9 August 2010
, 9 August 2010→The XML frame: spelling
mNo edit summary |
(→The XML frame: spelling) |
||
| Line 30: | Line 30: | ||
All we need to do first is to create the Frame. As we are using the Interface Options - Addon panels, we do not need to use any sizing or movement options. | All we need to do first is to create the Frame. As we are using the Interface Options - Addon panels, we do not need to use any sizing or movement options. | ||
The OnLoad script calls | The OnLoad script calls the Panel_OnLoad() function. | ||
| Line 42: | Line 42: | ||
</Scripts> | </Scripts> | ||
</Frame> | </Frame> | ||
=== The Lua function === | === The Lua function === | ||