How to change the combo box lists as my wish

Austin austin at maxtronic.com.tw
Mon Nov 1 00:48:57 EST 2004


.................
self.diskList = ['3','4','5']
self.cB = wxComboBox(self,-1,wxDefaultPosition,wxDefaultSize,self.diskList)
.................

The code is executed initially.
If i want to update only the diskList, what could i do?





More information about the Python-list mailing list