Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
222 views
Welcome To Ask or Share your Answers For Others

1 Answer

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) [https://github.com/virtuald/pygi-composite-templates][1]


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...