At one point in my program, I free a window and rebuild a new one.
That window has several children, and I would like to be able to transfer the children to the new instance of the window, without having to completely re-create the child windows.
Is this possible? Essentially I'm asking if it's possible to 're-parent' windows.
Perhaps one could initially group the child windows to a window pointer, and then simply redirect that pointer once it comes time to free the main window? I do not know how this would be done.
Any advice would be greatly appreciated.
That window has several children, and I would like to be able to transfer the children to the new instance of the window, without having to completely re-create the child windows.
Is this possible? Essentially I'm asking if it's possible to 're-parent' windows.
Perhaps one could initially group the child windows to a window pointer, and then simply redirect that pointer once it comes time to free the main window? I do not know how this would be done.
Any advice would be greatly appreciated.