On 30-05-2019 03:17, Alex X wrote:

On Thu, 30 May 2019 00:37:25 +0200, Mike Wey wrote:

I just updated to your new release and it does not crash, but the second time the window opens only the title bar shows.

I added your onDelete and it works!

Thanks.

Only question I have left is, what is the diff between a dialog and a window? is it just the extra plumbing such as a parallel wnd proc? Basically is there any real use using a dialog over a window? I'm just having them pop up for user interaction and design my own using glade. I don't see any difference. Both can be modal, etc.

The Dialog provides some functionality often used by dialogs, like
retrieving the the response from the user, blocking the parrent window,
and things like that.

I didn't notice in difference in the libs from the new update. (the files were exactly the same size)

Also, what did chance was some icons now are much larger. Well, one is like 32x32 and is causing a row to be very large. Everything was defaulting before and was 16x16. Just curious. This was after updating the runtime.

Actually the icon is external so it hasn't changed... I'll just rescale it manually.

I'm not sure how GTK+ picks the icon size to use. Are there any icons in
particular that are causing issues?