Create list to be added in Gtk.ListBoxRow

96 views Asked by At

I created a List using this code.

enter image description here

Now when I try to access the elements of the list, the compiler displays this error: enter image description here

Can someone suggest how to solve this problem?

This is how I try to access each element in the list and add it to the ListBoxRow: enter image description here

0

There are 0 answers