Hi,

I have a traits application with a tabbed group:

Group(
Group(label="a", dock='tab'),
Group(label="b", dock='tab'),
layout='tabbed')

Beneath the tabbed group, there is button which should perform some action 
depending on the selected tab.
So I would like to know which of both tabs, 'a' or 'b', is selected (i.e. 
active).

Any ideas?

Thanks
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to