Re: gtk_window_set_geometry_hints()

2017-01-26 Thread Kevin Connor Arpe
Hello, I did not see any replies to this message. Was it sent to the wrong mailing list? On Sun, Jan 22, 2017 at 10:26 PM, Kevin Connor Arpe <kevina...@gmail.com> wrote: > Hello, > > Reading the docs/source for v3.22 of gtk_window_set_geometry_hints() > shows... > Ref:

gtk_window_set_geometry_hints()

2017-01-22 Thread Kevin Connor Arpe
is ignored and GTK behaves as if %NULL was * set. Code: if (geometry_widget) info->mask &= ~(GDK_HINT_BASE_SIZE | GDK_HINT_RESIZE_INC); I am confused. It appears that 'geometry_widget' with non-NULL value will change behaviour. Can you please explain? Kind regards, Kevin Connor ARPE H