开发者

How to remove the "default button" border?

开发者 https://www.devze.com 2023-01-28 13:37 出处:网络
When you have a GtkButton in GTK and it开发者_开发问答 is the default for some window (will be activated when you press Enter), a tiny border is draw around it to inform the user that the button is th

When you have a GtkButton in GTK and it开发者_开发问答 is the default for some window (will be activated when you press Enter), a tiny border is draw around it to inform the user that the button is the default button. How to remove this border ?

I already tried: default-border and default-outside-border style properties.


After hours finding for this, I've discovered it:

 gtk_button_set_relief(GTK_BUTTON(button_widget), GTK_RELIEF_HALF);

GTK should have a gallery showing how this changes the button behavior.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号