diff options
Diffstat (limited to 'README.xwidget')
| -rw-r--r-- | README.xwidget | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.xwidget b/README.xwidget index c99cbe99381..59ddf9d2435 100644 --- a/README.xwidget +++ b/README.xwidget | |||
| @@ -478,3 +478,14 @@ the needed data is private to the base class. to overcome this: | |||
| 478 | 478 | ||
| 479 | ** TODO use FRAME_GTK_WIDGET (f) | 479 | ** TODO use FRAME_GTK_WIDGET (f) |
| 480 | rather than gwfixed | 480 | rather than gwfixed |
| 481 | |||
| 482 | ** TODO translate clicks | ||
| 483 | on onscreen webkit peer to offscreen | ||
| 484 | |||
| 485 | maybe | ||
| 486 | http://developer.gnome.org/gdk/stable/gdk-Windows.html#GdkWindow-from-embedder | ||
| 487 | |||
| 488 | |||
| 489 | ** TODO investigate gdk_window_redirect_to_drawable | ||
| 490 | http://developer.gnome.org/gdk/stable/gdk-Windows.html#gdk-offscreen-window-set-embedder | ||
| 491 | maybe control be used in place of my own copy hacks? | ||