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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user