On Sun, Nov 10, 2002 at 12:13:47AM -0600, Tanya Brethour wrote:
> 
> Is it possible to make a single row of a CList invisible? And then be able
> to make it visible again?  I see a is_visible function.. so I would assume
> there is a way to make it invisible. But correct me if I am wrong :)

I think row_is_visible() verifies if the row is in the displayed area of
its ScrolledWindow (looks at gtk source) yep, that's what it is. If you
have the gtk+ source for 1.2.10, look at line 3152.

Take care,
--
Christian Reis, Senior Engineer, Async Open Source, Brazil.
http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL
_______________________________________________
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