I've recently added some tab functionality to a large widget program
that was originally planned, but never implemented until now. I've
gotten the program to open the new tabs, now I need the program to be
able to close the old tabs apon request from the user. There's some
complexities in reorganizing the large uvalue structures for each of
the open tabs, but that's not what I'm worried about.
What I'm interested in is if there's a way to put a (close) button on
the actual tab, instead of having it in a menu or in the larger tab
area.