WoW:Using the Interface Options Addons panel (source)
Revision as of 03:02, 19 December 2014
, 19 December 2014Reverted edit(s) by 195.37.208.218 (talk) to last version by Zasurus
(→Removing an existing options panel: typos fixed) |
m (Reverted edit(s) by 195.37.208.218 (talk) to last version by Zasurus) |
||
| Line 122: | Line 122: | ||
end; | end; | ||
This function takes two | This function takes two peramiters "Parent" and "Child" and they are both strings: | ||
* Parent is the name of the main panel (normally the name of the addon) | * Parent is the name of the main panel (normally the name of the addon) | ||
* Child is the name of any child panels you wish to remove | * Child is the name of any child panels you wish to remove | ||
If both Parent and Child are given then the function removes only the child panel from the parent. If however only the parent is given then the whole panel and all child panels are removed. | If both Parent and Child are given then the function removes only the child panel from the parent. If however only the parent is given then the whole panel and all child panels are removed. | ||
[[Category:HOWTOs|Using the Interface Options Addons panel]] | [[Category:HOWTOs|Using the Interface Options Addons panel]] | ||