我创建了一个 pygtk TreeView 并希望在每行之间添加不同的颜色。我去了这里,它说存在一个完全相同的 TreeView Style 属性。该属性称为“奇行颜色”和“偶行颜色”。所以转到我的代码并尝试使用 set_property() 来应用它。但我收到一条错误消息
self.customer_view.set_property('even-row-color', gtk.gdk.Color(211, 211, 211))
TypeError: object of type `GtkTreeView' does not have property `even-row-color'
怎么可能达到。该财产在哪里处理?