Gtk equivalent for winforms BindingSource
Posted
by AvatarOfChronos
on Stack Overflow
See other posts from Stack Overflow
or by AvatarOfChronos
Published on 2010-01-07T13:52:08Z
Indexed on
2010/06/08
4:42 UTC
Read the original article
Hit count: 253
Does anybody out there know of a Gtk equivalent for a System.Windows.Forms BindingSource?
I'm trying to get a windows based project to work under a gtk environment and can't use the Windows.Forms dll for this. So does anybody know of a BindingSource replacement either in mono or a third party dll? (I've looked at the gtk-databindings project didn't seem to have what i need)
© Stack Overflow or respective owner