gtk-sharp icon indicating copy to clipboard operation
gtk-sharp copied to clipboard

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

Open SjVer opened this issue 4 years ago • 1 comments

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");

SjVer avatar Apr 11 '21 09:04 SjVer

For me, neither HTML or HTMLStream could be found.

image

Jakar510 avatar May 19 '21 19:05 Jakar510