559 lines
26 KiB
Plaintext
559 lines
26 KiB
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<!-- Generated with glade 3.18.3 -->
|
||
|
|
<interface>
|
||
|
|
<requires lib="gtk+" version="3.8"/>
|
||
|
|
<requires lib="gtk_greeter_settings" version="1.0"/>
|
||
|
|
<object class="GtkImage" id="image1">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="xpad">2</property>
|
||
|
|
<property name="icon_name">list-add</property>
|
||
|
|
</object>
|
||
|
|
<object class="GtkImage" id="image2">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="xpad">2</property>
|
||
|
|
<property name="icon_name">window-close</property>
|
||
|
|
</object>
|
||
|
|
<object class="GtkImage" id="image3">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="xpad">2</property>
|
||
|
|
<property name="icon_name">dialog-ok</property>
|
||
|
|
</object>
|
||
|
|
<object class="GtkFileFilter" id="library_file_filter">
|
||
|
|
<mime-types>
|
||
|
|
<mime-type>application/x-sharedlib</mime-type>
|
||
|
|
</mime-types>
|
||
|
|
</object>
|
||
|
|
<object class="GtkListStore" id="option_path_model">
|
||
|
|
<columns>
|
||
|
|
<!-- column-name title -->
|
||
|
|
<column type="gchararray"/>
|
||
|
|
<!-- column-name type -->
|
||
|
|
<column type="gchararray"/>
|
||
|
|
<!-- column-name icon -->
|
||
|
|
<column type="gchararray"/>
|
||
|
|
</columns>
|
||
|
|
<data>
|
||
|
|
<row>
|
||
|
|
<col id="0" translatable="yes" context="option-entry|indicators">Select file...</col>
|
||
|
|
<col id="1">select-path</col>
|
||
|
|
<col id="2">system-search</col>
|
||
|
|
</row>
|
||
|
|
<row>
|
||
|
|
<col id="0">-</col>
|
||
|
|
<col id="1">separator</col>
|
||
|
|
<col id="2">-</col>
|
||
|
|
</row>
|
||
|
|
</data>
|
||
|
|
</object>
|
||
|
|
<object class="IndicatorPropertiesDialog" id="indicator_properties_dialog">
|
||
|
|
<property name="width_request">400</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="title" translatable="yes" context="option-entry|indicators">Indicator properties</property>
|
||
|
|
<property name="resizable">False</property>
|
||
|
|
<property name="modal">True</property>
|
||
|
|
<property name="window_position">center</property>
|
||
|
|
<property name="destroy_with_parent">True</property>
|
||
|
|
<property name="icon_name">application-x-executable</property>
|
||
|
|
<property name="type_hint">dialog</property>
|
||
|
|
<child internal-child="vbox">
|
||
|
|
<object class="GtkBox" id="dialog-vbox1">
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="margin_left">8</property>
|
||
|
|
<property name="margin_right">8</property>
|
||
|
|
<property name="margin_top">8</property>
|
||
|
|
<property name="margin_bottom">8</property>
|
||
|
|
<property name="orientation">vertical</property>
|
||
|
|
<property name="spacing">8</property>
|
||
|
|
<child internal-child="action_area">
|
||
|
|
<object class="GtkButtonBox" id="dialog-action_area1">
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="homogeneous">True</property>
|
||
|
|
<property name="layout_style">end</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkButton" id="cancel_button">
|
||
|
|
<property name="label" translatable="yes" context="button">_Close</property>
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">True</property>
|
||
|
|
<property name="receives_default">True</property>
|
||
|
|
<property name="image">image2</property>
|
||
|
|
<property name="use_underline">True</property>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="expand">False</property>
|
||
|
|
<property name="fill">True</property>
|
||
|
|
<property name="position">0</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkButton" id="ok_button">
|
||
|
|
<property name="label" translatable="yes" context="button">_OK</property>
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">True</property>
|
||
|
|
<property name="can_default">True</property>
|
||
|
|
<property name="has_default">True</property>
|
||
|
|
<property name="receives_default">True</property>
|
||
|
|
<property name="image">image3</property>
|
||
|
|
<property name="use_underline">True</property>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="expand">False</property>
|
||
|
|
<property name="fill">True</property>
|
||
|
|
<property name="position">1</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkBox" id="box1">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="orientation">vertical</property>
|
||
|
|
<property name="homogeneous">True</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkButton" id="add_button">
|
||
|
|
<property name="label" translatable="yes" context="button">_Add</property>
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">True</property>
|
||
|
|
<property name="receives_default">True</property>
|
||
|
|
<property name="image">image1</property>
|
||
|
|
<property name="use_underline">True</property>
|
||
|
|
<signal name="clicked" handler="on_add_clicked" swapped="no"/>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="expand">False</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">2</property>
|
||
|
|
<property name="secondary">True</property>
|
||
|
|
<property name="non_homogeneous">True</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>
|
||
|
|
<object class="GtkBox" id="box2">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="spacing">6</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkRadioButton" id="option_type_indicator_choice">
|
||
|
|
<property name="label" translatable="yes" context="option-entry|indicators">Indicator</property>
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">True</property>
|
||
|
|
<property name="receives_default">False</property>
|
||
|
|
<property name="xalign">0</property>
|
||
|
|
<property name="active">True</property>
|
||
|
|
<property name="draw_indicator">True</property>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="expand">False</property>
|
||
|
|
<property name="fill">True</property>
|
||
|
|
<property name="position">0</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkComboBoxText" id="option_type_types">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<signal name="changed" handler="on_option_type_types_changed" swapped="no"/>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="expand">False</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">0</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkBox" id="option_type_indicator_box">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="margin_left">24</property>
|
||
|
|
<property name="orientation">vertical</property>
|
||
|
|
<property name="spacing">4</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkGrid" id="common_options_box">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="row_spacing">8</property>
|
||
|
|
<property name="column_spacing">6</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkCheckButton" id="option_text_use">
|
||
|
|
<property name="label" translatable="yes" context="option-entry|indicators">Display label</property>
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">True</property>
|
||
|
|
<property name="receives_default">False</property>
|
||
|
|
<property name="xalign">0</property>
|
||
|
|
<property name="draw_indicator">True</property>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="left_attach">0</property>
|
||
|
|
<property name="top_attach">0</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkEntry" id="option_text_value">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">True</property>
|
||
|
|
<property name="hexpand">True</property>
|
||
|
|
<property name="placeholder_text" translatable="yes" context="option-entry|indicators">Leave empty to use default value</property>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="left_attach">1</property>
|
||
|
|
<property name="top_attach">0</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkCheckButton" id="option_image_use">
|
||
|
|
<property name="label" translatable="yes" context="option-entry|indicators">Display image</property>
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">True</property>
|
||
|
|
<property name="receives_default">False</property>
|
||
|
|
<property name="xalign">0</property>
|
||
|
|
<property name="draw_indicator">True</property>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="left_attach">0</property>
|
||
|
|
<property name="top_attach">1</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkMenuButton" id="option_image_button">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">True</property>
|
||
|
|
<property name="receives_default">True</property>
|
||
|
|
<property name="halign">start</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkBox" id="box3">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="spacing">4</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkImage" id="option_image_image">
|
||
|
|
<property name="width_request">24</property>
|
||
|
|
<property name="height_request">24</property>
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="pixel_size">24</property>
|
||
|
|
<property name="icon_name">avatar-default</property>
|
||
|
|
<property name="icon_size">1</property>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="expand">False</property>
|
||
|
|
<property name="fill">True</property>
|
||
|
|
<property name="position">0</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkLabel" id="option_image_label">
|
||
|
|
<property name="height_request">24</property>
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="label">[icon]</property>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="expand">False</property>
|
||
|
|
<property name="fill">True</property>
|
||
|
|
<property name="position">1</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="left_attach">1</property>
|
||
|
|
<property name="top_attach">1</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="expand">False</property>
|
||
|
|
<property name="fill">True</property>
|
||
|
|
<property name="position">0</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkNotebook" id="custom_options_box">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="valign">start</property>
|
||
|
|
<property name="show_tabs">False</property>
|
||
|
|
<property name="show_border">False</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkBox" id="custom_options_external">
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="orientation">vertical</property>
|
||
|
|
<property name="spacing">4</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkLabel" id="label2">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="halign">start</property>
|
||
|
|
<property name="label" translatable="yes" context="option-entry|indicators">Indicator library/service:</property>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="expand">False</property>
|
||
|
|
<property name="fill">True</property>
|
||
|
|
<property name="position">0</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkComboBox" id="option_path_combo">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="model">option_path_model</property>
|
||
|
|
<property name="has_entry">True</property>
|
||
|
|
<property name="entry_text_column">0</property>
|
||
|
|
<property name="id_column">1</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkCellRendererPixbuf" id="cellrenderertext1"/>
|
||
|
|
<attributes>
|
||
|
|
<attribute name="icon-name">2</attribute>
|
||
|
|
</attributes>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkCellRendererText" id="cellrenderertext2"/>
|
||
|
|
<attributes>
|
||
|
|
<attribute name="text">0</attribute>
|
||
|
|
</attributes>
|
||
|
|
</child>
|
||
|
|
<child internal-child="entry">
|
||
|
|
<object class="GtkEntry" id="option_path_entry">
|
||
|
|
<property name="can_focus">True</property>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="expand">False</property>
|
||
|
|
<property name="fill">True</property>
|
||
|
|
<property name="position">1</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
<child type="tab">
|
||
|
|
<object class="GtkLabel" id="label3">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="label">page 1</property>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="tab_fill">False</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkBox" id="custom_options_power">
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="orientation">vertical</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkCheckButton" id="option_hide_disabled_value">
|
||
|
|
<property name="label" translatable="yes" context="option-entry|indicators">Hide disabled power actions</property>
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">True</property>
|
||
|
|
<property name="receives_default">False</property>
|
||
|
|
<property name="xalign">0</property>
|
||
|
|
<property name="draw_indicator">True</property>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="expand">False</property>
|
||
|
|
<property name="fill">True</property>
|
||
|
|
<property name="position">0</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="position">1</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
<child type="tab">
|
||
|
|
<object class="GtkLabel" id="label1">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="label">page 2</property>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="position">1</property>
|
||
|
|
<property name="tab_fill">False</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkBox" id="custom_options_text">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="orientation">vertical</property>
|
||
|
|
<property name="spacing">4</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkLabel" id="label5">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="halign">start</property>
|
||
|
|
<property name="label" translatable="yes" context="option-entry|indicators">Text to display:</property>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="expand">False</property>
|
||
|
|
<property name="fill">True</property>
|
||
|
|
<property name="position">0</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkEntry" id="option_text_fallback_value">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">True</property>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="expand">False</property>
|
||
|
|
<property name="fill">True</property>
|
||
|
|
<property name="position">1</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="position">2</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
<child type="tab">
|
||
|
|
<object class="GtkLabel" id="label4">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="label">page 3</property>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="position">2</property>
|
||
|
|
<property name="tab_fill">False</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="expand">False</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">2</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkRadioButton" id="option_type_spacer_choice">
|
||
|
|
<property name="label" translatable="yes" context="option-entry|indicators">Spacer - fills the maximum available space</property>
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">True</property>
|
||
|
|
<property name="receives_default">False</property>
|
||
|
|
<property name="xalign">0</property>
|
||
|
|
<property name="draw_indicator">True</property>
|
||
|
|
<property name="group">option_type_indicator_choice</property>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="expand">False</property>
|
||
|
|
<property name="fill">True</property>
|
||
|
|
<property name="position">3</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkRadioButton" id="option_type_separator_choice">
|
||
|
|
<property name="label" translatable="yes" context="option-entry|indicators">Separator - draw a separator</property>
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">True</property>
|
||
|
|
<property name="receives_default">False</property>
|
||
|
|
<property name="xalign">0</property>
|
||
|
|
<property name="draw_indicator">True</property>
|
||
|
|
<property name="group">option_type_indicator_choice</property>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="expand">False</property>
|
||
|
|
<property name="fill">True</property>
|
||
|
|
<property name="position">4</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkInfoBar" id="infobar">
|
||
|
|
<property name="app_paintable">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="message_type">warning</property>
|
||
|
|
<child internal-child="action_area">
|
||
|
|
<object class="GtkButtonBox" id="infobar-action_area">
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="orientation">vertical</property>
|
||
|
|
<property name="layout_style">start</property>
|
||
|
|
<child>
|
||
|
|
<placeholder/>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="expand">False</property>
|
||
|
|
<property name="fill">True</property>
|
||
|
|
<property name="position">1</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
<child internal-child="content_area">
|
||
|
|
<object class="GtkBox" id="infobar-content_area">
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="spacing">16</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkLabel" id="message">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="label">[message]</property>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="expand">True</property>
|
||
|
|
<property name="fill">True</property>
|
||
|
|
<property name="position">0</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">5</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkSeparator" id="separator1">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="expand">False</property>
|
||
|
|
<property name="fill">True</property>
|
||
|
|
<property name="position">6</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
<action-widgets>
|
||
|
|
<action-widget response="-7">cancel_button</action-widget>
|
||
|
|
<action-widget response="-5">ok_button</action-widget>
|
||
|
|
</action-widgets>
|
||
|
|
</object>
|
||
|
|
</interface>
|