2011-06-16 14:07:58 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-04-04 13:08:33 +00:00
|
|
|
<!-- Generated with glade 3.20.0 -->
|
2009-07-20 08:23:32 +00:00
|
|
|
<interface>
|
2015-03-22 04:17:38 +00:00
|
|
|
<requires lib="gtk+" version="3.0"/>
|
2011-06-16 14:07:58 +00:00
|
|
|
<object class="GtkAdjustment" id="adjustment1">
|
|
|
|
<property name="upper">100</property>
|
|
|
|
<property name="step_increment">1</property>
|
|
|
|
<property name="page_increment">1</property>
|
|
|
|
</object>
|
2014-05-20 13:35:39 +00:00
|
|
|
<object class="GtkDialog" id="zenity_scale_dialog">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="border_width">5</property>
|
|
|
|
<property name="title" translatable="yes">Adjust the scale value</property>
|
|
|
|
<property name="default_width">300</property>
|
|
|
|
<property name="default_height">100</property>
|
|
|
|
<property name="type_hint">dialog</property>
|
|
|
|
<signal name="destroy" handler="gtk_main_quit" swapped="no"/>
|
|
|
|
<child internal-child="vbox">
|
2015-03-22 04:17:38 +00:00
|
|
|
<object class="GtkBox" id="dialog-vbox11">
|
2014-05-20 13:35:39 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child internal-child="action_area">
|
2015-03-22 04:17:38 +00:00
|
|
|
<object class="GtkButtonBox" id="dialog-action_area11">
|
2014-05-20 13:35:39 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="layout_style">end</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="zenity_scale_cancel_button">
|
2015-03-22 04:30:20 +00:00
|
|
|
<property name="label" translatable="yes">Cancel</property>
|
2014-05-20 13:35:39 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="zenity_scale_ok_button">
|
2015-03-22 04:30:20 +00:00
|
|
|
<property name="label" translatable="yes">OK</property>
|
2014-05-20 13:35:39 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2015-03-22 08:52:44 +00:00
|
|
|
<object class="GtkBox" id="vbox13">
|
2014-05-20 13:35:39 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="border_width">5</property>
|
2015-03-22 08:52:44 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2014-05-20 13:35:39 +00:00
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="zenity_scale_text">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="ypad">4</property>
|
|
|
|
<property name="label" translatable="yes">Adjust the scale value</property>
|
2015-05-29 18:11:34 +00:00
|
|
|
<property name="xalign">0</property>
|
2014-05-20 13:35:39 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2015-03-22 09:00:16 +00:00
|
|
|
<object class="GtkScale" id="zenity_scale_hscale">
|
2014-05-20 13:35:39 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="adjustment">adjustment1</property>
|
|
|
|
<property name="digits">0</property>
|
|
|
|
<property name="value_pos">right</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<action-widgets>
|
|
|
|
<action-widget response="-6">zenity_scale_cancel_button</action-widget>
|
|
|
|
<action-widget response="-5">zenity_scale_ok_button</action-widget>
|
|
|
|
</action-widgets>
|
|
|
|
</object>
|
2011-06-16 14:07:58 +00:00
|
|
|
<object class="GtkTextBuffer" id="textbuffer1"/>
|
2014-05-20 13:35:39 +00:00
|
|
|
<object class="GtkDialog" id="zenity_text_dialog">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="border_width">5</property>
|
|
|
|
<property name="title" translatable="yes">Text View</property>
|
|
|
|
<property name="window_position">center</property>
|
|
|
|
<property name="default_width">300</property>
|
|
|
|
<property name="default_height">200</property>
|
|
|
|
<property name="type_hint">dialog</property>
|
|
|
|
<signal name="destroy" handler="gtk_main_quit" swapped="no"/>
|
|
|
|
<child internal-child="vbox">
|
2015-03-22 04:17:38 +00:00
|
|
|
<object class="GtkBox" id="dialog-vbox5">
|
2014-05-20 13:35:39 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="spacing">2</property>
|
|
|
|
<child internal-child="action_area">
|
2015-03-22 04:17:38 +00:00
|
|
|
<object class="GtkButtonBox" id="dialog-action_area5">
|
2014-05-20 13:35:39 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="layout_style">end</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="zenity_text_cancel_button">
|
2015-03-22 04:30:20 +00:00
|
|
|
<property name="label" translatable="yes">Cancel</property>
|
2014-05-20 13:35:39 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="zenity_text_close_button">
|
2015-03-22 04:30:20 +00:00
|
|
|
<property name="label" translatable="yes">OK</property>
|
2014-05-20 13:35:39 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="image_position">right</property>
|
2015-05-29 18:11:34 +00:00
|
|
|
<accelerator key="Return" signal="clicked" modifiers="GDK_CONTROL_MASK"/>
|
2014-05-20 13:35:39 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2015-03-22 08:52:44 +00:00
|
|
|
<object class="GtkBox" id="vbox5">
|
2014-05-20 13:35:39 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="border_width">5</property>
|
2015-05-29 18:11:34 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2014-05-20 13:35:39 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow" id="zenity_text_scrolled_window">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="shadow_type">etched-in</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTextView" id="zenity_text_view">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="pixels_above_lines">2</property>
|
|
|
|
<property name="pixels_below_lines">2</property>
|
|
|
|
<property name="editable">False</property>
|
|
|
|
<property name="wrap_mode">word</property>
|
|
|
|
<property name="left_margin">2</property>
|
|
|
|
<property name="right_margin">2</property>
|
|
|
|
<property name="buffer">textbuffer1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="zenity_text_checkbox">
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
2015-10-02 11:39:49 +00:00
|
|
|
<property name="xalign">0.5</property>
|
2014-05-20 13:35:39 +00:00
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<action-widgets>
|
|
|
|
<action-widget response="-6">zenity_text_cancel_button</action-widget>
|
|
|
|
<action-widget response="-7">zenity_text_close_button</action-widget>
|
|
|
|
</action-widgets>
|
|
|
|
</object>
|
2009-07-20 08:23:32 +00:00
|
|
|
<object class="GtkDialog" id="zenity_calendar_dialog">
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="border_width">5</property>
|
|
|
|
<property name="title" translatable="yes">Calendar selection</property>
|
|
|
|
<property name="window_position">center</property>
|
|
|
|
<property name="type_hint">dialog</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<signal name="destroy" handler="gtk_main_quit" swapped="no"/>
|
2009-07-20 08:23:32 +00:00
|
|
|
<child internal-child="vbox">
|
2015-03-22 04:17:38 +00:00
|
|
|
<object class="GtkBox" id="dialog-vbox2">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="spacing">2</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<child internal-child="action_area">
|
2015-03-22 04:17:38 +00:00
|
|
|
<object class="GtkButtonBox" id="dialog-action_area2">
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="layout_style">end</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="zenity_calendar_cancel_button">
|
2015-03-22 04:30:20 +00:00
|
|
|
<property name="label" translatable="yes">Cancel</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="zenity_calendar_ok_button">
|
2015-03-22 04:30:20 +00:00
|
|
|
<property name="label" translatable="yes">OK</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="has_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2009-07-20 08:23:32 +00:00
|
|
|
<child>
|
2015-03-22 08:52:44 +00:00
|
|
|
<object class="GtkBox" id="vbox1">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="border_width">5</property>
|
2015-03-22 08:52:44 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
2015-03-22 08:52:44 +00:00
|
|
|
<object class="GtkBox" id="vbox2">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="zenity_calendar_text">
|
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="label" translatable="yes">Select a date from below.</property>
|
|
|
|
<property name="wrap">True</property>
|
2015-05-29 18:11:34 +00:00
|
|
|
<property name="xalign">0</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="zenity_calendar_label">
|
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="label" translatable="yes">C_alendar:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">zenity_calendar</property>
|
2015-05-29 18:11:34 +00:00
|
|
|
<property name="xalign">0</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<accessibility>
|
|
|
|
<relation type="label-for" target="zenity_calendar"/>
|
|
|
|
</accessibility>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCalendar" id="zenity_calendar">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-06-16 14:07:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<action-widgets>
|
|
|
|
<action-widget response="-6">zenity_calendar_cancel_button</action-widget>
|
|
|
|
<action-widget response="-5">zenity_calendar_ok_button</action-widget>
|
|
|
|
</action-widgets>
|
|
|
|
</object>
|
|
|
|
<object class="GtkDialog" id="zenity_entry_dialog">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="border_width">5</property>
|
|
|
|
<property name="title" translatable="yes">Add a new entry</property>
|
|
|
|
<property name="window_position">center</property>
|
|
|
|
<property name="type_hint">dialog</property>
|
|
|
|
<signal name="destroy" handler="gtk_main_quit" swapped="no"/>
|
|
|
|
<child internal-child="vbox">
|
2015-03-22 04:17:38 +00:00
|
|
|
<object class="GtkBox" id="dialog-vbox4">
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2015-10-02 11:39:49 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="spacing">2</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<child internal-child="action_area">
|
2015-03-22 04:17:38 +00:00
|
|
|
<object class="GtkButtonBox" id="dialog-action_area4">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="layout_style">end</property>
|
|
|
|
<child>
|
2011-06-16 14:07:58 +00:00
|
|
|
<object class="GtkButton" id="zenity_entry_cancel_button">
|
2015-03-22 04:30:20 +00:00
|
|
|
<property name="label" translatable="yes">Cancel</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-06-16 14:07:58 +00:00
|
|
|
<object class="GtkButton" id="zenity_entry_ok_button">
|
2015-03-22 04:30:20 +00:00
|
|
|
<property name="label" translatable="yes">OK</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="has_default">True</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="receives_default">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="fill">True</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2015-03-22 08:52:44 +00:00
|
|
|
<object class="GtkBox" id="vbox3">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="border_width">6</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<child>
|
2015-03-22 08:52:44 +00:00
|
|
|
<object class="GtkBox" id="vbox4">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
2015-10-02 11:39:49 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="zenity_entry_text">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">_Enter new text:</property>
|
|
|
|
<property name="use_underline">True</property>
|
2015-05-29 18:11:34 +00:00
|
|
|
<property name="xalign">0</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
2009-07-20 08:23:32 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2017-04-04 13:08:33 +00:00
|
|
|
<property name="expand">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="fill">True</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-06-16 14:07:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<action-widgets>
|
|
|
|
<action-widget response="-6">zenity_entry_cancel_button</action-widget>
|
|
|
|
<action-widget response="-5">zenity_entry_ok_button</action-widget>
|
|
|
|
</action-widgets>
|
|
|
|
</object>
|
|
|
|
<object class="GtkDialog" id="zenity_error_dialog">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="border_width">5</property>
|
|
|
|
<property name="title" translatable="yes">Error</property>
|
|
|
|
<property name="window_position">center</property>
|
|
|
|
<property name="type_hint">dialog</property>
|
|
|
|
<signal name="destroy" handler="gtk_main_quit" swapped="no"/>
|
|
|
|
<child internal-child="vbox">
|
2015-03-22 04:17:38 +00:00
|
|
|
<object class="GtkBox" id="dialog-vbox7">
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="spacing">14</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<child internal-child="action_area">
|
2015-03-22 04:17:38 +00:00
|
|
|
<object class="GtkButtonBox" id="dialog-action_area7">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="layout_style">end</property>
|
|
|
|
<child>
|
2011-06-16 14:07:58 +00:00
|
|
|
<object class="GtkButton" id="zenity_error_ok_button">
|
2015-03-22 04:30:20 +00:00
|
|
|
<property name="label" translatable="yes">OK</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="fill">True</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-06-16 14:07:58 +00:00
|
|
|
<child>
|
2015-03-22 08:52:44 +00:00
|
|
|
<object class="GtkBox" id="vbox8">
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="border_width">6</property>
|
|
|
|
<child>
|
2015-03-22 08:52:44 +00:00
|
|
|
<object class="GtkBox" id="hbox3">
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="border_width">5</property>
|
|
|
|
<property name="spacing">12</property>
|
|
|
|
<child>
|
2012-09-18 20:51:08 +00:00
|
|
|
<object class="GtkImage" id="zenity_error_image">
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="yalign">0</property>
|
2015-03-22 04:43:49 +00:00
|
|
|
<property name="icon_name">dialog-error</property>
|
2015-03-22 04:17:38 +00:00
|
|
|
<property name="icon_size">6</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2017-03-18 10:24:47 +00:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="zenity_error_text">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes">An error has occurred.</property>
|
|
|
|
<property name="wrap">True</property>
|
|
|
|
<property name="selectable">True</property>
|
2015-05-29 18:11:34 +00:00
|
|
|
<property name="yalign">0</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2009-07-20 08:23:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<action-widgets>
|
2011-06-16 14:07:58 +00:00
|
|
|
<action-widget response="-5">zenity_error_ok_button</action-widget>
|
2009-07-20 08:23:32 +00:00
|
|
|
</action-widgets>
|
|
|
|
</object>
|
2011-06-16 14:07:58 +00:00
|
|
|
<object class="GtkDialog" id="zenity_forms_dialog">
|
|
|
|
<property name="can_focus">False</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="border_width">5</property>
|
2015-06-23 09:12:40 +00:00
|
|
|
<property name="window_position">center</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="type_hint">normal</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<child internal-child="vbox">
|
2015-03-22 04:17:38 +00:00
|
|
|
<object class="GtkBox" id="dialog-vbox12">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="spacing">2</property>
|
|
|
|
<child internal-child="action_area">
|
2015-03-22 04:17:38 +00:00
|
|
|
<object class="GtkButtonBox" id="dialog-action_area12">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="layout_style">end</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<child>
|
2011-07-26 17:00:28 +00:00
|
|
|
<object class="GtkButton" id="zenity_forms_cancel_button">
|
2015-03-22 04:30:20 +00:00
|
|
|
<property name="label" translatable="yes">Cancel</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="fill">False</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-07-26 17:00:28 +00:00
|
|
|
<object class="GtkButton" id="zenity_forms_ok_button">
|
2015-03-22 04:30:20 +00:00
|
|
|
<property name="label" translatable="yes">OK</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="receives_default">True</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="fill">True</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-06-16 14:07:58 +00:00
|
|
|
<object class="GtkFrame" id="frame1">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label_xalign">0</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<child>
|
2015-03-22 08:05:26 +00:00
|
|
|
<object class="GtkGrid" id="zenity_forms_grid">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
2015-03-22 08:05:26 +00:00
|
|
|
<property name="margin_left">12</property>
|
|
|
|
<property name="margin_right">6</property>
|
|
|
|
<property name="margin_top">12</property>
|
|
|
|
<property name="margin_bottom">6</property>
|
|
|
|
<property name="row_spacing">6</property>
|
|
|
|
<property name="column_spacing">10</property>
|
2015-05-29 18:11:34 +00:00
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
2009-07-20 08:23:32 +00:00
|
|
|
</object>
|
2011-06-16 14:07:58 +00:00
|
|
|
</child>
|
|
|
|
<child type="label">
|
|
|
|
<object class="GtkLabel" id="zenity_forms_text">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2012-05-16 17:10:16 +00:00
|
|
|
<property name="label" translatable="yes">Forms dialog</property>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="weight" value="bold"/>
|
|
|
|
</attributes>
|
2011-06-16 14:07:58 +00:00
|
|
|
</object>
|
2009-07-20 08:23:32 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-06-16 14:07:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<action-widgets>
|
2011-07-26 17:00:28 +00:00
|
|
|
<action-widget response="-6">zenity_forms_cancel_button</action-widget>
|
|
|
|
<action-widget response="-5">zenity_forms_ok_button</action-widget>
|
2011-06-16 14:07:58 +00:00
|
|
|
</action-widgets>
|
|
|
|
</object>
|
|
|
|
<object class="GtkDialog" id="zenity_info_dialog">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="border_width">5</property>
|
|
|
|
<property name="title" translatable="yes">Information</property>
|
|
|
|
<property name="window_position">center</property>
|
|
|
|
<property name="type_hint">dialog</property>
|
|
|
|
<signal name="destroy" handler="gtk_main_quit" swapped="no"/>
|
|
|
|
<child internal-child="vbox">
|
2015-03-22 04:17:38 +00:00
|
|
|
<object class="GtkBox" id="dialog-vbox9">
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="spacing">14</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<child internal-child="action_area">
|
2015-03-22 04:17:38 +00:00
|
|
|
<object class="GtkButtonBox" id="dialog-action_area3">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="layout_style">end</property>
|
|
|
|
<child>
|
2011-06-16 14:07:58 +00:00
|
|
|
<object class="GtkButton" id="zenity_info_ok_button">
|
2015-03-22 04:30:20 +00:00
|
|
|
<property name="label" translatable="yes">OK</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-06-16 14:07:58 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2015-03-22 08:52:44 +00:00
|
|
|
<object class="GtkBox" id="hbox4">
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="border_width">5</property>
|
|
|
|
<property name="spacing">12</property>
|
|
|
|
<child>
|
2012-09-18 20:51:08 +00:00
|
|
|
<object class="GtkImage" id="zenity_info_image">
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="yalign">0</property>
|
2015-03-22 04:43:49 +00:00
|
|
|
<property name="icon_name">dialog-information</property>
|
2015-03-22 04:17:38 +00:00
|
|
|
<property name="icon_size">6</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2017-03-18 10:24:47 +00:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2009-07-20 08:23:32 +00:00
|
|
|
<child>
|
2011-06-16 14:07:58 +00:00
|
|
|
<object class="GtkLabel" id="zenity_info_text">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="label" translatable="yes">All updates are complete.</property>
|
|
|
|
<property name="wrap">True</property>
|
|
|
|
<property name="selectable">True</property>
|
2015-05-29 18:11:34 +00:00
|
|
|
<property name="yalign">0</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<action-widgets>
|
2011-06-16 14:07:58 +00:00
|
|
|
<action-widget response="-5">zenity_info_ok_button</action-widget>
|
2009-07-20 08:23:32 +00:00
|
|
|
</action-widgets>
|
|
|
|
</object>
|
2011-06-16 14:07:58 +00:00
|
|
|
<object class="GtkDialog" id="zenity_progress_dialog">
|
|
|
|
<property name="can_focus">False</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="border_width">5</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="title" translatable="yes">Progress</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="window_position">center</property>
|
|
|
|
<property name="type_hint">dialog</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<signal name="destroy" handler="gtk_main_quit" swapped="no"/>
|
2009-07-20 08:23:32 +00:00
|
|
|
<child internal-child="vbox">
|
2015-03-22 04:17:38 +00:00
|
|
|
<object class="GtkBox" id="dialog-vbox6">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="spacing">2</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<child internal-child="action_area">
|
2015-03-22 04:17:38 +00:00
|
|
|
<object class="GtkButtonBox" id="dialog-action_area6">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="layout_style">end</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<child>
|
2011-06-16 14:07:58 +00:00
|
|
|
<object class="GtkButton" id="zenity_progress_cancel_button">
|
2015-03-22 04:30:20 +00:00
|
|
|
<property name="label" translatable="yes">Cancel</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-06-16 14:07:58 +00:00
|
|
|
<object class="GtkButton" id="zenity_progress_ok_button">
|
2015-03-22 04:30:20 +00:00
|
|
|
<property name="label" translatable="yes">OK</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="sensitive">False</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="can_focus">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="has_focus">True</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="position">1</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="fill">True</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-06-16 14:07:58 +00:00
|
|
|
<child>
|
2015-03-22 08:52:44 +00:00
|
|
|
<object class="GtkBox" id="vbox7">
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="border_width">5</property>
|
2015-03-22 08:52:44 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="zenity_progress_text">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Running...</property>
|
2014-10-22 13:35:22 +00:00
|
|
|
<property name="wrap">True</property>
|
2015-05-29 18:11:34 +00:00
|
|
|
<property name="xalign">0</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkProgressBar" id="zenity_progress_bar">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="pulse_step">0.10000000149</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2014-08-05 21:22:12 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="zenity_progress_time">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-06-16 14:07:58 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2014-10-22 13:35:22 +00:00
|
|
|
<property name="fill">False</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2009-07-20 08:23:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<action-widgets>
|
2011-06-16 14:07:58 +00:00
|
|
|
<action-widget response="-6">zenity_progress_cancel_button</action-widget>
|
|
|
|
<action-widget response="-5">zenity_progress_ok_button</action-widget>
|
2009-07-20 08:23:32 +00:00
|
|
|
</action-widgets>
|
|
|
|
</object>
|
2011-06-16 14:07:58 +00:00
|
|
|
<object class="GtkDialog" id="zenity_question_dialog">
|
|
|
|
<property name="can_focus">False</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="border_width">5</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="title" translatable="yes">Question</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="window_position">center</property>
|
|
|
|
<property name="type_hint">dialog</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<signal name="destroy" handler="gtk_main_quit" swapped="no"/>
|
2009-07-20 08:23:32 +00:00
|
|
|
<child internal-child="vbox">
|
2015-03-22 04:17:38 +00:00
|
|
|
<object class="GtkBox" id="dialog-vbox3">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="spacing">14</property>
|
|
|
|
<child internal-child="action_area">
|
2015-03-22 04:17:38 +00:00
|
|
|
<object class="GtkButtonBox" id="zenity_question_button_box">
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="layout_style">end</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2009-07-20 08:23:32 +00:00
|
|
|
<child>
|
2015-03-22 08:52:44 +00:00
|
|
|
<object class="GtkBox" id="hbox1">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="border_width">5</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="spacing">12</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<child>
|
2012-09-18 20:51:08 +00:00
|
|
|
<object class="GtkImage" id="zenity_question_image">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="xalign">0</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="yalign">0</property>
|
2015-03-22 04:43:49 +00:00
|
|
|
<property name="icon_name">dialog-question</property>
|
2015-03-22 04:17:38 +00:00
|
|
|
<property name="icon_size">6</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="fill">True</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-06-16 14:07:58 +00:00
|
|
|
<object class="GtkLabel" id="zenity_question_text">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes">Are you sure you want to proceed?</property>
|
|
|
|
<property name="wrap">True</property>
|
|
|
|
<property name="selectable">True</property>
|
2015-05-29 18:11:34 +00:00
|
|
|
<property name="yalign">0</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-06-16 14:07:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<object class="GtkDialog" id="zenity_tree_dialog">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="border_width">5</property>
|
|
|
|
<property name="title" translatable="yes">Select items from the list</property>
|
|
|
|
<property name="window_position">center</property>
|
|
|
|
<property name="default_width">300</property>
|
|
|
|
<property name="default_height">196</property>
|
|
|
|
<property name="type_hint">dialog</property>
|
|
|
|
<signal name="destroy" handler="gtk_main_quit" swapped="no"/>
|
|
|
|
<child internal-child="vbox">
|
2015-03-22 04:17:38 +00:00
|
|
|
<object class="GtkBox" id="dialog-vbox8">
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<child internal-child="action_area">
|
2015-03-22 04:17:38 +00:00
|
|
|
<object class="GtkButtonBox" id="dialog-action_area8">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="layout_style">end</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="zenity_tree_cancel_button">
|
2015-03-22 04:30:20 +00:00
|
|
|
<property name="label" translatable="yes">Cancel</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="zenity_tree_ok_button">
|
2015-03-22 04:30:20 +00:00
|
|
|
<property name="label" translatable="yes">OK</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="fill">True</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2015-03-22 08:52:44 +00:00
|
|
|
<object class="GtkBox" id="vbox10">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="border_width">5</property>
|
2015-03-22 08:52:44 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="spacing">6</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<child>
|
2011-06-16 14:07:58 +00:00
|
|
|
<object class="GtkLabel" id="zenity_tree_text">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Select items from the list below.</property>
|
2015-05-29 18:11:34 +00:00
|
|
|
<property name="xalign">0</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="position">0</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-06-16 14:07:58 +00:00
|
|
|
<object class="GtkScrolledWindow" id="zenity_tree_window">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="shadow_type">in</property>
|
2015-06-23 09:25:29 +00:00
|
|
|
<property name="expand">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkTreeView" id="zenity_tree_view">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="has_focus">True</property>
|
2015-03-22 04:17:38 +00:00
|
|
|
<child internal-child="selection">
|
|
|
|
<object class="GtkTreeSelection" id="treeview-selection1"/>
|
|
|
|
</child>
|
2011-06-16 14:07:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2009-07-20 08:23:32 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<action-widgets>
|
2011-06-16 14:07:58 +00:00
|
|
|
<action-widget response="-6">zenity_tree_cancel_button</action-widget>
|
|
|
|
<action-widget response="-5">zenity_tree_ok_button</action-widget>
|
2009-07-20 08:23:32 +00:00
|
|
|
</action-widgets>
|
|
|
|
</object>
|
2011-06-16 14:07:58 +00:00
|
|
|
<object class="GtkDialog" id="zenity_warning_dialog">
|
|
|
|
<property name="can_focus">False</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="border_width">5</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="title" translatable="yes">Warning</property>
|
|
|
|
<property name="window_position">center</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="type_hint">dialog</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<signal name="destroy" handler="gtk_main_quit" swapped="no"/>
|
2009-07-20 08:23:32 +00:00
|
|
|
<child internal-child="vbox">
|
2015-03-22 04:17:38 +00:00
|
|
|
<object class="GtkBox" id="dialog-vbox1">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="spacing">14</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<child internal-child="action_area">
|
2015-03-22 04:17:38 +00:00
|
|
|
<object class="GtkButtonBox" id="dialog-action_area1">
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="layout_style">end</property>
|
|
|
|
<child>
|
2011-06-16 14:07:58 +00:00
|
|
|
<object class="GtkButton" id="zenity_warning_ok_button">
|
2015-03-22 04:30:20 +00:00
|
|
|
<property name="label" translatable="yes">OK</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="has_focus">True</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="position">0</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="fill">True</property>
|
2009-07-20 08:23:32 +00:00
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-01-17 14:20:21 +00:00
|
|
|
<child>
|
2015-03-22 08:52:44 +00:00
|
|
|
<object class="GtkBox" id="hbox2">
|
2011-01-17 14:20:21 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="border_width">5</property>
|
|
|
|
<property name="spacing">12</property>
|
2011-01-17 14:20:21 +00:00
|
|
|
<child>
|
2012-09-18 20:51:08 +00:00
|
|
|
<object class="GtkImage" id="zenity_warning_image">
|
2011-01-17 14:20:21 +00:00
|
|
|
<property name="visible">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
2015-03-22 04:43:49 +00:00
|
|
|
<property name="icon_name">dialog-warning</property>
|
2015-03-22 04:17:38 +00:00
|
|
|
<property name="icon_size">6</property>
|
2011-01-17 14:20:21 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="fill">True</property>
|
2011-01-17 14:20:21 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-06-16 14:07:58 +00:00
|
|
|
<object class="GtkLabel" id="zenity_warning_text">
|
2011-01-17 14:20:21 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="label" translatable="yes">Are you sure you want to proceed?</property>
|
|
|
|
<property name="wrap">True</property>
|
|
|
|
<property name="selectable">True</property>
|
2015-05-29 18:11:34 +00:00
|
|
|
<property name="yalign">0</property>
|
2011-01-17 14:20:21 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2011-06-16 14:07:58 +00:00
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
2011-01-17 14:20:21 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<action-widgets>
|
2011-06-16 14:07:58 +00:00
|
|
|
<action-widget response="-5">zenity_warning_ok_button</action-widget>
|
2011-01-17 14:20:21 +00:00
|
|
|
</action-widgets>
|
|
|
|
</object>
|
2009-07-20 08:23:32 +00:00
|
|
|
</interface>
|