Re: [gtk-list] Re: stop widget destruction?





> Hmm, it didn't seem to help.  I also tried FALSE.  I just need a way
> to keep gtk from deleting windows that the window manager wants deleted.
>

That should work as long as you connect it to a "delete_event" and not a
"destroy".
WindowManagers usually send a delete, but gtk will interpret it as a destroy
if that is what you want it to do.
At least that is what I gather from the behavior I have seen.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]