hello,
i want to show the titel icon and the titel text always! At moment its only visible if the dockable has the focus!
Is that possible?
hello,
i want to show the titel icon and the titel text always! At moment its only visible if the dockable has the focus!
Is that possible?
I’m blindly guessing that you are using the EclipseTheme…
This should help:
control.putProperty( EclipseTheme.PAINT_ICONS_WHEN_DESELECTED, true );```
another problem: this should only be in one of my dockables!
Uh, that will be a little bit harder to solve.
At the moment the only solution would be to implement a new tab. You’ll need to do the following: