docsforadobe / Types-for-Adobe

TypeScript types for Adobe: AfterEffects, Animate, Audition, Illustrator, InDesign, Photoshop, Premiere, ScriptUI.
532 stars 126 forks source link

Define Tab, TabbedPanel #61

Closed zlovatt closed 4 years ago

zlovatt commented 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.

Similarly, TabbedPanel has fixed children type of Tab, and adds selection / onChange

pravdomil commented 4 years ago

thanks, see master