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
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
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.
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.
>
-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
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
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
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
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