hi all,
 
 i need a tree to represent an experiment datastructure, 
it should be something like 
+A ( a checkbox beside all these)
   +a
   +b  
+B 
  + b1
   + b2
 
when i click on it once the tree should expand and if i double click it should shrink, 
i should be able to check the boxes and add these to an other file.
 
i'm new to gtk and was trying out with gtk.TreeView, didn't find any good example 
which i could try to use. 
can anyone give me  an idea of how to implement this??
 
regards,
deepblues
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to