Question about gtkhtml

2007-03-05 Thread MD Tsai
Dear all, I'm tring to embed gtkhtml3 in instant messager, but there are something confuse me. First, is there any method to append context to an existing gtkhtml widget? When there are many messages to show, it seems not so effective to render every time. Is it ok to write to gtkhtmlstream and f

Libraries and Mingw

2007-03-05 Thread Olivier Delhomme
Hello, Altought I know this is not a glib/gtk problem, I also know that there is valuable people on this list that are used to compile with the autotools and mingw that might point my errors. As I use the same code for my programs, I created a library with this code. I managed to create a .dll wi

Re: Problem to open a new window using libglade

2007-03-05 Thread patrick
Great! Thank you very much, this works. But how can I make something during gtk_dialog_run? I'd like to do somthing like this. g_timeout_add(1000, update_pbar, dialog); result = gtk_dialog_run(GTK_DIALOG(dialog)); ...my process which progressbar should show g_spawn... progress = 0.2 other work

Getting Keyboard Events In GtkPlug

2007-03-05 Thread Mike Melanson
Hi, I have an app contained inside of a GtkPlug widget that's communicating with hosting app via the Xembed protocol. This seems to be working pretty well except that my app never gets any key up/down events. The hosting app hogs them all. What's the policy for the GtkPlug application receiving ke

Re: Libraries and Mingw

2007-03-05 Thread Chris Sparks
Are you sure it isn't a path problem? Chris > Hello, > > Altought I know this is not a glib/gtk problem, I also know that > there is valuable people on this list that are used to compile with the > autotools and mingw that might point my errors. > > As I use the same code for my programs, I create

Re: Libraries and Mingw

2007-03-05 Thread Olivier Delhomme
2007/3/6, Chris Sparks <[EMAIL PROTECTED]>: > > Are you sure it isn't a path problem? I thought It was such a problem. But in such a case It would give me an error saying that a library is missing or something wouldn't it ? Anyway, i'll try to add some paths to the default one. I am thinking of