Re: desktop font + PATCH for 82565



> 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?

- Frank




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