Reputation: 176
I am using Gtk to create an application and I need to use a stack page again and again with different data on each page. I designed a page with glade but now want to clone it and use it in different pages of the stack. Please help me.
Upvotes: 1
Views: 223
Reputation: 176
I got what I wanted to do. Basically, I wanted to use multiple widgets arranged in order to give me a template to use dynamically in my app. Composite widgets are one I was looking for. Which can be made and used with pygi (gi_composite library in python)
Upvotes: 1