mono / gtk-sharp

Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono
http://www.mono-project.com/GtkSharp
Other
424 stars 140 forks source link

Gtk.HTML: type or namespace does not exist in the namespace 'Gtk' #295

Open SjVer opened 3 years ago

SjVer commented 3 years ago

I've copied the gtk-html sample script but anything html-related doesnt work. The other gtk stuff works just fine but e.g. Gtk.HTMLStream just returns the error that it doesn't exist. What am i missing here?

Code snippet: Gtk.HTML myhtml; Gtk.HTMLStream mystream = myhtml.Begin("something");

Jakar510 commented 3 years ago

For me, neither HTML or HTMLStream could be found.

image