gtk.TreeView.set_model(TreeStore) expanders do not seem to work?
- From: "Daniel B. Thurman" <dant cdkkt com>
- To: GTK Applications <gtk-app-devel-list gnome org>
- Subject: gtk.TreeView.set_model(TreeStore) expanders do not seem to work?
- Date: Sat, 17 Oct 2009 17:16:24 -0700
In my application, I am populating a treestore with
new children, I then use the following method:
self.treeview.set_mode(treestore)
Apparently the treeview does not show expanders
where there are new children.
Is there something I need to do to show the expanders?
I have tried, with no effect:
self.treeview.expand_row(path, True)
Any suggestions I can try?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]