diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-06-14 14:30:27 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-06-14 14:30:27 +0200 |
commit | 78ab2d265d8fbd2bb4bbfb1533645154e12db2c2 (patch) | |
tree | d8973f1be8b332a3fd0cfcc9ff442b5ab918d4d9 /src/default.ui | |
parent | 266d6602381aba46a1f5de1b72206f20223f3868 (diff) | |
download | experiment-player-78ab2d265d8fbd2bb4bbfb1533645154e12db2c2.tar.gz |
new navigator signal (for Jens to use): section-selected should be emitted when an entry is single-clicked
* connected with transcript widgets: the selected section becomes the transcripts backdrop area
* updated documentation for callbacks in class structure
Diffstat (limited to 'src/default.ui')
-rw-r--r-- | src/default.ui | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/default.ui b/src/default.ui index e8496d6..923a0c5 100644 --- a/src/default.ui +++ b/src/default.ui @@ -319,11 +319,13 @@ audio-volume-medium</property> <child> <object class="GtkExperimentTranscript" id="transcript_wizard_widget"> <property name="visible">True</property> + <property name="can_focus">True</property> </object> </child> <child> <object class="GtkExperimentTranscript" id="transcript_proband_widget"> <property name="visible">True</property> + <property name="can_focus">True</property> </object> <packing> <property name="left_attach">1</property> @@ -485,6 +487,9 @@ audio-volume-medium</property> <property name="headers_clickable">False</property> <property name="search_column">0</property> <signal name="time_selected" handler="navigator_widget_time_selected_cb" object="player_widget"/> + <signal name="section_activated" handler="navigator_widget_section_activated_cb"/> + <signal name="focus_in_event" handler="navigator_widget_generic_focus_event_cb"/> + <signal name="focus_out_event" handler="navigator_widget_generic_focus_event_cb"/> </object> </child> </object> |