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

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

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

2017-04-17 Thread Fan, Chun-wei via gtk-devel-list
Hi John, Note that since a few release series ago we stopped using .symbol files to export symbols but instead use a __declspec(dllexport) approach to export them. See config.h.win32.in in your checkout in the _GLIB_EXTERN part—if it is not defined in your build files, define it as it is in

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

2017-04-17 Thread John Emmas via gtk-devel-list
On 17/04/2017 12:16, John Emmas via gtk-devel-list wrote: my VS8 projects seem to use ".symbols" files for determining what gets exported from the built DLLs. I can't remember why I needed to do that but I probably just need to amend them - or hopefully find a way to stop using them now!

Re: Moving to glade and GtkInspector

2017-04-17 Thread Bastien Nocera
On Mon, 2017-04-03 at 01:29 -0400, Martin Owens wrote: > Hi Gtk Devs, > > I'm brining this up in devel mailing list because it might not be > possible to do well enough, but I'm interested in raising the > question > of moving projects from widget code to glade ui files. > > I work on Inkscape.

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

2017-04-17 Thread John Emmas via gtk-devel-list
On 17/04/2017 11:25, Emmanuele Bassi wrote: Should I transfer this discussion to bugzilla here:- https://bugzilla.gnome.org/show_bug.cgi?id=780634 Please, do, detailing how you build GLib. Okay - just before I do that though, a bit more investigation might have revealed the problem...

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

2017-04-17 Thread Emmanuele Bassi
On 17 April 2017 at 10:38, John Emmas via gtk-devel-list wrote: > so all three functions are getting exported - BUT - if I examine the > corresponding link lib, I can see a reference to g_mkstemp_full(). I can > also see a reference to g_mkstemp_utf8(). But there's no

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

2017-04-17 Thread John Emmas via gtk-devel-list
On 16/04/2017 19:25, Sébastien Wilmet wrote: It's a GObject Introspection annotation !!! https://wiki.gnome.org/Projects/GObjectIntrospection/Annotations Thanks Sébastien, I can't claim to understand it all but it seems like GObject Introspection is a way of compiling modules with one