On Apr 21, 6:30 pm, [EMAIL PROTECTED] wrote:
> can anyone give me any pointers on how to draw on top of a
> GtkMozEmbed object?  Specifically, I'm packing it into a GtkFixed
> along with some other widgets.  The other widgets draw fine,
> but I want to do some additional drawing using the normal Gdk
> stuff on expose events.  However, my primitives never appear!
> Has anyone done anything similar?

Ok, if anyone else wants to know, I got what I needed by:

  - using GTK_BIN(moz_embed)->child->window as the
    GdkDrawable; and

  - making sure the GC had its GdkSubwindowMode set
    to GDK_INCLUDE_INFERIORS

John
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to