2009-09-23 18:45:44 +04:00
<?xml version="1.0"?>
2007-02-15 23:35:37 +03:00
<glade-interface>
2009-09-23 18:45:44 +04:00
<!-- interface-requires gtk+ 2.6 -->
<!-- interface-naming-policy toplevel-contextual -->
2008-12-17 23:27:06 +03:00
<widget class="GtkWindow" id="vmm-preferences">
2009-09-23 19:49:35 +04:00
<property name="border_width">12</property>
2008-10-31 17:18:55 +03:00
<property name="title" translatable="yes">Preferences</property>
2009-09-23 18:45:44 +04:00
<property name="type_hint">dialog</property>
2008-10-31 17:18:55 +03:00
<signal name="delete_event" handler="on_vmm_preferences_delete_event"/>
2008-12-17 23:27:06 +03:00
<child>
<widget class="GtkVBox" id="vbox1">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2009-09-23 18:45:44 +04:00
<property name="orientation">vertical</property>
2009-09-23 19:49:35 +04:00
<property name="spacing">12</property>
2008-10-31 17:18:55 +03:00
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkNotebook" id="prefs-pages">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2008-12-17 23:27:06 +03:00
<property name="can_focus">True</property>
2009-07-28 06:30:01 +04:00
<child>
<widget class="GtkVBox" id="vbox5">
<property name="visible">True</property>
2009-09-23 19:49:35 +04:00
<property name="border_width">12</property>
2009-09-23 18:45:44 +04:00
<property name="orientation">vertical</property>
2009-07-28 06:30:01 +04:00
<child>
<widget class="GtkFrame" id="frame5">
<property name="visible">True</property>
<property name="label_xalign">0</property>
2009-09-23 18:45:44 +04:00
<property name="shadow_type">none</property>
2009-07-28 06:30:01 +04: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="n_rows">2</property>
<property name="column_spacing">6</property>
<property name="row_spacing">6</property>
<child>
<widget class="GtkCheckButton" id="prefs-system-tray">
2009-09-23 18:45:44 +04:00
<property name="label" translatable="yes">Enable system tray icon</property>
2009-07-28 06:30:01 +04:00
<property name="visible">True</property>
<property name="can_focus">True</property>
2009-09-23 18:45:44 +04:00
<property name="receives_default">False</property>
2009-07-28 06:30:01 +04: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>
2009-09-23 18:45:44 +04:00
<child>
<placeholder/>
</child>
2009-07-28 06:30:01 +04:00
</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 18:45:44 +04:00
<packing>
<property name="position">0</property>
</packing>
2009-07-28 06:30:01 +04: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 18:45:44 +04:00
<property name="type">tab</property>
2009-07-28 06:30:01 +04:00
</packing>
</child>
2008-10-31 17:18:55 +03:00
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkVBox" id="vbox2">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2009-09-23 19:49:35 +04:00
<property name="border_width">12</property>
2009-09-23 18:45:44 +04:00
<property name="orientation">vertical</property>
2008-12-17 23:27:06 +03:00
<property name="spacing">8</property>
2008-10-31 17:18:55 +03:00
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkFrame" id="frame1">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2008-12-17 23:27:06 +03:00
<property name="label_xalign">0</property>
2009-09-23 18:45:44 +04:00
<property name="shadow_type">none</property>
2008-10-31 17:18:55 +03:00
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkAlignment" id="alignment2">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2008-12-17 23:27:06 +03:00
<property name="left_padding">12</property>
2008-10-31 17:18:55 +03:00
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkTable" id="table1">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2008-12-17 23:27:06 +03: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-28 06:30:01 +04:00
<widget class="GtkLabel" id="label9">
2009-07-27 00:09:46 +04:00
<property name="visible">True</property>
<property name="xalign">0</property>
2009-07-28 06:30:01 +04:00
<property name="label" translatable="yes">samples</property>
2008-12-17 23:27:06 +03:00
</widget>
<packing>
2009-07-28 06:30:01 +04:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
2008-12-17 23:27:06 +03:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
2009-07-28 06:30:01 +04:00
<widget class="GtkLabel" id="label8">
2008-12-17 23:27:06 +03:00
<property name="visible">True</property>
2009-07-28 06:30:01 +04:00
<property name="xalign">0</property>
<property name="label" translatable="yes">seconds</property>
2008-12-17 23:27:06 +03:00
</widget>
<packing>
2009-07-28 06:30:01 +04:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
2008-12-17 23:27:06 +03: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 19:49:35 +04:00
<property name="invisible_char">●</property>
2008-12-17 23:27:06 +03:00
<property name="adjustment">0 0 300 5 5 0</property>
<property name="climb_rate">0.01</property>
2009-02-17 03:04:44 +03:00
<signal name="value_changed" handler="on_prefs_stats_history_length_changed"/>
2008-12-17 23:27:06 +03: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-28 06:30:01 +04:00
<widget class="GtkSpinButton" id="prefs-stats-update-interval">
2008-12-17 23:27:06 +03:00
<property name="visible">True</property>
2009-07-28 06:30:01 +04:00
<property name="can_focus">True</property>
2009-09-23 19:49:35 +04:00
<property name="invisible_char">●</property>
2009-07-28 06:30:01 +04: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 23:27:06 +03:00
</widget>
<packing>
2009-07-28 06:30:01 +04:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="x_options">GTK_FILL</property>
2008-12-17 23:27:06 +03:00
</packing>
</child>
<child>
2009-07-28 06:30:01 +04:00
<widget class="GtkLabel" id="label7">
2008-12-17 23:27:06 +03:00
<property name="visible">True</property>
<property name="xalign">0</property>
2009-07-28 06:30:01 +04:00
<property name="label" translatable="yes">Maintain history of</property>
2008-12-17 23:27:06 +03:00
</widget>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
2009-07-28 06:30:01 +04:00
<child>
<widget class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Update status every</property>
</widget>
</child>
2008-10-31 17:18:55 +03:00
</widget>
</child>
</widget>
</child>
2008-12-17 23:27:06 +03: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 17:18:55 +03:00
</widget>
2008-12-17 23:27:06 +03:00
<packing>
<property name="expand">False</property>
2009-09-23 18:45:44 +04:00
<property name="position">0</property>
2008-12-17 23:27:06 +03:00
</packing>
2008-10-31 17:18:55 +03:00
</child>
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkFrame" id="frame2">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2008-12-17 23:27:06 +03:00
<property name="label_xalign">0</property>
2009-09-23 18:45:44 +04:00
<property name="shadow_type">none</property>
2008-12-17 23:27:06 +03: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>
<property name="n_rows">4</property>
<property name="n_columns">2</property>
<property name="column_spacing">3</property>
<property name="row_spacing">3</property>
2009-07-27 00:09:46 +04:00
<child>
2009-07-28 06:30:01 +04:00
<widget class="GtkCheckButton" id="prefs-stats-enable-net">
2008-12-17 23:27:06 +03:00
<property name="visible">True</property>
2009-07-28 06:30:01 +04:00
<property name="can_focus">True</property>
2009-09-23 18:45:44 +04:00
<property name="receives_default">False</property>
2009-07-28 06:30:01 +04:00
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_prefs_stats_enable_net_toggled"/>
2008-12-17 23:27:06 +03:00
</widget>
<packing>
2009-07-28 06:30:01 +04:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2009-07-27 00:09:46 +04:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2009-07-28 06:30:01 +04:00
<property name="x_options">GTK_EXPAND</property>
2008-12-17 23:27:06 +03:00
</packing>
</child>
<child>
2009-07-27 00:09:46 +04:00
<widget class="GtkCheckButton" id="prefs-stats-enable-disk">
2008-12-17 23:27:06 +03:00
<property name="visible">True</property>
<property name="can_focus">True</property>
2009-09-23 18:45:44 +04:00
<property name="receives_default">False</property>
2008-12-17 23:27:06 +03:00
<property name="draw_indicator">True</property>
2009-07-27 00:09:46 +04:00
<signal name="toggled" handler="on_prefs_stats_enable_disk_toggled"/>
2008-12-17 23:27:06 +03: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-28 06:30:01 +04:00
<widget class="GtkLabel" id="label14">
2008-12-17 23:27:06 +03:00
<property name="visible">True</property>
2009-07-28 06:30:01 +04:00
<property name="xalign">0</property>
<property name="label" translatable="yes">Network I/O</property>
2008-12-17 23:27:06 +03:00
</widget>
<packing>
2009-02-24 02:50:47 +03:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2009-07-28 06:30:01 +04: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>
<property name="label" translatable="yes">Disk I/O</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
2008-12-17 23:27:06 +03:00
</packing>
</child>
2009-09-23 18:45:44 +04:00
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
2008-12-17 23:27:06 +03:00
</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 17:18:55 +03:00
</widget>
<packing>
2008-12-17 23:27:06 +03:00
<property name="expand">False</property>
<property name="position">1</property>
2008-10-31 17:18:55 +03:00
</packing>
</child>
</widget>
2009-07-28 06:30:01 +04:00
<packing>
<property name="position">1</property>
</packing>
2008-10-31 17:18:55 +03:00
</child>
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkLabel" id="label2">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2008-12-17 23:27:06 +03:00
<property name="label" translatable="yes">Stats</property>
</widget>
<packing>
2009-07-28 06:30:01 +04:00
<property name="position">1</property>
2008-12-17 23:27:06 +03:00
<property name="tab_fill">False</property>
2009-09-23 18:45:44 +04:00
<property name="type">tab</property>
2008-12-17 23:27:06 +03:00
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox3">
<property name="visible">True</property>
2009-09-23 19:49:35 +04:00
<property name="border_width">12</property>
2009-09-23 18:45:44 +04:00
<property name="orientation">vertical</property>
2008-12-17 23:27:06 +03:00
<property name="spacing">8</property>
2008-10-31 17:18:55 +03:00
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkFrame" id="frame3">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2008-12-17 23:27:06 +03:00
<property name="label_xalign">0</property>
2009-09-23 18:45:44 +04:00
<property name="shadow_type">none</property>
2008-10-31 17:18:55 +03:00
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkAlignment" id="alignment4">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2008-12-17 23:27:06 +03:00
<property name="left_padding">12</property>
2008-10-31 17:18:55 +03:00
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkTable" id="table3">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2009-02-24 02:50:47 +03:00
<property name="n_rows">6</property>
<property name="row_spacing">3</property>
2008-12-17 23:27:06 +03:00
<child>
2009-07-28 06:30:01 +04:00
<widget class="GtkComboBox" id="prefs-console-scaling">
2008-12-17 23:27:06 +03:00
<property name="visible">True</property>
<property name="items" translatable="yes">Never
2009-07-28 06:30:01 +04:00
Fullscreen only
Always</property>
<signal name="changed" handler="on_prefs_console_scaling_changed"/>
2008-12-17 23:27:06 +03:00
</widget>
<packing>
2009-07-28 06:30:01 +04:00
<property name="top_attach">5</property>
<property name="bottom_attach">6</property>
2008-12-17 23:27:06 +03:00
<property name="x_padding">5</property>
</packing>
</child>
2009-02-17 03:04:44 +03:00
<child>
2009-07-28 06:30:01 +04:00
<widget class="GtkLabel" id="label17">
2009-07-27 00:09:46 +04:00
<property name="visible">True</property>
<property name="xalign">0</property>
2009-07-28 06:30:01 +04:00
<property name="label" translatable="yes">Graphical Console Scaling:</property>
2009-02-17 03:04:44 +03:00
</widget>
2009-02-24 02:50:47 +03:00
<packing>
2009-07-28 06:30:01 +04:00
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
2009-02-24 02:50:47 +03: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-17 03:04:44 +03:00
</child>
2008-12-17 23:27:06 +03:00
<child>
2009-07-28 06:30:01 +04:00
<widget class="GtkLabel" id="label15">
2008-12-17 23:27:06 +03:00
<property name="visible">True</property>
<property name="xalign">0</property>
2009-07-28 06:30:01 +04:00
<property name="label" translatable="yes">Grab keyboard input:</property>
2008-12-17 23:27:06 +03:00
</widget>
<packing>
2009-07-28 06:30:01 +04:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2008-12-17 23:27:06 +03:00
</packing>
</child>
<child>
2009-07-28 06:30:01 +04:00
<widget class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Automatically open consoles:</property>
</widget>
</child>
<child>
<widget class="GtkComboBox" id="prefs-console-popup">
2008-12-17 23:27:06 +03:00
<property name="visible">True</property>
<property name="items" translatable="yes">Never
2009-07-28 06:30:01 +04:00
For all new domains
For all domains</property>
<signal name="changed" handler="on_prefs_console_popup_changed"/>
2008-12-17 23:27:06 +03:00
</widget>
<packing>
2009-07-28 06:30:01 +04:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2008-12-17 23:27:06 +03:00
<property name="x_padding">5</property>
</packing>
</child>
2008-10-31 17:18:55 +03:00
</widget>
</child>
</widget>
</child>
2008-12-17 23:27:06 +03:00
<child>
<widget class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Consoles</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
2008-10-31 17:18:55 +03:00
</widget>
<packing>
2008-12-17 23:27:06 +03:00
<property name="expand">False</property>
2009-09-23 18:45:44 +04:00
<property name="position">0</property>
2008-10-31 17:18:55 +03:00
</packing>
</child>
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkFrame" id="frame4">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2008-12-17 23:27:06 +03:00
<property name="label_xalign">0</property>
2009-09-23 18:45:44 +04:00
<property name="shadow_type">none</property>
2008-10-31 17:18:55 +03:00
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkAlignment" id="alignment5">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2008-12-17 23:27:06 +03:00
<property name="left_padding">12</property>
2008-10-31 17:18:55 +03:00
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkTable" id="table4">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2009-01-12 17:40:41 +03:00
<property name="n_rows">2</property>
2008-12-17 23:27:06 +03:00
<property name="column_spacing">8</property>
<child>
2009-01-12 17:40:41 +03:00
<widget class="GtkAlignment" id="alignment6">
2008-12-17 23:27:06 +03:00
<property name="visible">True</property>
2009-01-12 17:40:41 +03:00
<property name="left_padding">12</property>
<child>
<widget class="GtkVBox" id="vbox4">
<property name="visible">True</property>
2009-09-23 18:45:44 +04:00
<property name="orientation">vertical</property>
2009-01-12 17:40:41 +03:00
<child>
<widget class="GtkCheckButton" id="prefs-sound-local">
2009-09-23 18:45:44 +04:00
<property name="label" translatable="yes">Local virtual machine</property>
2009-01-12 17:40:41 +03:00
<property name="visible">True</property>
<property name="can_focus">True</property>
2009-09-23 18:45:44 +04:00
<property name="receives_default">False</property>
2009-01-12 17:40:41 +03:00
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_prefs_sound_local_toggled"/>
</widget>
2009-09-23 18:45:44 +04:00
<packing>
<property name="position">0</property>
</packing>
2009-01-12 17:40:41 +03:00
</child>
<child>
<widget class="GtkCheckButton" id="prefs-sound-remote">
2009-09-23 18:45:44 +04:00
<property name="label" translatable="yes">Remote virtual machine</property>
2009-01-12 17:40:41 +03:00
<property name="visible">True</property>
<property name="can_focus">True</property>
2009-09-23 18:45:44 +04:00
<property name="receives_default">False</property>
2009-01-12 17:40:41 +03: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 23:27:06 +03:00
</widget>
<packing>
2009-01-12 17:40:41 +03:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2008-12-17 23:27:06 +03:00
</packing>
</child>
2009-07-28 06:30:01 +04: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 17:18:55 +03:00
</widget>
</child>
</widget>
</child>
2008-12-17 23:27:06 +03: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 17:18:55 +03:00
</widget>
<packing>
2008-12-17 23:27:06 +03:00
<property name="expand">False</property>
<property name="position">1</property>
2008-10-31 17:18:55 +03:00
</packing>
</child>
</widget>
<packing>
2009-07-28 06:30:01 +04:00
<property name="position">2</property>
2008-12-17 23:27:06 +03: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-28 06:30:01 +04:00
<property name="position">2</property>
2008-12-17 23:27:06 +03:00
<property name="tab_fill">False</property>
2009-09-23 18:45:44 +04:00
<property name="type">tab</property>
2008-10-31 17:18:55 +03:00
</packing>
</child>
</widget>
2009-09-23 18:45:44 +04:00
<packing>
<property name="position">0</property>
</packing>
2008-10-31 17:18:55 +03:00
</child>
2008-12-17 23:27:06 +03:00
<child>
2009-09-23 19:49:35 +04:00
<widget class="GtkHButtonBox" id="hbuttonbox1">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkButton" id="prefs-help">
2009-09-23 18:45:44 +04:00
<property name="label">gtk-help</property>
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
<property name="can_focus">True</property>
2008-12-17 23:27:06 +03:00
<property name="receives_default">True</property>
2008-10-31 17:18:55 +03:00
<property name="use_stock">True</property>
2008-12-17 23:27:06 +03:00
<signal name="clicked" handler="on_prefs_help_clicked"/>
2008-10-31 17:18:55 +03:00
</widget>
2008-12-17 23:27:06 +03:00
<packing>
<property name="expand">False</property>
2009-09-23 18:45:44 +04:00
<property name="position">0</property>
2008-12-17 23:27:06 +03:00
</packing>
2008-10-31 17:18:55 +03:00
</child>
<child>
2009-09-23 19:49:35 +04:00
<widget class="GtkButton" id="prefs-close">
<property name="label">gtk-close</property>
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2009-09-23 19:49:35 +04: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 17:18:55 +03:00
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
2008-12-17 23:27:06 +03:00
<property name="position">1</property>
2008-10-31 17:18:55 +03:00
</packing>
</child>
</widget>
</child>
</widget>
2007-02-15 23:35:37 +03:00
</glade-interface>