I want to create some entry box in a window. But I must create them with some elements from a xml file. So I must create dynamic entry boxes in window. I cannot do it with glade. Because the number of boxes can change by elements.
How can i add widgets to glade file in my code instantly in C?