Re: problem with g_locale_to_utf8()

2003-08-31 Thread edscott wilson garcia
On Fri, 2003-08-29 at 12:28, Paulo Ricardo Batista Mesquita wrote: Hello guys, I am writing an application that receives data in portuguese language, it runs both Linux (English) and Windows (Brazilian Portuguese). In the beginning, I was writing the code using non English characters,

Re: Changing [entire] background of a GtkTextView

2003-08-31 Thread Vadim Berezniker
Vadim Berezniker wrote: I want to change the entire background of a GtkTextView to the background of its parent container. Using Tags, I can only change the background of the parts of the view with text. Changing the background using the widget style has no effect. (The only thing that seems

Re: Changing [entire] background of a GtkTextView

2003-08-31 Thread edscott wilson garcia
On Sat, 2003-08-30 at 20:48, Vadim Berezniker wrote: Vadim Berezniker wrote: I want to change the entire background of a GtkTextView to the background of its parent container. Using Tags, I can only change the background of the parts of the view with text. Changing the background using

Re: Changing [entire] background of a GtkTextView

2003-08-31 Thread Olexiy Avramchenko
Vadim Berezniker wrote: I want to change the entire background of a GtkTextView to the background of its parent container. Using Tags, I can only change the background of the parts of the view with text. Changing the background using the widget style has no effect. (The only thing that seems

Trouble with delete-event

2003-08-31 Thread Giovanni Corriga
Hi I have some problems with handling delete-event. Even if I return a false value from the callback function, the window is deleted. I suspect this behaviour is caused by the window manager (Red Hat 9's Metacity). I'm observing the same behaiour in the tutorial's helloworld.c program, too. Has

GtkTreeModel

2003-08-31 Thread Christer Palm
Hi! A question for all you GtkTreeModel wizards out there; I have implemented a custom GtkTreeModel to model a directory tree. For obvious performance reasons, I need to delay the scanning of a subdirectory until the user actually expands it. Thus, all directories will initially be assumed to

Re: Trouble with delete-event

2003-08-31 Thread Havoc Pennington
On Sun, Aug 31, 2003 at 07:47:25PM +0200, Giovanni Corriga wrote: Hi I have some problems with handling delete-event. Even if I return a false value from the callback function, the window is deleted. I suspect this behaviour is caused by the window manager (Red Hat 9's Metacity). I'm

Re: Trouble with delete-event

2003-08-31 Thread Giovanni Corriga
Il dom, 2003-08-31 alle 22:12, Havoc Pennington ha scritto: On Sun, Aug 31, 2003 at 07:47:25PM +0200, Giovanni Corriga wrote: Hi I have some problems with handling delete-event. Even if I return a false value from the callback function, the window is deleted. I suspect this behaviour