2018-01-08 22:00:48 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<!-- Generated with glade 3.18.3 -->
|
|
|
|
|
<interface>
|
|
|
|
|
<requires lib="gtk+" version="3.12"/>
|
|
|
|
|
<object class="GtkDialog" id="picons_dialog">
|
2018-01-12 14:32:36 +03:00
|
|
|
<property name="width_request">480</property>
|
|
|
|
|
<property name="app_paintable">True</property>
|
2018-01-08 22:00:48 +03:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="title" translatable="yes">Picons download tool</property>
|
|
|
|
|
<property name="resizable">False</property>
|
|
|
|
|
<property name="modal">True</property>
|
2018-01-10 18:09:44 +03:00
|
|
|
<property name="destroy_with_parent">True</property>
|
2018-01-08 22:00:48 +03:00
|
|
|
<property name="icon_name">emblem-photos</property>
|
|
|
|
|
<property name="type_hint">dialog</property>
|
|
|
|
|
<child internal-child="vbox">
|
|
|
|
|
<object class="GtkBox" id="picons_dialog_vbox">
|
|
|
|
|
<property name="width_request">320</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="margin_left">2</property>
|
|
|
|
|
<property name="margin_right">2</property>
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
<property name="spacing">2</property>
|
|
|
|
|
<child internal-child="action_area">
|
|
|
|
|
<object class="GtkButtonBox" id="dialog_action_area">
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="margin_left">2</property>
|
|
|
|
|
<property name="margin_right">2</property>
|
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
|
<property name="layout_style">spread</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkButton" id="cancel_button">
|
2018-01-10 12:15:41 +03:00
|
|
|
<property name="label">gtk-close</property>
|
2018-01-08 22:00:48 +03:00
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
|
<property name="always_show_image">True</property>
|
2018-01-10 12:15:41 +03:00
|
|
|
<signal name="clicked" handler="on_close" swapped="no"/>
|
2018-01-08 22:00:48 +03:00
|
|
|
</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>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkBox" id="main_box">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
<property name="spacing">2</property>
|
2018-01-12 14:32:36 +03:00
|
|
|
<child>
|
|
|
|
|
<object class="GtkLabel" id="url_label">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Satellite url (www.lyngsat.com):</property>
|
|
|
|
|
<property name="xalign">0.019999999552965164</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="url_entry">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
|
<property name="primary_icon_name">network-workgroup-symbolic</property>
|
|
|
|
|
<property name="primary_icon_activatable">False</property>
|
|
|
|
|
<property name="placeholder_text" translatable="yes">https://www.lyngsat.com/packages/'your-provider'.html</property>
|
|
|
|
|
<property name="input_purpose">url</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkToolbar" id="load_toolbar">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkToolItem" id="toolitem2">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<child>
|
|
|
|
|
<placeholder/>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkToolButton" id="load_providers_button">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
<property name="is_important">True</property>
|
|
|
|
|
<property name="label" translatable="yes">Load providers</property>
|
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
|
<property name="stock_id">gtk-goto-bottom</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkToolItem" id="toolitem1">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<child>
|
|
|
|
|
<placeholder/>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="primary-toolbar"/>
|
|
|
|
|
</style>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">2</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkScrolledWindow" id="providers_scrolled_window">
|
|
|
|
|
<property name="height_request">120</property>
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
|
<property name="shadow_type">out</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeView" id="providers_tree_view">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
|
<child internal-child="selection">
|
|
|
|
|
<object class="GtkTreeSelection" id="treeview_selection"/>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn" id="provider_column">
|
|
|
|
|
<property name="title" translatable="yes">Provider</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererPixbuf" id="logo_cellrendererpixbuf"/>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererText" id="name_cellrenderertext"/>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn" id="select_column">
|
|
|
|
|
<property name="title" translatable="yes">Select</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn" id="url_column">
|
|
|
|
|
<property name="title" translatable="yes">Url</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">3</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">4</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
2018-01-10 18:09:44 +03:00
|
|
|
<child>
|
2018-01-11 17:59:59 +03:00
|
|
|
<object class="GtkGrid" id="grid">
|
2018-01-10 18:09:44 +03:00
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="column_spacing">2</property>
|
|
|
|
|
<property name="column_homogeneous">True</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkEntry" id="ip_entry">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">True</property>
|
2018-01-10 22:13:25 +03:00
|
|
|
<property name="primary_icon_name">network-transmit-receive-symbolic</property>
|
2018-01-10 18:09:44 +03:00
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkEntry" id="picons_entry">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLabel" id="ip_label">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Receiver IP:</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLabel" id="res_picons_label">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Receiver picons path:</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
2018-01-12 14:32:36 +03:00
|
|
|
<property name="position">5</property>
|
2018-01-10 18:09:44 +03:00
|
|
|
</packing>
|
|
|
|
|
</child>
|
2018-01-08 22:00:48 +03:00
|
|
|
<child>
|
2018-01-12 14:32:36 +03:00
|
|
|
<object class="GtkLabel" id="picons_dir_label">
|
2018-01-08 22:00:48 +03:00
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
2018-01-12 14:32:36 +03:00
|
|
|
<property name="label" translatable="yes">Current picons path:</property>
|
2018-01-08 22:00:48 +03:00
|
|
|
<property name="xalign">0.019999999552965164</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
2018-01-12 14:32:36 +03:00
|
|
|
<property name="position">6</property>
|
2018-01-08 22:00:48 +03:00
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
2018-01-12 14:32:36 +03:00
|
|
|
<object class="GtkEntry" id="picons_dir_entry">
|
2018-01-08 22:00:48 +03:00
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">True</property>
|
2018-01-12 14:32:36 +03:00
|
|
|
<property name="secondary_icon_name">folder-open-symbolic</property>
|
2018-01-10 18:09:44 +03:00
|
|
|
<property name="primary_icon_activatable">False</property>
|
2018-01-12 14:32:36 +03:00
|
|
|
<signal name="icon-press" handler="on_picons_dir_open" swapped="no"/>
|
2018-01-08 22:00:48 +03:00
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
2018-01-12 14:32:36 +03:00
|
|
|
<property name="position">7</property>
|
2018-01-08 22:00:48 +03:00
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
2018-01-12 14:32:36 +03:00
|
|
|
<object class="GtkSeparator" id="separator3">
|
2018-01-08 22:00:48 +03:00
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
2018-01-12 14:32:36 +03:00
|
|
|
<property name="margin_top">2</property>
|
|
|
|
|
<property name="margin_bottom">2</property>
|
2018-01-08 22:00:48 +03:00
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
2018-01-12 14:32:36 +03:00
|
|
|
<property name="position">8</property>
|
2018-01-08 22:00:48 +03:00
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
2018-01-12 14:32:36 +03:00
|
|
|
<object class="GtkBox" id="format_box">
|
2018-01-08 22:00:48 +03:00
|
|
|
<property name="visible">True</property>
|
2018-01-12 14:32:36 +03:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="spacing">5</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLabel" id="label1">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="margin_left">5</property>
|
|
|
|
|
<property name="label" translatable="yes">Picons name format:</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">0</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkRadioButton" id="radiobutton1">
|
|
|
|
|
<property name="label" translatable="yes">Enigma2 (default)</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>
|
|
|
|
|
<property name="group">radiobutton2</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkRadioButton" id="radiobutton2">
|
|
|
|
|
<property name="label" translatable="yes">Neutrino-MP</property>
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="sensitive">False</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>
|
|
|
|
|
<property name="group">radiobutton1</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">2</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="primary-toolbar"/>
|
|
|
|
|
</style>
|
2018-01-08 22:00:48 +03:00
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
2018-01-12 14:32:36 +03:00
|
|
|
<property name="position">9</property>
|
2018-01-08 22:00:48 +03:00
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkSeparator" id="separator">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
2018-01-10 12:15:41 +03:00
|
|
|
<property name="padding">2</property>
|
2018-01-12 14:32:36 +03:00
|
|
|
<property name="position">10</property>
|
2018-01-08 22:00:48 +03:00
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
2018-01-10 12:15:41 +03:00
|
|
|
<object class="GtkToolbar" id="toolbar">
|
2018-01-08 22:00:48 +03:00
|
|
|
<property name="visible">True</property>
|
2018-01-10 12:15:41 +03:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkToolButton" id="cancel_tool_button">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="is_important">True</property>
|
|
|
|
|
<property name="label" translatable="yes">Cancel</property>
|
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
|
<property name="stock_id">gtk-cancel</property>
|
|
|
|
|
<signal name="clicked" handler="on_cancel" swapped="no"/>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkToolButton" id="receive_tool_button">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="is_important">True</property>
|
|
|
|
|
<property name="label" translatable="yes">Receive</property>
|
|
|
|
|
<property name="use_underline">True</property>
|
2018-01-10 22:13:25 +03:00
|
|
|
<property name="icon_name">go-bottom</property>
|
2018-01-10 12:15:41 +03:00
|
|
|
<signal name="clicked" handler="on_receive" swapped="no"/>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkSeparatorToolItem" id="separatortoolitem1">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="homogeneous">False</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkToolButton" id="send_tool_button">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="is_important">True</property>
|
|
|
|
|
<property name="label" translatable="yes">Send</property>
|
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
|
<property name="icon_name">go-top</property>
|
|
|
|
|
<signal name="clicked" handler="on_send" swapped="no"/>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
2018-01-08 22:00:48 +03:00
|
|
|
<style>
|
|
|
|
|
<class name="primary-toolbar"/>
|
|
|
|
|
</style>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
2018-01-10 12:15:41 +03:00
|
|
|
<property name="fill">True</property>
|
2018-01-12 14:32:36 +03:00
|
|
|
<property name="position">11</property>
|
2018-01-08 22:00:48 +03:00
|
|
|
</packing>
|
|
|
|
|
</child>
|
2018-01-10 12:15:41 +03:00
|
|
|
<child>
|
|
|
|
|
<object class="GtkExpander" id="expander">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
|
<property name="resize_toplevel">True</property>
|
|
|
|
|
<child>
|
2018-01-11 17:59:59 +03:00
|
|
|
<object class="GtkScrolledWindow" id="scrolled_window">
|
|
|
|
|
<property name="height_request">150</property>
|
2018-01-10 12:15:41 +03:00
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">True</property>
|
2018-01-11 17:59:59 +03:00
|
|
|
<property name="shadow_type">in</property>
|
|
|
|
|
<property name="min_content_width">240</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTextView" id="text_view">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
|
<property name="editable">False</property>
|
|
|
|
|
<property name="wrap_mode">word-char</property>
|
|
|
|
|
<property name="overwrite">True</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
2018-01-10 12:15:41 +03:00
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child type="label">
|
|
|
|
|
<object class="GtkLabel" id="expander_label">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Info</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
2018-01-12 14:32:36 +03:00
|
|
|
<property name="position">12</property>
|
2018-01-10 12:15:41 +03:00
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkInfoBar" id="info_bar">
|
|
|
|
|
<property name="app_paintable">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
2018-01-10 18:09:44 +03:00
|
|
|
<property name="show_close_button">True</property>
|
2018-01-11 17:59:59 +03:00
|
|
|
<signal name="response" handler="on_info_bar_close" swapped="no"/>
|
2018-01-10 12:15:41 +03:00
|
|
|
<child internal-child="action_area">
|
|
|
|
|
<object class="GtkButtonBox" id="infobar-action_area1">
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
|
<property name="layout_style">end</property>
|
|
|
|
|
<child>
|
|
|
|
|
<placeholder/>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<placeholder/>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<placeholder/>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">False</property>
|
|
|
|
|
<property name="position">0</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child internal-child="content_area">
|
|
|
|
|
<object class="GtkBox" id="infobar-content_area1">
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="spacing">16</property>
|
|
|
|
|
<child>
|
|
|
|
|
<placeholder/>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
2018-01-11 17:59:59 +03:00
|
|
|
<object class="GtkLabel" id="info_bar_message_label">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Info</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
</packing>
|
2018-01-10 12:15:41 +03:00
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<placeholder/>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">False</property>
|
|
|
|
|
<property name="position">0</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<placeholder/>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
2018-01-12 14:32:36 +03:00
|
|
|
<property name="position">13</property>
|
2018-01-10 12:15:41 +03:00
|
|
|
</packing>
|
|
|
|
|
</child>
|
2018-01-11 17:59:59 +03:00
|
|
|
<child>
|
|
|
|
|
<object class="GtkSeparator" id="separator2">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
2018-01-12 14:32:36 +03:00
|
|
|
<property name="position">14</property>
|
2018-01-11 17:59:59 +03:00
|
|
|
</packing>
|
|
|
|
|
</child>
|
2018-01-08 22:00:48 +03:00
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</interface>
|