Re: desktop font + PATCH for 82565
- From: Frank Worsley <fworsley shaw ca>
- To: Jonathan Blandford <jrb redhat com>
- Cc: Alexander Larsson <alexl redhat com>, David Watson <dwatson cs ucr edu>, Dave Bordoley <bordoley msu edu>, nautilus-list gnome org
- Subject: Re: desktop font + PATCH for 82565
- Date: Sun, 02 Jun 2002 14:02:18 -0700
> 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]