Does anyone have any examples of programs that use the CTree? I'm trying
to write one that does, but it's giving me trouble appending nodes to the
tree. I've looked at the regular gtk documentation, but it isn't helping.
Here is what I'm currently doing:
MyTree = GtkCTree ()
MyNewItem = GtkTreeItem ("Test")
window.add(MyTree)
MyTree.show()
MyTree.append (MyNewItem)
I get the error from the MyTree.append line.
--
Joshua Boyd
http://catpro.dragonfire.net/joshua
-
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]