Double click on GtkTreeView header

2005-02-10 Thread Ian King [ES]
Hi, Is it possible to handle the double-click event when you click on the tree-column divider in the header, the usual behavior is that it will autosize the column header to the left. I want to abstract the header from the tree view and use it for my own custom drawing implementation and handl

Problem with gtk_text_view_get_iter_location()?

2005-02-10 Thread Kent
Hello, I'm having problems with gtk_text_view_get_iter_location(). I don't know if I'm doing something wrong or the call is broken. I've attached a sample test program which demonstrates the problem I'm having. When you run the program you will see that the 'y' coordinate is wrong. I have anothe

Re: Problem with g_signal_connect under Windows

2005-02-10 Thread Carlo
Sebastian Vöcking ha scritto lo scorso 10/02/2005 16.00: Am Donnerstag, den 10.02.2005, 12:29 +0100 schrieb Carlo: Sebastian Vöcking ha scritto lo scorso 10/02/2005 12.05: Hello! I am working on a little program that should run under Linux and Windows. Under Linux everything is working fine, but I

Re: Problem with g_signal_connect under Windows

2005-02-10 Thread Sebastian Vöcking
Am Donnerstag, den 10.02.2005, 12:29 +0100 schrieb Carlo: > Sebastian Vöcking ha scritto lo scorso 10/02/2005 12.05: > > Hello! > > > > I am working on a little program that should run under Linux and > > Windows. Under Linux everything is working fine, but I get a strange > > error under Windows

Re: Problem with g_signal_connect under Windows

2005-02-10 Thread Carlo
Sebastian Vöcking ha scritto lo scorso 10/02/2005 12.05: Hello! I am working on a little program that should run under Linux and Windows. Under Linux everything is working fine, but I get a strange error under Windows XP SP2: gmem.c:174: Failed to allocate 16 bytes aborting I found out that this er

Problem with g_signal_connect under Windows

2005-02-10 Thread Sebastian Vöcking
Hello! I am working on a little program that should run under Linux and Windows. Under Linux everything is working fine, but I get a strange error under Windows XP SP2: gmem.c:174: Failed to allocate 16 bytes aborting I found out that this error came from a call to g_signal_connect (). A possib