gtkd-developers / GtkD

GtkD is a D binding and OO wrapper of GTK+ originally created by Antonio Monteiro
http://gtkd.org
Other
322 stars 71 forks source link

Missing setValues #214

Closed Stretto closed 7 years ago

Stretto commented 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?

MikeWey commented 7 years ago

I've updated ListStore and TreeStore with a setValues template. And added a few more constructors to gobject.Value.