Hi, > > btw.. another question. it is possible to embed blitzen as a gtk widget? > If you mean create a GtkWidget that will startup the Blitzen server at creation, it's possible. But Blitzen doesn't have code to render anything, therefore this would be a GObject rather than a GtkWidget (GtkWidget without rendering might not be very useful in an UI). > my idea is to wake up a blitzen for a specific webkit widget in a gtk app, so you can > write a full app using stk and render it in webkit. > Possible. Just point the webkit widget at http://127.0.0.1:port/app/. But I don't really see the point there. Doing the same thing with a browser will do exactly the same thing.
_______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
