Hi,

Saquib Malik <[EMAIL PROTECTED]> writes:

> The following code is supposed draw a grid of buttons
> on the screen, the buttons are being created using a
> nested for loop, the whole thing is drawn perfectly
> when i try to connect a signal and specifiy the signal
> "clicked" but when i use the "event", the screen does
> not show up, unless i expand the window to full screen
> and then compress it to normal size !!!.

I couldn't find the signal_handlers in your code snippet but I guess
what's happening is that they return TRUE and thus stop the emission
of all events including expose events.


Salut, Sven
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to