[solved] Re: 'synchronous redraw' with a DrawingArea

2004-04-22 Thread Pascal Ognibene
Tom Liu wrote: Maybe you can turn off the doublebuffer, there is a function to do this: voidgtk_widget_set_double_buffered (GtkWidget *widget, gboolean double_buffered); Thank's all for your help. Soeren's suggestion with

Re: 'synchronous redraw' with a DrawingArea

2004-04-17 Thread Pascal Ognibene
Sven Neumann wrote: Hi, Pascal Ognibene [EMAIL PROTECTED] writes: I've an application with one main window where I draw some diagrams, and a collection of dialog boxes, always transient for the main window (that is, they're always on the top). When I do modifications in a dialog box

'synchronous redraw' with a DrawingArea

2004-04-16 Thread Pascal Ognibene
Hi all, I've an application with one main window where I draw some diagrams, and a collection of dialog boxes, always transient for the main window (that is, they're always on the top). When I do modifications in a dialog box and close it it should refresh the diagram immediately then close the

Re: gtk-list digest, Vol 1 #1921 - 6 msgs

2004-03-22 Thread Pascal Ognibene
I tried a button_pressed event on the GtkCombo then change the list of strings but it looks like this event is never generated, and of course never processed. This is with GTK 2. Any clue to achieve this? i use the map_event for the combo popwin. Hi, thank's for your help. Now I can see

events with GtkCombo

2004-03-21 Thread Pascal Ognibene
Hi all, I'd like to change the list of items displayed by a GtkCombo each time I open this GtkCombo by clicking the small arrow on the right side. Or each time it's opened after pressing enter in the GtkEntry. (because this list can change dynamically in other dialog boxes). I tried a

Re: Can I use Motif in gtk app?

2002-06-14 Thread Pascal Ognibene
Xavier Zhao wrote: As you know, Netscape 4.X is written based on Motif. So my plugin is written based on Motif too. But now Netscape 6.X is written using gtk. My plugin would lead to crash while invoking Motif functions. I don't want to rewrite my plugin. So is it possible to using Motif in a

Re: glib-config issues

2002-06-09 Thread Pascal Ognibene
Rob O'Connor wrote: Hi, I've installed the latest version of glib(2.0.3), pango(1.0.2), atk(1.0.2), gtk(2.0.3). I'm currently trying to install gaim 0.58 and I'm getting a glib related error of the following: when running configure it reports- checking for glib-config... no checking for

Re: fonts

2002-05-05 Thread Pascal Ognibene
Jeff Shipman wrote: I don't know if this is the right place, but I really don't know where to get help on this. All of my gtk apps have a really big font (mozilla, xmms, etc). I've tried using gfontsel, but that doesn't seem to actually want to change the font (although it is writing the

Re: atk-1.0.0 compile error

2002-04-30 Thread Pascal Ognibene
Josef Oswald wrote: [EMAIL PROTECTED] [EMAIL PROTECTED] writes: ./configure --prefix=/usr/local may work when you compile. Do you installed pkg-config properly? It should work I did not install it manually it was installed when I got Progeny Debian, and since then I upgraded it to

Icon + text in GtkTreeView?

2002-04-22 Thread Pascal Ognibene
Hello, I'd like to translate some code I've written using a GtkCTree. What I really need is to display both an icon an a text in a row of the tree. This was pretty easy to do with gtk 1.2, but I'd like to use the new features of GtkTreeView. In GtkTreeView I see only 2 default renderer for