Re: Gtk engine development

2007-02-08 Thread Andreas Volz
Am Thu, 08 Feb 2007 07:41:56 + schrieb Ross Burton: > On Thu, 2007-02-08 at 09:32 +1100, Daniel Kasak wrote: > > I don't have a direct answer to your question, however I know that > > work is being done on Etk, which aims to be API-compatible with gtk+ > > http://enlightenment.org/etk/ > > I

Re: Gtk engine development

2007-02-07 Thread Ross Burton
On Thu, 2007-02-08 at 09:32 +1100, Daniel Kasak wrote: > I don't have a direct answer to your question, however I know that work > is being done on Etk, which aims to be API-compatible with gtk+ > http://enlightenment.org/etk/ I just had a quick look at an Etk code example, and whilst it's certain

Re: Gtk engine development

2007-02-07 Thread Daniel Kasak
Andreas Volz wrote: > Hello, > > I'm currently working on a gtk engine that does all drawing operation > with Evas[1]. It works so far, but I've some problems. > > Evas doesn't work like most other canvas. It's only single buffered and > does only redraw that parts that are changed since a last ren

Gtk engine development

2007-02-06 Thread Andreas Volz
Hello, I'm currently working on a gtk engine that does all drawing operation with Evas[1]. It works so far, but I've some problems. Evas doesn't work like most other canvas. It's only single buffered and does only redraw that parts that are changed since a last rendering. My experiments showed me