Re: Custom GtkHeaderBar

2017-04-16 Thread Takao Fujiwara
I think your example still draws the green color of the hbox but not the theme color of GtkHeaderBar. I also think the menu and headerbar's colors are different. Fujiwara On 04/16/17 04:25, cecas...@aol.com-san wrote: I gave it another try and "header" gtk_style_context_add_class() is

Re: Moving to glade and GtkInspector

2017-04-16 Thread Martin Owens
On Wed, 2017-04-12 at 13:28 +0200, Sébastien Wilmet wrote: > > Any ideas, or thoughts? Yes, so we have existing user interfaces and I was really hoping there'd be a way of using the gtk=inspector to dump out the widget structure into a machine readable format. Even if it was something sloppy I

Re: What does "(skip)" mean ???

2017-04-16 Thread Christoph Reiter
On Sun, Apr 16, 2017 at 7:44 PM, John Emmas via gtk-devel-list wrote: > All of a sudden I've hit a problem when building glib with MSVC. It seems > to be affecting calls to g_mkstemp() / g_getenv() and various others. Let's > take g_mkstemp() as an example. It gets

Re: What does "(skip)" mean ???

2017-04-16 Thread Sébastien Wilmet
Hi, Replying only to the mail subject: It's a GObject Introspection annotation !!! https://wiki.gnome.org/Projects/GObjectIntrospection/Annotations -- Sébastien ___ gtk-devel-list mailing list gtk-devel-list@gnome.org

What does "(skip)" mean ???

2017-04-16 Thread John Emmas via gtk-devel-list
All of a sudden I've hit a problem when building glib with MSVC. It seems to be affecting calls to g_mkstemp() / g_getenv() and various others. Let's take g_mkstemp() as an example. It gets called in glib-genmarshal.c Prior to commit #d1528402, git master had some lines looking like this