Re: [webkit-dev] API layer for GTK port in Web kit

2007-08-21 Thread Holger Freyther
Am 21.08.2007 um 11:01 schrieb Namaz: Thanks Holger for your clear explanation. And I found multiple frames started working in the latest release (some scrolling issues are there). Please file bug reports, be more concrete and attach images or animations (gif,mng) to show the issue.

Re: [webkit-dev] API layer for GTK port in Web kit

2007-08-21 Thread Namaz
Thanks Holger for your clear explanation. And I found multiple frames started working in the latest release (some scrolling issues are there). Good news for GTK port. If I am correct, WebKitGtkPage is a class which is synonymous to WebView of Mac. I think there are a lot of functions, signals, e

Re: [webkit-dev] API layer for GTK port in Web kit

2007-08-13 Thread Holger Freyther
Am 13.08.2007 um 13:20 schrieb Namaz: Hi All, There is an API layer in WebKit/Gtk folder (although it is not used by GdkLauncher presently). It provides the GObject interfaces for WebKitGtkFrame, WebKitGtkPage, etc. Great! GdkLauncher creates a WebKitGtkPage and is using that. So the AP

[webkit-dev] API layer for GTK port in Web kit

2007-08-13 Thread Namaz
Hi All, There is an API layer in WebKit/Gtk folder (although it is not used by GdkLauncher presently). It provides the GObject interfaces for WebKitGtkFrame, WebKitGtkPage, etc. Great! + Any idea, what are all the advantages of using these kind of GObjects instead of C++ class interfaces (Fram