Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] CTabFolder & setTopRight

Hi,
Depending on which CTabItem is visible, I want to change what appears
on the topRight next to the min/max buttons, just like the Eclipse IDE
does for the Console/Debug/Progress/Task etc panel.

I set up selection events on the CTabFolder and based on the item(the tab item), I try to do a setTopRight(null), setTopRight(control).
It does not change it.

thx
bal


Back to the top