ake a look at this
demo:
https://svn.cronos.be/svn/custom-treemodel-demo/trunk/
--
Philip Van Hoof, software developer at x-tend
home: me at pvanhoof dot be
gnome: pvanhoof at gnome dot org
work: vanhoof at x-tend dot be
http://www.pvanhoof.be - http://www.x-tend.be
_
usually considered bad design anyway, I
> think.) Do all your GTK+ calls from the main thread. Use g_idle_add()
> to schedule GUI that happens in the main thread from other
> threads.
Does this mean that gdk_threads_enter and _leave doesn't work on
Windows? Auwch ...
--
Philip Van H
,
G_TYPE_OBJECT };
me->iterator_lock = g_mutex_new ();
gtk_tree_store_set_column_types (store,
TNY_ACCOUNT_TREE_MODEL_N_COLUMNS, types);
return;
}
--
Philip Van Hoof, software developer at x-tend
home: me at pvanhoof dot be
gnome: pvanhoof at gnome dot org
work: vanhoof
And a full example:
https://svn.cronos.be/svn/custom-treemodel-demo/trunk/
--
Philip Van Hoof, software developer at x-tend
home: me at pvanhoof dot be
gnome: pvanhoof at gnome dot org
work: vanhoof at x-tend dot be
http://www.pvanhoof.be - http://www.x-tend.be
ll
educated not to use wrong techniques for less trivial designs.
--
Philip Van Hoof, software developer at x-tend
home: me at pvanhoof dot be
gnome: pvanhoof at gnome dot org
work: vanhoof at x-tend dot be
http://www.pvanhoof.be - http://www.x-tend.be
___
Hey Jonay,
I forwarded your question to some of the gtk/gnome application
development mailing lists.
On Fri, 2005-08-19 at 10:35 +0200, Jonay Gomez wrote:
> Philip Van Hoof <[EMAIL PROTECTED]> wrote:
> > On Fri, 2005-08-19 at 06:17 +0200, Jonay Gomez wrote:
> >
> >