Re: beg for help - writing a custom tree model

2004-08-23 Thread D M
On Mon, Aug 23, 2004 at 08:10:22PM +0200, Christer Palm wrote: > D M wrote: > data structure where it takes a long time to retrieve the data for a > node - hence you wouldn't want the view to visit a node until necessary. > Obviously, the GTK TreeView wasn't designed w

beg for help - writing a custom tree model

2004-08-22 Thread D M
Hello,. For few days now I'm struggling with GtkTreeView. I'm trying to implement my own GtkTreeModel, which would contain massive amount of data located in LDAP ( in fact my model would be just a proxy to a LDAP). The main problem is that GtkTreeView behavior makes it imp