problem compiling gtk+-2.5.5

2004-11-20 Thread DANIELLLANO
I'm using Debian unstable on x86 I want to compile the new gtk+-2.5.5 glib-2.5.6 compiled and installed successfully I did: export LDFLAGS=-L/tmp/usr/lib export CFLAGS=-I/tmp/usr/include export LD_LIBRARY_PATH=/tmp/usr/lib export PKG_CONFIG_PATH=/tmp/usr/lib/pkgconfig ./configure --prefix=/tmp/usr

Re: Changing the order of gtk_tree_view columns with the mouse

2004-07-17 Thread DANIELLLANO
DANIELLLANO wrote: > I want to change the order of gtk_tree_view columns with the mouse > (and also be able to hide the columns I don't want to see) > How may I do that? OK, got it: gtk_tree_view_column_set_reorderable(col, TRUE) Could anybody explain me why this (and resizab

Changing the order of gtk_tree_view columns with the mouse

2004-07-16 Thread DANIELLLANO
I want to change the order of gtk_tree_view columns with the mouse (and also be able to hide the columns I don't want to see) How may I do that? ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

reffing/unreffing tutorial

2004-07-14 Thread DANIELLLANO
I've seen this and I think there should be a tutorial of the reffing/unreffing thing. Not many people including me knows how references should be taken care of. Is there and easy tutorial of reffing/unreffing? Is anyone willing to make one? On 2004-07-13 05:08:12 -0700, Mark Doliner wrote: > Upda