Matt Wilson <[EMAIL PROTECTED]> writes:
> On Thu, Jan 20, 2000 at 11:55:58AM +0100, Frederic Gobry wrote:
> > Hi !
> >
> > > * How do I get and set the row with the current focus (ie different
> > > from the current selections)?
> >
> > You get the focus row with tree.focus_row... I don't know if you can set it.
>
> Setting it shouldn't be allowed.
Why not? Sometimes the most comfortable way to update the content of a
GtkCTree widget is to empty and refill it - the focus row should not
change for the user, so you have to save the old position
(tree.focus_row) before the widget is emptied and to set it afterwards
(tree.??? only ugly work-arounds available).
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]