Christian Reis <[EMAIL PROTECTED]> writes: (Sorry for my late reply, and Christian, ignore the private mail I sent...)
> On Wed, Aug 14, 2002 at 01:16:44AM +0200, Tommy Lindgren wrote: > > > > How do I focus/activate a row in a CList? > > In short, use GtkCList.select_row(). After actually have tested this function I realize that this isn't what I am looking for. With 'focus/activate' I meant 'to move the "cursor" (the one you can move inside a (C)List with your arrow keys) to an arbitrary row'. Or /is/ this possible to achieve with select_row()? I tried to select_row() and then unselect_row() but it didn't help :( (Someone has mentioned 'toggle_focus_row' in earlier postings, but it seems to be a signal, not a function. Hmm.) -- 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/
