Display an icon together with its text

Hi,

I set the text for my action’s icon ( new CButton(“bla”,icon) ), but my dock dipslays only the icon. Text is shown only as tooltip.

How can i display the text next to the icon?

best wishes.

The text is used on menus (right click on the title-bar of your Dockable). Because of limited space, text is never shown on the buttons itself (there is not even code to allow that).

If it is incredible necessary for your project to show this text, then the buttons can be replaced. But it would mean a lot of work.