View Single Post
01-12-15, 03:54 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
For reference, here is what I posted on WowAce:

Originally Posted by Phanx
You can see an example of a fully native (using Blizz templates only, no libraries) config panel with tabs here:
https://github.com/Phanx/CleanCompar...ptions.lua#L30
It's pretty lightweight, and wouldn't be too hard to adapt to your idea.

Another (somewhat bloated) option would be to use the AceConfig libraries:
1. Define an options table.
2. Register the options table with AceConfig-Registry.
3. Tell AceConfig-Dialog to make a config panel for your options table in the Interface Options window.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote