Re: g_log_set_fatal_mask() not working for me.

2017-12-18 Thread Eric Cashon via gtk-app-devel-list
I found this bug for the scrollbar warning. https://bugzilla.gnome.org/show_bug.cgi?id=769566 I don't know about the critical warning that you have or have a solution figured out. I am not much help there. Eric ___ gtk-app-devel-list mailing lis

Re: g_log_set_fatal_mask() not working for me.

2017-12-18 Thread Richard Shann
On Sun, 2017-12-17 at 17:54 -0500, cecas...@aol.com wrote: > > Hi Richard, > > This sounds similar to the problem Dino Aljević had in "Scrolled > TreeView and size allocation warnings" in this list in September? > > I can get the warning > > "(treeview4:3830): Gtk-WARNING **: Allocating size to

Re: g_log_set_fatal_mask() not working for me.

2017-12-17 Thread Eric Cashon via gtk-app-devel-list
Hi Richard, This sounds similar to the problem Dino Aljević had in "Scrolled TreeView and size allocation warnings" in this list in September? I can get the warning "(treeview4:3830): Gtk-WARNING **: Allocating size to GtkWindow 0x843e188 without calling gtk_widget_get_preferred_width/heigh

g_log_set_fatal_mask() not working for me.

2017-12-17 Thread Richard Shann
I am getting a warning message:  Gtk-WARNING **: Allocating size to GtkScrollbar 0x5647efd0 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate? however when I call call g_log_set_fatal_mask ("Gtk", 1<<4) at the start of main the warning is