View Single Post
03-12-19, 09:20 PM   #6
Koviko
A Deviate Faerie Dragon
Join Date: Feb 2010
Posts: 15
Pardon me as I'm not very well-versed in making addons, especially the XML templates.


So, in an XML template, instead of:
Code:
<Button inherits="ItemButtonTemplate" />
We'd have:
Code:
<ItemButton />

And, instead of:
Code:
<Button inherits="ContainerFrameItemButtonTemplate" />
We'd have:
Code:
<ItemButton inherits="ContainerFrameItemButtonMixin" />

Is this accurate?

Last edited by Koviko : 03-12-19 at 09:23 PM.
  Reply With Quote