GObject property virtualization

2007-02-08 Thread Dave Benson
I had some random comments about gobject's property mechanism, i'm not sure it's really worth pursuing, since i've got well-working workarounds in place, but food for thought... For language-bindings, and similar purposes, it is often beneficial to bypass the gobject property mechanism: - it is

Re: implementation for gdk_window_get_geometry() in gdk-quartz.

2007-02-08 Thread Taybin Rutkin
On Feb 8, 2007, at 12:57 PM, Richard Hult wrote: > You could create a bug in bugzilla and attach the patch there, it's > easier to track it that way. I created a couple other bug reports for quartz changes I had to make: http://bugzilla.gnome.org/show_bug.cgi?id=405870 and http://bugzilla.gnom

Re: implementation for gdk_window_get_geometry() in gdk-quartz.

2007-02-08 Thread Yevgen Muntyan
Taybin Rutkin wrote: > -Original Message- > >> From: Richard Hult <[EMAIL PROTECTED]> >> Taybin Rutkin skrev: >> >>> This is an implementation I came up with for gdk_window_get_geometry() in >>> gdkwindow-quartz.c: >>> >> Hi, and thanks :) >> >> This looks like a good start.

Re: debian 3.1r2 GTK+DFB DEMO broken

2007-02-08 Thread Attilio Fiandrotti
Luis Ariel Lecca wrote: > Hello all: > > I get the gtk+dfb library from debian Sarge 3.1r2: > #apt-get install libgtk+2.0-directfb-udeb-dev > > I build a complex (with sockets/files/and many widgets) gtk+dfb application > linked with dynamic libraries, using anjuta too, with no problem. >

Re: implementation for gdk_window_get_geometry() in gdk-quartz.

2007-02-08 Thread Taybin Rutkin
-Original Message- >From: Richard Hult <[EMAIL PROTECTED]> >Taybin Rutkin skrev: >> This is an implementation I came up with for gdk_window_get_geometry() in >> gdkwindow-quartz.c: > >Hi, and thanks :) > >This looks like a good start. I wonder if we perhaps should try to mimic >the X11 ba

debian 3.1r2 GTK+DFB DEMO broken

2007-02-08 Thread Luis Ariel Lecca
Hello all: I get the gtk+dfb library from debian Sarge 3.1r2: #apt-get install libgtk+2.0-directfb-udeb-dev I build a complex (with sockets/files/and many widgets) gtk+dfb application linked with dynamic libraries, using anjuta too, with no problem. When I used the static libraries (ad

Re: implementation for gdk_window_get_geometry() in gdk-quartz.

2007-02-08 Thread Richard Hult
Taybin Rutkin skrev: > This is an implementation I came up with for gdk_window_get_geometry() in > gdkwindow-quartz.c: Hi, and thanks :) This looks like a good start. I wonder if we perhaps should try to mimic the X11 backend more closely and get the geometry from the NSWindow instead of using

implementation for gdk_window_get_geometry() in gdk-quartz.

2007-02-08 Thread Taybin Rutkin
This is an implementation I came up with for gdk_window_get_geometry() in gdkwindow-quartz.c: void gdk_window_get_geometry (GdkWindow *window, gint *x, gint *y, gint *width, gint

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