Re: Custom GtkHeaderBar

2017-04-17 Thread Takao Fujiwara
On 04/18/17 02:52, cecas...@aol.com-san wrote: If I use gtk_style_context_add_class(context, "header"); As I replied, I fixed that problem to call this.get_style_context().remove_class("csd") after set_titlebar(header) is called. Fujiwara The background drawn to the event box window is t

Re: Custom GtkHeaderBar

2017-04-17 Thread Eric Cashon via gtk-app-devel-list
If I use gtk_style_context_add_class(context, "header"); The background drawn to the event box window is transparent on my computer. I just used "menu" to test a different color from the theme but there are many that you can test. The style classes are at the bottom of the documentation page