beg for help - writing a custom tree model
- From: D M <isaac belial pl eu org>
- To: gtk-list gnome org
- Subject: beg for help - writing a custom tree model
- Date: Sun, 22 Aug 2004 21:53:33 +0200
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
impossible. First of all: when a user expands a node GtkTreeView asks
me to create iterators for each child, then every child is referenced
(accordingly to the manual that means that an item is to be displayed -
which is wrong because even if there are 5000 children it's refernecing
all of them at once). Then - what is even more ridiculous - I'm asked
to provide values for all children elements - which is total
madness.
My question is:
Have I just gone insane or Treeview behaves as described
above?
Thank you.
PS. Can anyone give me some hints how can I achieve my goal?
--
DM
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]