Re: Trouble building gtk+-2.0 - undefined reference to `g_intern_static_string'

2006-02-13 Thread Matthias Clasen
On 2/12/06, Don Rozenberg <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to build pygtk and it requires gtk+-2.0 >= 2.7 and so I am > trying to build gtk+-2.8.12 and keep running into the following > error: > > gcc -g -O2 -Wall -o .libs/gtk-query-immodules-2.0 queryimmodules.o > ./.libs/libgtk-x1

Re: gtk-demo and editable_cells

2006-02-13 Thread Matthias Clasen
On 2/13/06, Hariyanto <[EMAIL PROTECTED]> wrote: > My system is ubuntu 5.10 with gtk 2.8.6. I try gtk-demo - Editable Cell. > I get gtk_cell_renderer_combo picture on attachment. > How I can set gtk_cell_renderer_combo like in > http://people.redhat.com/mclasen/GUADEC05/notes.pdf -> new cell rend

libgnomecanvas and pango-ft2

2006-02-13 Thread Paul Davis
the text item of libgnomecanvas has some tight linkage to the pango FT2 backend as a result of calling pango_ft2_get_context(). is there a technical reason that this was used rather than gdk_get_pango_context_for_screen()? as it, it makes it impossible to use the canvas when pango is not implemen

Re: GObject destruction

2006-02-13 Thread Jacob Kroon
Release only non-NULL references and always set referenced object pointers to NULL when you release them. This is simple, consistent, and it works equally well when the referenced objects may be unset or they may be set, unset, and swapped arbitrarily during object's lifetime. My question i

Re: ATK application

2006-02-13 Thread Goran Rakic
You can look at at-poke for usage informations, and gail if you would like to setup ATK interface for your custom controls. From: Amarjeet <[EMAIL PROTECTED]> To: gtk-list@gnome.org Subject: ATK application > Hi All > Can someone help me in getting the GTK applicaions which use ATK api(s