2009-09-23 09:45:44 -05:00
|
|
|
<?xml version="1.0"?>
|
2007-02-15 14:35:37 -06:00
|
|
|
<glade-interface>
|
2009-09-23 09:45:44 -05:00
|
|
|
<!-- interface-requires gtk+ 2.6 -->
|
|
|
|
<!-- interface-naming-policy toplevel-contextual -->
|
2008-12-17 14:27:06 -06:00
|
|
|
<widget class="GtkWindow" id="vmm-preferences">
|
2009-09-23 10:49:35 -05:00
|
|
|
<property name="border_width">12</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="title" translatable="yes">Preferences</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="type_hint">dialog</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<signal name="delete_event" handler="on_vmm_preferences_delete_event"/>
|
2008-12-17 14:27:06 -06:00
|
|
|
<child>
|
|
|
|
<widget class="GtkVBox" id="vbox1">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="orientation">vertical</property>
|
2009-09-23 10:49:35 -05:00
|
|
|
<property name="spacing">12</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<child>
|
2008-12-17 14:27:06 -06:00
|
|
|
<widget class="GtkNotebook" id="prefs-pages">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="can_focus">True</property>
|
2009-07-27 21:30:01 -05:00
|
|
|
<child>
|
|
|
|
<widget class="GtkVBox" id="vbox5">
|
|
|
|
<property name="visible">True</property>
|
2009-09-23 10:49:35 -05:00
|
|
|
<property name="border_width">12</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="orientation">vertical</property>
|
2009-07-27 21:30:01 -05:00
|
|
|
<child>
|
|
|
|
<widget class="GtkFrame" id="frame5">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label_xalign">0</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="shadow_type">none</property>
|
2009-07-27 21:30:01 -05:00
|
|
|
<child>
|
|
|
|
<widget class="GtkAlignment" id="alignment7">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="left_padding">12</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkTable" id="table5">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="column_spacing">6</property>
|
|
|
|
<property name="row_spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckButton" id="prefs-system-tray">
|
2009-11-17 14:06:15 -06:00
|
|
|
<property name="label" translatable="yes">Enable _system tray icon</property>
|
2009-07-27 21:30:01 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="receives_default">False</property>
|
2009-11-17 14:06:15 -06:00
|
|
|
<property name="use_underline">True</property>
|
2009-07-27 21:30:01 -05:00
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<signal name="toggled" handler="on_prefs_system_tray_toggled"/>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options">GTK_FILL</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label12">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes"><b>General</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">label_item</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
2009-09-23 09:45:44 -05:00
|
|
|
<packing>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
2009-07-27 21:30:01 -05:00
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label11">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">General</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="tab_fill">False</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="type">tab</property>
|
2009-07-27 21:30:01 -05:00
|
|
|
</packing>
|
|
|
|
</child>
|
2008-10-31 09:18:55 -05:00
|
|
|
<child>
|
2008-12-17 14:27:06 -06:00
|
|
|
<widget class="GtkVBox" id="vbox2">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2009-09-23 10:49:35 -05:00
|
|
|
<property name="border_width">12</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="orientation">vertical</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="spacing">8</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<child>
|
2008-12-17 14:27:06 -06:00
|
|
|
<widget class="GtkFrame" id="frame1">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="label_xalign">0</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="shadow_type">none</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<child>
|
2008-12-17 14:27:06 -06:00
|
|
|
<widget class="GtkAlignment" id="alignment2">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="left_padding">12</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<child>
|
2008-12-17 14:27:06 -06:00
|
|
|
<widget class="GtkTable" id="table1">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="n_rows">2</property>
|
|
|
|
<property name="n_columns">3</property>
|
|
|
|
<property name="column_spacing">3</property>
|
|
|
|
<property name="row_spacing">3</property>
|
|
|
|
<child>
|
2009-07-27 21:30:01 -05:00
|
|
|
<widget class="GtkLabel" id="label9">
|
2009-07-26 15:09:46 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2009-07-27 21:30:01 -05:00
|
|
|
<property name="label" translatable="yes">samples</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2009-07-27 21:30:01 -05:00
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2009-07-27 21:30:01 -05:00
|
|
|
<widget class="GtkLabel" id="label8">
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="visible">True</property>
|
2009-07-27 21:30:01 -05:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes">seconds</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2009-07-27 21:30:01 -05:00
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSpinButton" id="prefs-stats-history-len">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2009-09-23 10:49:35 -05:00
|
|
|
<property name="invisible_char">●</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="adjustment">0 0 300 5 5 0</property>
|
|
|
|
<property name="climb_rate">0.01</property>
|
2009-02-16 18:04:44 -06:00
|
|
|
<signal name="value_changed" handler="on_prefs_stats_history_length_changed"/>
|
2008-12-17 14:27:06 -06:00
|
|
|
</widget>
|
|
|
|
<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="x_options">GTK_FILL</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2009-07-27 21:30:01 -05:00
|
|
|
<widget class="GtkSpinButton" id="prefs-stats-update-interval">
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="visible">True</property>
|
2009-07-27 21:30:01 -05:00
|
|
|
<property name="can_focus">True</property>
|
2009-09-23 10:49:35 -05:00
|
|
|
<property name="invisible_char">●</property>
|
2009-07-27 21:30:01 -05:00
|
|
|
<property name="adjustment">0 0 60 1 5 0</property>
|
|
|
|
<signal name="value_changed" handler="on_prefs_stats_update_interval_changed"/>
|
2008-12-17 14:27:06 -06:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2009-07-27 21:30:01 -05:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2009-07-27 21:30:01 -05:00
|
|
|
<widget class="GtkLabel" id="label7">
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2009-11-17 14:06:15 -06:00
|
|
|
<property name="label" translatable="yes">Maintain h_istory of</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">prefs-stats-history-len</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2009-07-27 21:30:01 -05:00
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label6">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2009-11-17 14:06:15 -06:00
|
|
|
<property name="label" translatable="yes">_Update status every</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">prefs-stats-update-interval</property>
|
2009-07-27 21:30:01 -05:00
|
|
|
</widget>
|
|
|
|
</child>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
2008-12-17 14:27:06 -06:00
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label77">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes"><b>Stats Options</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">label_item</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
2008-12-17 14:27:06 -06:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="position">0</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
</packing>
|
2008-10-31 09:18:55 -05:00
|
|
|
</child>
|
|
|
|
<child>
|
2008-12-17 14:27:06 -06:00
|
|
|
<widget class="GtkFrame" id="frame2">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="label_xalign">0</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="shadow_type">none</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<child>
|
|
|
|
<widget class="GtkAlignment" id="alignment3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="left_padding">12</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkTable" id="table2">
|
|
|
|
<property name="visible">True</property>
|
2009-11-18 15:11:17 -06:00
|
|
|
<property name="n_rows">2</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="n_columns">2</property>
|
|
|
|
<property name="column_spacing">3</property>
|
|
|
|
<property name="row_spacing">3</property>
|
2009-07-26 15:09:46 -05:00
|
|
|
<child>
|
2009-07-27 21:30:01 -05:00
|
|
|
<widget class="GtkCheckButton" id="prefs-stats-enable-net">
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="visible">True</property>
|
2009-07-27 21:30:01 -05:00
|
|
|
<property name="can_focus">True</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="receives_default">False</property>
|
2009-07-27 21:30:01 -05:00
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<signal name="toggled" handler="on_prefs_stats_enable_net_toggled"/>
|
2008-12-17 14:27:06 -06:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2009-07-27 21:30:01 -05:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2009-07-26 15:09:46 -05:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2009-07-27 21:30:01 -05:00
|
|
|
<property name="x_options">GTK_EXPAND</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2009-07-26 15:09:46 -05:00
|
|
|
<widget class="GtkCheckButton" id="prefs-stats-enable-disk">
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="receives_default">False</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="draw_indicator">True</property>
|
2009-07-26 15:09:46 -05:00
|
|
|
<signal name="toggled" handler="on_prefs_stats_enable_disk_toggled"/>
|
2008-12-17 14:27:06 -06:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="x_options">GTK_EXPAND</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2009-07-27 21:30:01 -05:00
|
|
|
<widget class="GtkLabel" id="label14">
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="visible">True</property>
|
2009-07-27 21:30:01 -05:00
|
|
|
<property name="xalign">0</property>
|
2009-11-17 14:06:15 -06:00
|
|
|
<property name="label" translatable="yes">_Network I/O</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">prefs-stats-enable-net</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2009-02-23 17:50:47 -06:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2009-07-27 21:30:01 -05:00
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label13">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2009-11-17 14:06:15 -06:00
|
|
|
<property name="label" translatable="yes">_Disk I/O</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">prefs-stats-enable-disk</property>
|
2009-07-27 21:30:01 -05:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label10">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes"><b>Enable Stats Polling</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">label_item</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="position">1</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
2009-07-27 21:30:01 -05:00
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
2008-10-31 09:18:55 -05:00
|
|
|
</child>
|
|
|
|
<child>
|
2008-12-17 14:27:06 -06:00
|
|
|
<widget class="GtkLabel" id="label2">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="label" translatable="yes">Stats</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2009-07-27 21:30:01 -05:00
|
|
|
<property name="position">1</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="tab_fill">False</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="type">tab</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkVBox" id="vbox3">
|
|
|
|
<property name="visible">True</property>
|
2009-09-23 10:49:35 -05:00
|
|
|
<property name="border_width">12</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="orientation">vertical</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="spacing">8</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<child>
|
2008-12-17 14:27:06 -06:00
|
|
|
<widget class="GtkFrame" id="frame3">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="label_xalign">0</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="shadow_type">none</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<child>
|
2008-12-17 14:27:06 -06:00
|
|
|
<widget class="GtkAlignment" id="alignment4">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="left_padding">12</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<child>
|
2008-12-17 14:27:06 -06:00
|
|
|
<widget class="GtkTable" id="table3">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2009-02-23 17:50:47 -06:00
|
|
|
<property name="n_rows">6</property>
|
|
|
|
<property name="row_spacing">3</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<child>
|
2009-07-27 21:30:01 -05:00
|
|
|
<widget class="GtkComboBox" id="prefs-console-scaling">
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="items" translatable="yes">Never
|
2009-07-27 21:30:01 -05:00
|
|
|
Fullscreen only
|
|
|
|
Always</property>
|
|
|
|
<signal name="changed" handler="on_prefs_console_scaling_changed"/>
|
2008-12-17 14:27:06 -06:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2009-07-27 21:30:01 -05:00
|
|
|
<property name="top_attach">5</property>
|
|
|
|
<property name="bottom_attach">6</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="x_padding">5</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2009-02-16 18:04:44 -06:00
|
|
|
<child>
|
2009-07-27 21:30:01 -05:00
|
|
|
<widget class="GtkLabel" id="label17">
|
2009-07-26 15:09:46 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2009-11-17 14:06:15 -06:00
|
|
|
<property name="label" translatable="yes">Graphical console _scaling:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">prefs-console-scaling</property>
|
2009-02-16 18:04:44 -06:00
|
|
|
</widget>
|
2009-02-23 17:50:47 -06:00
|
|
|
<packing>
|
2009-07-27 21:30:01 -05:00
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
2009-02-23 17:50:47 -06:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkComboBox" id="prefs-console-keygrab">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="items" translatable="yes">Never
|
|
|
|
When fullscreen
|
|
|
|
On mouse over</property>
|
|
|
|
<signal name="changed" handler="on_prefs_console_keygrab_changed"/>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
|
|
|
<property name="x_padding">5</property>
|
|
|
|
</packing>
|
2009-02-16 18:04:44 -06:00
|
|
|
</child>
|
2008-12-17 14:27:06 -06:00
|
|
|
<child>
|
2009-07-27 21:30:01 -05:00
|
|
|
<widget class="GtkLabel" id="label15">
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2010-04-21 11:59:48 -05:00
|
|
|
<property name="label" translatable="yes">Grab _keyboard accelerators:</property>
|
2009-11-17 14:06:15 -06:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">prefs-console-keygrab</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2009-07-27 21:30:01 -05:00
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2009-07-27 21:30:01 -05:00
|
|
|
<widget class="GtkLabel" id="label5">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2009-11-17 14:06:15 -06:00
|
|
|
<property name="label" translatable="yes">Automatically _open consoles:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">prefs-console-popup</property>
|
2009-07-27 21:30:01 -05:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkComboBox" id="prefs-console-popup">
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="items" translatable="yes">Never
|
2009-07-27 21:30:01 -05:00
|
|
|
For all new domains
|
|
|
|
For all domains</property>
|
|
|
|
<signal name="changed" handler="on_prefs_console_popup_changed"/>
|
2008-12-17 14:27:06 -06:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2009-07-27 21:30:01 -05:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="x_padding">5</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
2008-12-17 14:27:06 -06:00
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label1">
|
|
|
|
<property name="visible">True</property>
|
2010-04-21 11:59:48 -05:00
|
|
|
<property name="label" translatable="yes"><b>Graphical Consoles</b></property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">label_item</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="expand">False</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="position">0</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2008-12-17 14:27:06 -06:00
|
|
|
<widget class="GtkFrame" id="frame4">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="label_xalign">0</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="shadow_type">none</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<child>
|
2008-12-17 14:27:06 -06:00
|
|
|
<widget class="GtkAlignment" id="alignment5">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="left_padding">12</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<child>
|
2008-12-17 14:27:06 -06:00
|
|
|
<widget class="GtkTable" id="table4">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2009-01-12 08:40:41 -06:00
|
|
|
<property name="n_rows">2</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="column_spacing">8</property>
|
|
|
|
<child>
|
2009-01-12 08:40:41 -06:00
|
|
|
<widget class="GtkAlignment" id="alignment6">
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="visible">True</property>
|
2009-01-12 08:40:41 -06:00
|
|
|
<property name="left_padding">12</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkVBox" id="vbox4">
|
|
|
|
<property name="visible">True</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="orientation">vertical</property>
|
2009-01-12 08:40:41 -06:00
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckButton" id="prefs-sound-local">
|
2009-11-17 14:06:15 -06:00
|
|
|
<property name="label" translatable="yes">_Local virtual machine</property>
|
2009-01-12 08:40:41 -06:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="receives_default">False</property>
|
2009-11-17 14:06:15 -06:00
|
|
|
<property name="use_underline">True</property>
|
2009-01-12 08:40:41 -06:00
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<signal name="toggled" handler="on_prefs_sound_local_toggled"/>
|
|
|
|
</widget>
|
2009-09-23 09:45:44 -05:00
|
|
|
<packing>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
2009-01-12 08:40:41 -06:00
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckButton" id="prefs-sound-remote">
|
2009-11-17 14:06:15 -06:00
|
|
|
<property name="label" translatable="yes">_Remote virtual machine</property>
|
2009-01-12 08:40:41 -06:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="receives_default">False</property>
|
2009-11-17 14:06:15 -06:00
|
|
|
<property name="use_underline">True</property>
|
2009-01-12 08:40:41 -06:00
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<signal name="toggled" handler="prefs_sound_remote_toggled_cb"/>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
2008-12-17 14:27:06 -06:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2009-01-12 08:40:41 -06:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
</packing>
|
|
|
|
</child>
|
2009-07-27 21:30:01 -05:00
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label16">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes">Install Audio Device:</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
2008-12-17 14:27:06 -06:00
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes"><b>New VM</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">label_item</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="position">1</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2009-07-27 21:30:01 -05:00
|
|
|
<property name="position">2</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">VM Details</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2009-07-27 21:30:01 -05:00
|
|
|
<property name="position">2</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="tab_fill">False</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="type">tab</property>
|
2009-11-18 15:11:17 -06:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkVBox" id="vbox6">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="border_width">12</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkFrame" id="frame6">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label_xalign">0</property>
|
|
|
|
<property name="shadow_type">none</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkAlignment" id="alignment1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="top_padding">6</property>
|
|
|
|
<property name="left_padding">12</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkTable" id="table6">
|
|
|
|
<property name="visible">True</property>
|
2009-11-18 15:46:36 -06:00
|
|
|
<property name="n_rows">5</property>
|
2009-11-18 15:11:17 -06:00
|
|
|
<property name="n_columns">2</property>
|
|
|
|
<property name="column_spacing">12</property>
|
|
|
|
<property name="row_spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label19">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes">_Force Poweroff:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">prefs-confirm-forcepoweroff</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
2009-11-18 15:46:36 -06:00
|
|
|
<property name="y_options"></property>
|
2009-11-18 15:11:17 -06:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckButton" id="prefs-confirm-forcepoweroff">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<signal name="toggled" handler="on_prefs_confirm_forcepoweroff_toggled"/>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2009-11-18 15:46:36 -06:00
|
|
|
<property name="y_options"></property>
|
2009-11-18 15:11:17 -06:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label20">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes">Poweroff/_Reboot:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">prefs-confirm-poweroff</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
2009-11-18 15:46:36 -06:00
|
|
|
<property name="y_options"></property>
|
2009-11-18 15:11:17 -06:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label21">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes">_Pause:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">prefs-confirm-pause</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
2009-11-18 15:46:36 -06:00
|
|
|
<property name="y_options"></property>
|
2009-11-18 15:11:17 -06:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckButton" id="prefs-confirm-poweroff">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<signal name="toggled" handler="on_prefs_confirm_poweroff_toggled"/>
|
|
|
|
</widget>
|
|
|
|
<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>
|
2009-11-18 15:46:36 -06:00
|
|
|
<property name="y_options"></property>
|
2009-11-18 15:11:17 -06:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckButton" id="prefs-confirm-pause">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<signal name="toggled" handler="on_prefs_confirm_pause_toggled"/>
|
|
|
|
</widget>
|
|
|
|
<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>
|
2009-11-18 15:46:36 -06:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-02-08 21:34:23 -06:00
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckButton" id="prefs-confirm-removedev">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<signal name="toggled" handler="on_prefs_confirm_removedev_toggled"/>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2009-11-18 15:46:36 -06:00
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label22">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes">Device re_moval:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">prefs-confirm-removedev</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-02-08 21:34:23 -06:00
|
|
|
<widget class="GtkLabel" id="label23">
|
2009-11-18 15:46:36 -06:00
|
|
|
<property name="visible">True</property>
|
2010-02-08 21:34:23 -06:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes">_Interface start/stop:</property>
|
|
|
|
<property name="use_underline">True</property>
|
2009-11-18 15:46:36 -06:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-02-08 21:34:23 -06:00
|
|
|
<widget class="GtkCheckButton" id="prefs-confirm-interface">
|
2009-11-18 15:46:36 -06:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
2010-02-08 21:34:23 -06:00
|
|
|
<signal name="toggled" handler="on_prefs_confirm_interface_toggled"/>
|
2009-11-18 15:46:36 -06:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2010-02-08 21:34:23 -06:00
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
2009-11-18 15:46:36 -06:00
|
|
|
<property name="x_options">GTK_FILL</property>
|
2009-11-18 15:11:17 -06:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label161">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes"><b>Confirmations</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">label_item</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label18">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Feedback</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">3</property>
|
|
|
|
<property name="tab_fill">False</property>
|
|
|
|
<property name="type">tab</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
2009-09-23 09:45:44 -05:00
|
|
|
<packing>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
2008-10-31 09:18:55 -05:00
|
|
|
</child>
|
2008-12-17 14:27:06 -06:00
|
|
|
<child>
|
2009-09-23 10:49:35 -05:00
|
|
|
<widget class="GtkHButtonBox" id="hbuttonbox1">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2009-09-29 13:26:43 -05:00
|
|
|
<property name="layout_style">end</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<child>
|
2008-12-17 14:27:06 -06:00
|
|
|
<widget class="GtkButton" id="prefs-help">
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="label">gtk-help</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="receives_default">True</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="use_stock">True</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<signal name="clicked" handler="on_prefs_help_clicked"/>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
2008-12-17 14:27:06 -06:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2009-09-29 13:26:43 -05:00
|
|
|
<property name="fill">False</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="position">0</property>
|
2009-09-29 13:26:43 -05:00
|
|
|
<property name="secondary">True</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
</packing>
|
2008-10-31 09:18:55 -05:00
|
|
|
</child>
|
|
|
|
<child>
|
2009-09-23 10:49:35 -05:00
|
|
|
<widget class="GtkButton" id="prefs-close">
|
|
|
|
<property name="label">gtk-close</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2009-09-23 10:49:35 -05:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<signal name="clicked" handler="on_prefs_close_clicked"/>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2009-09-29 13:26:43 -05:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2009-11-24 12:24:46 -06:00
|
|
|
<property name="expand">False</property>
|
2008-12-17 14:27:06 -06:00
|
|
|
<property name="position">1</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
2007-02-15 14:35:37 -06:00
|
|
|
</glade-interface>
|