GTK+ pixbuf 2.0.1 linking error

2003-10-11 Thread Tara Milana
Hi, While compiling GTK+ 2 I received the error: make[1]: Entering directory `/home/learfox/projects/pubsrc/gtk+-2.2.4/gdk-pixbuf' /bin/sh ../libtool --mode=link gcc -g -O2 -Wall -o libgdk_pixbuf-2.0.la -rpath /usr/lib -version-info 200:4:200 -export-symbols-regex "^[^_].*" gdk-pixbuf.lo gdk-pi

GtkTextBuffer strange effect

2003-10-11 Thread Harobed
align_center_tag is GtkTextTag with this property : justification=GTK_JUSTIFY_CENTER I apply this tag to the line of insert cursor with this (python code): iter_start=text_buffer.get_iter_at_mark(text_buffer.get_mark("insert")) iter_start=set_line_offset(0) # backwark to the start of line iter_e