Closed Stretto closed 7 years ago
There is no setValue for floats or most other types. seems to only take an int or string. This is for list stores. Maybe a templated version can be added that will take any value?
I've updated ListStore and TreeStore with a setValues template. And added a few more constructors to gobject.Value.
There is no setValue for floats or most other types. seems to only take an int or string. This is for list stores. Maybe a templated version can be added that will take any value?