So if I just want a flat textured addon and want to draw borders (either around the whole “addon window( aka frame)” of just an area within in it I’m wondering what the best method would be?
eg:
For a border I could create my main addon frame, set it’s texture colour then create another frame fractionally smaller than the first one and a different colour.
Alternatively I could use frame.createline to draw four lines around the edge of my main addon.
And I wouldn’t be surprised if there are lots of other ways. So, just wondering what the best approach is?