[webkit-dev] multiframes support in gdk port ?

Holger Freyther zecke at selfish.org
Wed Jun 20 07:10:09 PDT 2007


Am 20.06.2007 um 15:38 schrieb Shraddhesh Chaturvedi:

> I'm trying to render multiframes in gdk port of webkit. I implemented
> FrameLoaderClientGdk::createFrame(...). Within this function I  
> created a
> new Frame, Page,FrameView objects and associated them as described in
> main.cpp(of Gdk port). I've also created a new GtkLayout and
> GtkScrolledWindow and tried to bind them with mainframe's layout.  
> Things
> are still not working. What more needs to be done ? Thanks.
>  - Shraddhesh

Hi,

wait is the best thing to do. There are a couple of things to  
consider when
implementing this:
	-Recreating the FrameView on new links
	-Only have one GdkWindow for drawing to avoid z-order disagreements
	-And placing it in the big picture of the API

I'm slowly trapping into the requirements and am generaly working  
torwards this.

z.

PS: Did you enable GdkEvents as it is done in the main.cpp?






More information about the webkit-dev mailing list