mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-17 21:56:07 -04:00
Buffer configuration rewritten (move up and down is not possible yet)
This commit is contained in:
@@ -79,3 +79,11 @@ class list(object):
|
||||
return 0
|
||||
else:
|
||||
return selected
|
||||
|
||||
def get_text_column(self, indexId, column):
|
||||
item = self.list.GetItem(indexId, column)
|
||||
return item.GetText()
|
||||
|
||||
def set_text_column(self, indexId, column, text):
|
||||
item = self.list.SetStringItem(indexId, column, text)
|
||||
return item
|
Reference in New Issue
Block a user