no edit summary
(Created page with 'You can make a checkbox in WoW via the following commands: showLowChkBtn = CreateFrame("CheckButton", "showLow_ChkBtn", nameofparentframe, "ChatConfigCheckButtonTemplate"); sh…') |
No edit summary |
||
| Line 1: | Line 1: | ||
{{wikify}} | |||
You can make a checkbox in WoW via the following commands: | You can make a checkbox in WoW via the following commands: | ||
myCheckButton = CreateFrame("CheckButton", "myCheckButton_GlobalName", parentFrame, "ChatConfigCheckButtonTemplate"); | myCheckButton = CreateFrame("CheckButton", "myCheckButton_GlobalName", parentFrame, "ChatConfigCheckButtonTemplate"); | ||