diff options
Diffstat (limited to 'src/default.ui')
-rw-r--r-- | src/default.ui | 244 |
1 files changed, 151 insertions, 93 deletions
diff --git a/src/default.ui b/src/default.ui index 91b1fcc..ee9195e 100644 --- a/src/default.ui +++ b/src/default.ui @@ -15,7 +15,7 @@ <property name="visible">True</property> <property name="orientation">vertical</property> <child> - <object class="GtkMenuBar" id="menubar"> + <object class="GtkMenuBar" id="player_window_menubar"> <property name="visible">True</property> <child> <object class="GtkMenuItem" id="file_item"> @@ -263,123 +263,181 @@ audio-volume-medium</property> <property name="default_height">700</property> <property name="deletable">False</property> <child> - <object class="GtkHPaned" id="info_window_hpane"> + <object class="GtkVBox" id="info_window_vbox"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="position">339</property> + <property name="orientation">vertical</property> <child> - <object class="GtkTable" id="transcript_table"> + <object class="GtkMenuBar" id="info_window_menubar"> <property name="visible">True</property> - <property name="sensitive">False</property> - <property name="n_rows">3</property> - <property name="n_columns">3</property> - <child> - <object class="GtkExperimentTranscript" id="transcript_wizard_widget"> - <property name="visible">True</property> - </object> - </child> - <child> - <object class="GtkExperimentTranscript" id="transcript_proband_widget"> - <property name="visible">True</property> - </object> - <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> - </packing> - </child> - <child> - <object class="GtkVScrollbar" id="transcript_scroll_widget"> - <property name="visible">True</property> - </object> - <packing> - <property name="left_attach">2</property> - <property name="right_attach">3</property> - <property name="x_options">GTK_FILL</property> - </packing> - </child> - <child> - <object class="GtkComboBox" id="transcript_wizard_combo"> - <property name="visible">True</property> - </object> - <packing> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> - <property name="y_options">GTK_FILL</property> - </packing> - </child> <child> - <object class="GtkComboBox" id="transcript_proband_combo"> + <object class="GtkMenuItem" id="formats_item"> <property name="visible">True</property> + <property name="label" translatable="yes">_Formats</property> + <property name="use_underline">True</property> + <child type="submenu"> + <object class="GtkMenu" id="formats_menu"> + <property name="visible">True</property> + <child> + <object class="GtkImageMenuItem" id="formats_menu_choosedir_item"> + <property name="label" translatable="yes">Choose _Directory...</property> + <property name="visible">True</property> + <property name="use_underline">True</property> + <property name="image">image5</property> + <property name="use_stock">False</property> + <signal name="activate" handler="formats_menu_choosedir_item_activate_cb" object="info_window"/> + </object> + </child> + <child> + <object class="GtkImageMenuItem" id="formats_menu_refresh_item"> + <property name="label">gtk-refresh</property> + <property name="visible">True</property> + <property name="use_underline">True</property> + <property name="use_stock">True</property> + <signal name="activate" handler="formats_menu_refresh_item_activate_cb" object="transcript_wizard_combo"/> + </object> + </child> + </object> + </child> </object> - <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> - <property name="y_options">GTK_FILL</property> - </packing> </child> + </object> + <packing> + <property name="expand">False</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkHPaned" id="info_window_hpane"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="position">339</property> + <property name="position_set">True</property> <child> - <object class="GtkEntry" id="transcript_wizard_entry"> + <object class="GtkTable" id="transcript_table"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="invisible_char">●</property> - <signal name="changed" handler="generic_transcript_entry_changed_cb" object="transcript_wizard_widget"/> + <property name="sensitive">False</property> + <property name="n_rows">3</property> + <property name="n_columns">3</property> + <child> + <object class="GtkExperimentTranscript" id="transcript_wizard_widget"> + <property name="visible">True</property> + </object> + </child> + <child> + <object class="GtkExperimentTranscript" id="transcript_proband_widget"> + <property name="visible">True</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + </packing> + </child> + <child> + <object class="GtkVScrollbar" id="transcript_scroll_widget"> + <property name="visible">True</property> + </object> + <packing> + <property name="left_attach">2</property> + <property name="right_attach">3</property> + <property name="x_options">GTK_FILL</property> + </packing> + </child> + <child> + <object class="GtkComboBox" id="transcript_proband_combo"> + <property name="visible">True</property> + <signal name="changed" handler="generic_transcript_combo_changed_cb" object="transcript_proband_widget"/> + </object> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="y_options">GTK_FILL</property> + </packing> + </child> + <child> + <object class="GtkEntry" id="transcript_wizard_entry"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="invisible_char">●</property> + <signal name="changed" handler="generic_transcript_entry_changed_cb" object="transcript_wizard_widget"/> + </object> + <packing> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> + <property name="y_options">GTK_FILL</property> + </packing> + </child> + <child> + <object class="GtkEntry" id="transcript_proband_entry"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="invisible_char">●</property> + <signal name="changed" handler="generic_transcript_entry_changed_cb" object="transcript_proband_widget"/> + </object> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> + <property name="y_options">GTK_FILL</property> + </packing> + </child> + <child> + <object class="GtkComboBox" id="transcript_wizard_combo"> + <property name="visible">True</property> + <signal name="changed" handler="generic_transcript_combo_changed_cb" object="transcript_wizard_widget"/> + </object> + <packing> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="y_options">GTK_FILL</property> + </packing> + </child> + <child> + <placeholder/> + </child> + <child> + <placeholder/> + </child> </object> <packing> - <property name="top_attach">2</property> - <property name="bottom_attach">3</property> - <property name="y_options">GTK_FILL</property> + <property name="resize">True</property> + <property name="shrink">True</property> </packing> </child> <child> - <object class="GtkEntry" id="transcript_proband_entry"> + <object class="GtkScrolledWindow" id="navigator_scrolledwindow"> <property name="visible">True</property> + <property name="sensitive">False</property> <property name="can_focus">True</property> - <property name="invisible_char">●</property> - <signal name="changed" handler="generic_transcript_entry_changed_cb" object="transcript_proband_widget"/> + <property name="hscrollbar_policy">automatic</property> + <property name="vscrollbar_policy">automatic</property> + <child> + <object class="GtkExperimentNavigator" id="navigator_widget"> + <property name="visible">True</property> + <property name="can_focus">True</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"/> + </object> + </child> </object> <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> - <property name="top_attach">2</property> - <property name="bottom_attach">3</property> - <property name="y_options">GTK_FILL</property> + <property name="resize">True</property> + <property name="shrink">True</property> </packing> </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - </object> - <packing> - <property name="resize">True</property> - <property name="shrink">True</property> - </packing> - </child> - <child> - <object class="GtkScrolledWindow" id="navigator_scrolledwindow"> - <property name="visible">True</property> - <property name="sensitive">False</property> - <property name="can_focus">True</property> - <property name="hscrollbar_policy">automatic</property> - <property name="vscrollbar_policy">automatic</property> - <child> - <object class="GtkExperimentNavigator" id="navigator_widget"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <signal name="time_selected" handler="navigator_widget_time_selected_cb" object="player_widget"/> - </object> - </child> </object> <packing> - <property name="resize">True</property> - <property name="shrink">True</property> + <property name="position">1</property> </packing> </child> </object> </child> </object> + <object class="GtkImage" id="image5"> + <property name="visible">True</property> + <property name="stock">gtk-directory</property> + </object> </interface> |