[Gtk-sharp-list] gtktv binding
Dan Winship
danw at novell.com
Tue Aug 9 09:46:17 EDT 2005
On Mon, 2005-08-08 at 23:11 +0200, mono at coffeebreak.de wrote:
> Do you know, if (maybe?) an implementation of such a widget is planned in
> the near future, or could I help to implement it (or someone could help me
> to implement it) etc.
We're actually trying to move away from putting every widget anyone
could ever want into the core gtk-sharp package. So it's very unlikely
that GtkTV will ever be in gtk-sharp itself.
So your choices are:
* Convince the maintainers of that widget that they want to
maintain a C# binding of it. (I have no idea who the maintainers
in question are, what their plans for the code are, etc, so I
don't know what the odds if this working are.)
* Wrap the widget yourself as part of your application.
Documentation on how to use gapi (the gtk# library-wrapping
system) can be found at http://mono-project.com/GAPI
-- Dan
More information about the Gtk-sharp-list
mailing list