Question

I'm building a GUI using Glade. I realized than often, I'd need to modify the layout, for example to add a frame somewhere. However, the only way I found to achieve this was either to delete all the children of the parent, to insert the new container, and then to rebuild all the children, but it is cumbersome since I have to set again all the properties of all the children. The other way is to directly edit the XML file, but it is easy to make a mistake and to corrupt the file doing it like this. Is there a simpler way to insert a new container between two already existing widgets (parent and child)?

Was it helpful?

Solution

I think you can cut, add your item, then paste inside it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top