Re: widgets do not appear, due to "event"



Hi,

Saquib Malik <saquibfarooq yahoo com> 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]