Short background story: I have recently discovered Python and python-gtk and find it very nice (I mean, GTK code that is readable, wow!). I am now trying to write a simple file manager, but have encountered a small problem:
How do I focus/activate a row in a CList? When you have visited a directory and go back one level I want the last directory/row to have focus (like in Gentoo). I have found the gtk_clist_moveto() function but it just moves the scrollbar, the row isn't activated. TIA! -- Tommy Lindgren | o y @ i u . u 41A942131CAA5C | t m l l n x n ^C^C _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
