-
21 May 2008 11:27 PM #1
ComboBox and ListStore generics
ComboBox and ListStore generics
For a ComboBox, wouldn't it be a good idea to have a Data generic consistent with the Store M generic ? In other words, we would have, in ComboBox class :
Code:public void setStore(ListStore<Data> store) public Data getSelectedRecord() public ListStore<Data> getStore()
-
22 May 2008 7:42 AM #2
That change is already in SVN. Thanks.
-
22 May 2008 7:45 AM #3


Reply With Quote