Re: newbie question concerning drawing/signals

2002-12-20 Thread Havoc Pennington
On Thu, Dec 19, 2002 at 02:21:52AM +0100, zebster wrote: > my question is - am i stoopid coding this way? using > configure_event to call the appropriate (re)drawing > routine saves a seperate redraw() routine. > The best way to do your redraw is to use gtk_widget_queue_draw() or gtk_widget_que

glib+-2.0 problem

2002-12-20 Thread Fernando Giannaccari
hey guys, Ive been trying to install glib+-2.0.7 for a while, well, its installation works fine, but when I try to install any software that uses this lib, it returns me an error that till today, i cant solve, here we go: (this error appears when trying to install gtk+-2.0.9, same with gkrellm

Re: GLib-2.1.5 release [please test]

2002-12-20 Thread Owen Taylor
Olivier Fourdan <[EMAIL PROTECTED]> writes: > Hi Owen, > > (I hope it's not too late for 2.2 :) > > I did not take time to dig any further, but it seems that some text > window that used to have a scrollbar with gtk+-2.0.9 have no scrollbar > in 2.1.5 while they clearly should (the text doesn't

should testgtk run flawlessly on gtk+1.3 under mingw? (please say no!)

2002-12-20 Thread John Miskinis
Hi Folks, Wow, testgtk reminds me of the "Periodic Table of Motif Widgets", the perfect test tool... I'm seeing some odd behavior. Since I'm not sure I have everything setup 100% correctly, I currently suspect my configuration before the GTK+ product. I'll mention a couple things for now though

Re: GTK+-2.1.4 release [unstable]

2002-12-20 Thread Owen Taylor
"Nils O." SelÄsdal <[EMAIL PROTECTED]> writes: > So if problems arise here: > > * Installing this version will overwrite your existing > >copy of GTK+-2.0. If you have problems, you'll need > >to reinstall GTK+-2.0.9. > It should be a pretty good indication that this: > > * GTK+-2.2 wil

Re: GTK+-2.1.4 release [unstable]

2002-12-20 Thread Nils O.
So if problems arise here: > * Installing this version will overwrite your existing >copy of GTK+-2.0. If you have problems, you'll need >to reinstall GTK+-2.0.9. It should be a pretty good indication that this: > * GTK+-2.2 will be source and binary compatible with >the GTK+-2.0.x se

Messages between threads ?

2002-12-20 Thread Nils O.
I need to bas messages from one thread to another, which is running a glib mainloop. The async queue seem almost fine, but I need to pass the messages in the main loop, since that thread is also waiting for GIOChannels. Am I right that about the only way of doing that is pass the message over e.g

Re: Compiled, linked, but get error related to nonuse of -fnative-struct !!!

2002-12-20 Thread Sven Neumann
Hi, "John Miskinis" <[EMAIL PROTECTED]> writes: > I forgot to mention that I had to define M_PI as 3.1415, which > may be indictative of something else wrong. I searched my > entire drive, and M_PI was not defined anywhere, but used in > the gtkdial example. gtkdial.c should use G_PI (defined b

Re: Compiled, linked, but get error related to nonuse of -fnative-struct !!!

2002-12-20 Thread Egon Andersen
On 2002-12-20 13:18 John Miskinis wrote: I forgot to mention that I had to define M_PI as 3.1415, which may be indictative of something else wrong. I searched my entire drive, and M_PI was not defined anywhere, but used in the gtkdial example. M_PI and friends are traditionally defined in m

Re: Compiled, linked, but get error related to nonuse of -fnative-struct !!!

2002-12-20 Thread John Miskinis
Hi, I watch somewhere in www.gtk.org that Gtk 2 is not full supported by mingw 3.x, but it is better to use version 2.95...maybe now it is full supported... I'm using the 1.3 GTK+ and 3.2 (mingw-special-) versions. Is this combination OK, or the cause of the graphics oddities that I menti