PyGtk: Scrolllist with Entry, can I set an Id

Posted by max246 on Ask Ubuntu See other posts from Ask Ubuntu or by max246
Published on 2012-06-26T10:43:39Z Indexed on 2012/06/27 9:23 UTC
Read the original article Hit count: 190

Filed under:
|

I have a scroll list on my window that I am going to insert 2 entry for each row, I am trying to understand how I can catch the entry that has been changed and update my array with this value.

I will explain what is my code:

  • I have an array that has 2 fields: Name and Description
  • Each row has 2 entry, Name and Description

When I am going to modify the row number 2 I want to update my object on my array:

rows[1].name = XXX rows[1].description = YYY

© Ask Ubuntu or respective owner

Related posts about gtk

Related posts about signal