Thread: Button Textures
View Single Post
10-03-15, 01:41 PM   #2
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
Lua Code:
  1. local button = CreateFrame('button', nil, UIParent)
  2. button:SetSize(64, 64)
  3. button:SetPoint('CENTER')
  4. button:SetNormalTexture('interface/icons/inv_mushroom_11')
  Reply With Quote