I'm trying to determine which tabs are left-side and which are right-side in the Tab Groups .otg XML files.
I've noticed that in my .otg files left-side tabs have flags="0"
attribute in the "tab" node like so:
<tab buf_flags="0x20000" flags="0" name="">
and right-side tabs have flags="8"
attribute in the "tab" node like so:
<tab buf_flags="0x30000" flags="8" name="">
Is this correct & reliable, or are there caveats? What would be a reliable way to determine on which side does the tab belong in the .otg file?