1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 19:40:21 +01:00

* Added row colors in treeview.

* Removed signal 'on row activated'.
This commit is contained in:
2006-12-07 16:57:39 +00:00
parent c6510bea51
commit e3a08713e9

View File

@@ -85,10 +85,9 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="headers_visible">False</property>
<property name="rules_hint">False</property>
<property name="rules_hint">True</property>
<property name="reorderable">False</property>
<property name="enable_search">True</property>
<signal name="row_activated" handler="on_category_tree_row_activated" last_modification_time="Thu, 30 Nov 2006 19:51:42 GMT"/>
<signal name="cursor_changed" handler="on_category_tree_cursor_changed" last_modification_time="Thu, 30 Nov 2006 19:55:42 GMT"/>
</widget>
</child>