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

* Added signals for doubleclick in treeviews.

This commit is contained in:
2006-12-25 17:09:22 +00:00
parent 200c556ce9
commit ae4019ad19

View File

@@ -433,6 +433,7 @@
<property name="reorderable">False</property>
<property name="enable_search">True</property>
<signal name="cursor_changed" handler="on_discs_cursor_changed" last_modification_time="Thu, 07 Dec 2006 16:47:17 GMT"/>
<signal name="row_activated" handler="on_discs_row_activated" last_modification_time="Thu, 21 Dec 2006 19:25:39 GMT"/>
</widget>
</child>
</widget>
@@ -466,6 +467,7 @@
<property name="reorderable">False</property>
<property name="enable_search">True</property>
<signal name="cursor_changed" handler="on_files_cursor_changed" last_modification_time="Thu, 07 Dec 2006 16:48:04 GMT"/>
<signal name="row_activated" handler="on_files_row_activated" last_modification_time="Thu, 21 Dec 2006 19:25:53 GMT"/>
</widget>
</child>
</widget>