aboutsummaryrefslogtreecommitdiffstats
path: root/README.xwidget
diff options
context:
space:
mode:
Diffstat (limited to 'README.xwidget')
-rw-r--r--README.xwidget11
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)
480rather than gwfixed 480rather than gwfixed
481
482** TODO translate clicks
483on onscreen webkit peer to offscreen
484
485maybe
486http://developer.gnome.org/gdk/stable/gdk-Windows.html#GdkWindow-from-embedder
487
488
489** TODO investigate gdk_window_redirect_to_drawable
490http://developer.gnome.org/gdk/stable/gdk-Windows.html#gdk-offscreen-window-set-embedder
491maybe control be used in place of my own copy hacks?