Sael !

Thanks again for the interest you give to my development :)

As I stated in my e-mail I started with the area itself without sucess. 
Then I tried with its associated window, but none of them have the block event 
installed

But I realise I put the wrong output line in my e-mail :(

area expose cb <GdkRectangle at 0x81fa890> 0 <__main__.DrawingArea instance at 
0x863e97c> <GdkEvent at 0xbfffdaa0> <gtk.DrawingArea object (GtkDrawingArea) at 
0x8513c04>
Traceback (most recent call last):
  File "./ldraw2.py", line 2884, in area_expose_cb
    area.signal_handler_block(self.signal_id)
AttributeError: 'gtk.DrawingArea' object has no attribute 'signal_handler_block'

Also the area itself does not have the attribute !

Takk

JB


On Mon, 8 Dec 2003 10:14:36 -0200
Christian Robottom Reis <[EMAIL PROTECTED]> wrote:

> On Mon, Dec 08, 2003 at 09:50:30AM +0000, Jean-Baptiste Cazier wrote:
> > I tried my example but without any sucess as the area is not suppose to have that 
> > method !
> > 
> > Traceback (most recent call last):
> >   File "./ldraw2.py", line 2884, in area_expose_cb
> >     area.window.signal_handler_block(self.signal_id)
>         ^^^^^
> You should block on the area itself, not its window.
> 
> (That said, I'm not positive this will work at all.)
> 
> > AttributeError: 'gtk.gdk.Window' object has no attribute 'signal_handler_block'
> 
> Take care,
> --
> Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331


-- 
-----------------------------
[EMAIL PROTECTED]

Department of Statistics
deCODE genetics     Sturlugata,8
570 2993          101 Reykjav�k

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to