About GtkTextBuffer and GtkTextTag

2003-10-09 Thread Harobed
Hello, Given that my previous post generated zero reply, I'm going to try best reformulate my queston. The goal is to do basic notepad. Its features will be bold, italic, undeline Actualy, user can apply texttag to text selected. Now, I would like do that : User selectes nothing. The insert

RE: About GtkTextBuffer and GtkTextTag

2003-10-09 Thread Harobed
Le jeu 09/10/2003 à 13:48, [EMAIL PROTECTED] a écrit : Given that my previous post generated zero reply, I'm going to try best reformulate my queston. The goal is to do basic notepad. Its features will be bold, italic, undeline Actualy, user can apply texttag to text selected.

RE: About GtkTextBuffer and GtkTextTag

2003-10-09 Thread Harobed
Le jeu 09/10/2003 à 15:06, Harobed a écrit : Le jeu 09/10/2003 à 13:48, [EMAIL PROTECTED] a écrit : Given that my previous post generated zero reply, I'm going to try best reformulate my queston. The goal is to do basic notepad. Its features will be bold, italic, undeline

RE: About GtkTextBuffer and GtkTextTag

2003-10-09 Thread Harobed
Le jeu 09/10/2003 à 15:06, Harobed a écrit : Le jeu 09/10/2003 à 13:48, [EMAIL PROTECTED] a écrit : Given that my previous post generated zero reply, I'm going to try best reformulate my queston. The goal is to do basic notepad. Its features will be bold, italic, undeline

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

WrapMode and Justify

2003-10-13 Thread Harobed
Whether WrapMode properties of GtkTextView is at GTK_WRAP_NONE the justification is disable ? Stéphane ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

signal on title colum of GtkTreeView

2003-11-13 Thread Harobed
Hi, I would like to show popup window when I click on title column of TreeView. My problem is than I don't success to define signal on title of column. I added widget to title column, I defined signal on this widget but it's not actived ! I don't understand. Someone I've one exemple ? Thanks

Build pango-1.4.0 error, --libdir not effect !

2004-03-25 Thread Harobed
Hello, I've compiled pango 1.4.0 and I this error : gcc -g -O2 -Wall -o .libs/pango-querymodules querymodules.o ./.libs/libpangox-1.0.so -L/home/gtksourceview//lib -L/usr/X11R6/lib ./.libs/libpangoxft-1.0.so /home/gtksourceview/pango-1.4.0/pango/.libs/libpangoft2-1.0.so /usr/lib/libXft.so

Re: Build pango-1.4.0 error, --libdir not effect !

2004-03-26 Thread Harobed
Le jeu 25/03/2004 à 14:32, Harobed a écrit : Hello, I've compiled pango 1.4.0 and I this error : gcc -g -O2 -Wall -o .libs/pango-querymodules querymodules.o ./.libs/libpangox-1.0.so -L/home/gtksourceview//lib -L/usr/X11R6/lib ./.libs/libpangoxft-1.0.so /home/gtksourceview/pango-1.4.0

Re: Build pango-1.4.0 error, --libdir not effect !

2004-03-26 Thread Harobed
Le ven 26/03/2004 à 12:04, Harobed a écrit : Le jeu 25/03/2004 à 14:32, Harobed a écrit : Hello, I've compiled pango 1.4.0 and I this error : gcc -g -O2 -Wall -o .libs/pango-querymodules querymodules.o ./.libs/libpangox-1.0.so -L/home/gtksourceview//lib -L/usr/X11R6/lib ./.libs

error when I compile gtk 2.4.1, I haven't this error when I compile 2.4.0

2004-05-15 Thread Harobed
Hi, I compiled gtk 2.4.0 with success. When I compile gtk 2.4.1 I've this error : if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\Gdk\ -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED

Re: error when I compile gtk 2.4.1, I haven't this error when I compile 2.4.0

2004-05-15 Thread Harobed
Le sam 15/05/2004 à 15:03, David Necas (Yeti) a écrit : On Sat, May 15, 2004 at 02:17:59PM +0200, Harobed wrote: I compiled gtk 2.4.0 with success. When I compile gtk 2.4.1 I've this error : gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\Gdk\ -DGDK_COMPILATION -I../.. -I