Re: desktop font + PATCH for 82565



On Sun, 2 Jun 2002, Frank Worsley wrote:

> > This almost works.
> > 
> > You really should do:
> > 
> > static gboolean
> > foreach_func (GtkTreeModel *model,
> >               GtkTreePath  *path,
> >               GtkTreeIter  *iter,
> >               gpointer      data)
> > {
> >   gtk_tree_model_row_changed (model, path, iter);
> >   return FALSE;
> > }
> > 
> > gtk_tree_model_foreach (model, foreach_func, NULL);
> > 
> 
> This seems like a lot of work when a simple gtk_widget_queue_draw does
> what we want. Should I really change this?

Otherwise the tree will get confused if the height of the rows change.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Alexander Larsson                                            Red Hat, Inc 
                   alexl redhat com    alla lysator liu se 
He's a scarfaced guitar-strumming senator gone bad. She's a provocative mute 
fairy princess with an MBA from Harvard. They fight crime! 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]