GDK to Cairo move

2011-05-13 Thread Emmanuel Thomas-Maurin
Good day list! In my app, I'm currently replacing deprecated GDK code with Cairo code and I have problems with the following: (The code is inside a timeout handler and involves drawing part of a GDK pixmap onto a drawing area.) /* gdk code */ gdk_draw_drawable(GDK_DRAWABLE(drawing_area-window),

Re: [g-a-devel] GTK and ATK

2011-05-13 Thread Matthias Clasen
On Wed, May 11, 2011 at 11:09 AM, Brian Cameron brian.came...@oracle.com wrote: Another example is that the ATK abstracts common characteristics of widgets in a way that is useful to AT programs.  All widgets that deal with text (labels, entry fields, combo boxes, etc.) all implement the same

Re: [g-a-devel] GTK and ATK

2011-05-13 Thread Matthias Clasen
On Thu, May 12, 2011 at 5:25 AM, Piñeiro apinhe...@igalia.com wrote: On 05/11/2011 02:57 PM, Benjamin Otte wrote: Well most of the paragraphs were already answered by Brian, but I would like to add a comment here.What concerns me a lot is that there is only very few applications that

Re: [g-a-devel] GTK and ATK

2011-05-13 Thread Piñeiro
On 05/13/2011 04:48 PM, Matthias Clasen wrote: On Thu, May 12, 2011 at 5:25 AM, Piñeiroapinhe...@igalia.com wrote: On 05/11/2011 02:57 PM, Benjamin Otte wrote: Well most of the paragraphs were already answered by Brian, but I would like to add a comment here.What concerns me a lot is that

Re: align vs expand vs grid

2011-05-13 Thread Matthias Clasen
On Thu, May 12, 2011 at 9:53 PM, Benjamin Otte o...@gnome.org wrote: Hey, I've had an interesting discussion that has so far involved Matthias and Alex about align and expand flags and about GtkGrid's involvement in it[1]. This discussion is mostly academic in that it should never appear in

Re: [g-a-devel] GTK and ATK

2011-05-13 Thread Piñeiro
On 05/13/2011 04:32 PM, Matthias Clasen wrote: On Wed, May 11, 2011 at 11:09 AM, Brian Cameron brian.came...@oracle.com wrote: Another example is that the ATK abstracts common characteristics of widgets in a way that is useful to AT programs. All widgets that deal with text (labels, entry

Re: [g-a-devel] GTK and ATK

2011-05-13 Thread Piñeiro
On 05/13/2011 04:47 PM, Benjamin Otte wrote: On Fri, May 13, 2011 at 4:32 PM, Matthias Clasen matthias.cla...@gmail.com wrote: I would argue that if all the widgets dealing with text really have the same needs, they should really support the same interface in GTK+, and there should be no need

Re: [g-a-devel] GTK and ATK

2011-05-13 Thread Piñeiro
On 05/13/2011 05:47 PM, Piñeiro wrote: The magnifier requires it for focus-tracking. As I said Joseph was planning to try to use some at-spi functionalities on the gs magnifier. As right now at-spi2 python bindings are created with gobject introspection, in theory it could be possible to

Re: [g-a-devel] GTK and ATK

2011-05-13 Thread Matthias Clasen
On Fri, May 13, 2011 at 12:15 PM, Piñeiro apinhe...@igalia.com wrote: On 05/13/2011 05:47 PM, Piñeiro wrote: The magnifier requires it for focus-tracking. As I said Joseph was planning to try to use some at-spi functionalities on the gs magnifier. As right now at-spi2 python bindings are