Contents
And, the Hackers's Guide to WebKit/Gtk+ here.
set wk1 [gnocl::webKit -url "http://www.google.com"]$hbox1 add $wk1 -fill {1 1} -expand 1$window1 configure \ -defaultHeight 400 \ -defaultWidth 640 \ -title "Gnocl WebKit Demo" \ -onDestroy { exit }
set wk1 [gnocl::webKit -url "http://www.google.com"]
$hbox1 add $wk1 -fill {1 1} -expand 1
$window1 configure \
-defaultHeight 400 \
-defaultWidth 640 \
-title "Gnocl WebKit Demo" \
-onDestroy { exit }