How to prevent mouseover effect in GTK button

2019-07-26 16:15发布

问题:

I have a doubt about mouseover effect when I create a button and put an image with gtk_button_set_image. If I remove the relief with gtk_button_set_relief, I can't see the border, but when I put the mouse over the button, border appears.

Is there any solution so that this doesn't occur?

回答1:

I guess it's just your GTK+ theme's choice.



标签: c++ c gtk