Question about Xwt.GtkBackend.GtkInterop

61 views
Skip to first unread message

Li Harry

unread,
Nov 10, 2021, 3:02:54 AM11/10/21
to XWT Widget Toolkit
I am missing dlls for:
internal const string LIBWEBKIT       = "libwebkitgtk-1.0-0.dll";

Does anyone know how to compile it?
Any help appreciated.

Best,
Harry

Li Harry

unread,
Nov 10, 2021, 6:47:20 AM11/10/21
to XWT Widget Toolkit
public static class GtkInterop
{
internal const string LIBATK          = "libatk-1.0-0.dll";
internal const string LIBGLIB         = "libglib-2.0-0.dll";
internal const string LIBGOBJECT      = "libgobject-2.0-0.dll";
internal const string LIBPANGO        = "libpango-1.0-0.dll";
internal const string LIBPANGOCAIRO   = "libpangocairo-1.0-0.dll";
internal const string LIBFONTCONFIG   = "fontconfig";

#if XWT_GTK3
internal const string LIBGTK          = "libgtk-3-0.dll";
internal const string LIBGDK          = "libgdk-3-0.dll";
internal const string LIBGTKGLUE      = "gtksharpglue-3";
internal const string LIBGLIBGLUE     = "glibsharpglue-3";
internal const string LIBWEBKIT       = "libwebkitgtk-3.0-0.dll";
#else
internal const string LIBGTK          = "libgtk-win32-2.0-0.dll";
internal const string LIBGDK          = "libgdk-win32-2.0-0.dll";
internal const string LIBGTKGLUE      = "gtksharpglue-2";
internal const string LIBGLIBGLUE     = "glibsharpglue-2";
internal const string LIBWEBKIT       = "libwebkitgtk-1.0-0.dll";
#endif
Reply all
Reply to author
Forward
0 new messages