mattn / go-gtk

Go binding for GTK
http://mattn.github.com/go-gtk
BSD 3-Clause "New" or "Revised" License
2.11k stars 247 forks source link

Set property to CellRenderer #415

Open ivan-avalos opened 4 years ago

ivan-avalos commented 4 years ago

Hello! I want to set the adjustment property of a gtk.CellRendererSpin, but I can't seem to find a way to set those properties, there is no .SetProperty() method.