pango 1.8.0 compile problem

2005-06-05 Thread Manh Cuong
setenv CPPFLAGS "-I$HOME/include" setenv LDFLAGS "-L$HOME/lib -R$HOME/lib" setenv PKG_CONFIG_PATH "$HOME/lib/pkgconfig"   because I install glib 2.6.4 in $HOME. I use solaris 9 on a SUN blade. After I use this command: ./configure –prefix=$HOME And make command   gcc -DHAVE_C

GtkTreeView - connecting nodes by lines

2005-06-05 Thread Vladimir Lapacek
Hello, I have a question relating to the GtkTreeView rendering. I have tried to search the answer in lists and google, but from the answers I was unable to produce desired result. GtkTreeView uses small triangles to show the tree. However, for a large tree structure it would be better to see the

Re: how to stop a thread?

2005-06-05 Thread Tristan Van Berkom
顺珉 吴 wrote: > How can I stop a thread in time which runs in a > forever and big loop? > For example, in the loop the thread may be waiting for > the return of select(), a complex calculation function > or time-out, can I inturrupt it and made the thread > stop just like a signal do ? There are alo

How to find out when the user moves a row

2005-06-05 Thread Preben Randhol
Hi I use a GtkListStore and a GtkTreeView to show a list. I have enabled that the user may rearrange the rows by dragging them. My problem is that I want to find out which row is dragged and to where it is dropped. I thought the "rows_reordered" signal would give me this, but when I hook up the ca