Is it possible to make AceGUI-3.0 widgets not hide its sub widgets? #506


  • New
Closed
  • cqwrteur created this issue Jul 16, 2019

    For exmple, AceGUIContainer-Frame.lua

     

    title,titlebg_l,titlebg_r are all hidden and is not put into the widget table. I would like to hide its title bar for my own UI just like ElvUI does. However, they are protected in local variables and I couldn't touch them.

     

    Can you put all its widgets into the widget table so we could skin Ace3 much easier?

  • cqwrteur added a tag New Jul 16, 2019
  • nevcairiel closed issue Jul 16, 2019
  • nevcairiel posted a comment Jul 16, 2019

    No, Ace3 widgets are not designed to be modified by the user. You can create your own widget variant if you want it to look different.


To post a comment, please login or register a new account.