diff options
Diffstat (limited to 'README.xwidget')
| -rw-r--r-- | README.xwidget | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/README.xwidget b/README.xwidget index bc01ad95d66..430a66650fc 100644 --- a/README.xwidget +++ b/README.xwidget | |||
| @@ -405,10 +405,29 @@ this works now: | |||
| 405 | 405 | ||
| 406 | so it should be possible to do some interesting stuff. | 406 | so it should be possible to do some interesting stuff. |
| 407 | execute-script does however not return anything at the interface level | 407 | execute-script does however not return anything at the interface level |
| 408 | so satisfaction is not total. | 408 | so satisfaction is not total: |
| 409 | 409 | ||
| 410 | http://markmail.org/message/4yowmdgras73z3x5 | 410 | http://markmail.org/message/4yowmdgras73z3x5 |
| 411 | 411 | ||
| 412 | maybe | ||
| 413 | https://launchpad.net/gnome-seed | ||
| 414 | |||
| 415 | or this funny hack: | ||
| 416 | <jave> im trying to understanh how to interact via javascript to an embedded | ||
| 417 | webkit gtk instance [23:38] | ||
| 418 | <jave> i use webkit_web_view_execute_script() which is nice but doesnt return | ||
| 419 | a value, by design aparently [23:39] | ||
| 420 | <jave> any hints? | ||
| 421 | <lucian> jave: afaik, webkit still doesn't have full gobject bindings [23:48] | ||
| 422 | <lucian> jave: you can hack it up by making the JS modify the title, and read | ||
| 423 | the title from gtk-side | ||
| 424 | <jave> lucian: that was a pretty cool idea! | ||
| 425 | |||
| 426 | |||
| 427 | **** webkit_web_view_load_string () | ||
| 428 | I would like preview of html in a buffer rather than from uri. | ||
| 429 | |||
| 430 | |||
| 412 | 431 | ||
| 413 | ** TODO clipping of controllers | 432 | ** TODO clipping of controllers |
| 414 | 433 | ||