I’ve a dictionary (dict type) which I would store in a gtk.ListStore.
Is there a way to do this ? (Which column type is good for that ?) or do I have to add as many columns in the gtk.ListStore as there are elements in the dictionary?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You might want to look at the
DictionaryGridquickly widget. See here for it’s usage.The DictionaryGrid might exactly do what you need or you can copy parts of it.