Closed zlovatt closed 4 years ago
Sorry for all the separate PR's 😅 keep running into missing things.
Wanted to note as well that 'Tab' is a separate class (http://estk.aenhancers.com/4%20-%20User-Interface%20Tools/control-objects.html#tab) but the only difference is that the parent is explicitly a TabbedPanel, not a general container.
parent
Similarly, TabbedPanel has fixed children type of Tab, and adds selection / onChange
TabbedPanel
children
selection
onChange
thanks, see master
Sorry for all the separate PR's 😅 keep running into missing things.
Wanted to note as well that 'Tab' is a separate class (http://estk.aenhancers.com/4%20-%20User-Interface%20Tools/control-objects.html#tab) but the only difference is that the
parent
is explicitly a TabbedPanel, not a general container.Similarly,
TabbedPanel
has fixedchildren
type of Tab, and addsselection
/onChange