Re: Trouble adding a lot of rows

2006-08-02 Thread Philip Van Hoof
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 _

Re: Opening a GtkWindow from a Thread

2006-08-02 Thread Philip Van Hoof
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

Re: Storing GObject in GtkListStore

2006-08-02 Thread Philip Van Hoof
, 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

Re: A better way to use GtkTreeView: Proxy classes and lazy instantiation

2006-01-12 Thread Philip Van Hoof
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

A better way to use GtkTreeView: Proxy classes and lazy instantiation

2006-01-11 Thread Philip Van Hoof
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 ___

Re: GNOME Clipboard Manager status.

2005-08-19 Thread Philip Van Hoof
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: > > > >