[Gtk-sharp-list] Gtk# with GtkFB

Mike Kestner mkestner@speakeasy.net
24 Apr 2003 21:37:23 -0500


On Thu, 2003-04-24 at 19:01, Charles Iliya Krempeaux wrote:

> I seem to remember, before, that gtk-sharp.dll was making
> calls to the X11 binding of GTK+.  I'm assuming that this
> will be a problem for making Gtk# work with GtkFB.  Am
> I correct?

All of the dllnames in gtk-sharp.dll are the -win32- nomenclature and
are mapped by the mono runtime to the -x11- names.  In order to run Gtk#
against the framebuffer backend, all you should have to do is update a
couple lines in your /etc/mono/config file.

Mike