2013-01-26 19:40:59 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2018-08-18 12:35:21 +02:00
|
|
|
<!-- Generated with glade 3.22.1 -->
|
2010-01-22 19:57:59 +01:00
|
|
|
<interface>
|
2017-08-16 17:12:42 +02:00
|
|
|
<requires lib="gtk+" version="3.20"/>
|
|
|
|
<object class="GtkBox" id="box">
|
2013-09-20 10:35:49 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2017-08-16 17:12:42 +02:00
|
|
|
<property name="orientation">vertical</property>
|
2010-01-08 16:10:37 +01:00
|
|
|
<child>
|
2017-08-16 17:12:42 +02:00
|
|
|
<object class="GtkPaned" id="paned">
|
2010-01-08 16:10:37 +01:00
|
|
|
<property name="visible">True</property>
|
2017-08-16 17:12:42 +02:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="vexpand">True</property>
|
2015-08-30 23:22:42 +02:00
|
|
|
<property name="orientation">vertical</property>
|
2010-01-08 16:10:37 +01:00
|
|
|
<child>
|
2017-08-16 17:12:42 +02:00
|
|
|
<object class="GtkScrolledWindow" id="scrolled">
|
|
|
|
<property name="height_request">400</property>
|
2010-01-08 16:10:37 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="shadow_type">in</property>
|
|
|
|
<child>
|
2017-08-16 17:12:42 +02:00
|
|
|
<object class="GtkTextView" id="textview">
|
2010-01-08 16:10:37 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="editable">False</property>
|
2017-08-16 17:12:42 +02:00
|
|
|
<property name="cursor_visible">False</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2010-01-08 16:10:37 +01:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2010-01-08 16:10:37 +01:00
|
|
|
<packing>
|
2017-08-16 17:12:42 +02:00
|
|
|
<property name="resize">True</property>
|
|
|
|
<property name="shrink">False</property>
|
2010-01-08 16:10:37 +01:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2017-08-16 17:12:42 +02:00
|
|
|
<object class="GtkScrolledWindow" id="scrolled_input">
|
|
|
|
<property name="height_request">150</property>
|
2010-01-08 16:10:37 +01:00
|
|
|
<property name="visible">True</property>
|
2017-08-16 17:12:42 +02:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="shadow_type">in</property>
|
2010-01-08 16:10:37 +01:00
|
|
|
<child>
|
2017-08-16 17:12:42 +02:00
|
|
|
<object class="GtkTextView" id="input">
|
2010-01-08 16:10:37 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2010-01-08 16:10:37 +01:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2010-01-08 16:10:37 +01:00
|
|
|
<packing>
|
2017-08-16 17:12:42 +02:00
|
|
|
<property name="resize">False</property>
|
|
|
|
<property name="shrink">False</property>
|
2010-01-08 16:10:37 +01:00
|
|
|
</packing>
|
|
|
|
</child>
|
2017-08-16 17:12:42 +02:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkActionBar" id="actionbar">
|
|
|
|
<property name="name">actionbar</property>
|
|
|
|
<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="pack_type">end</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<object class="GtkHeaderBar" id="headerbar">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2018-01-11 15:12:07 +01:00
|
|
|
<property name="title" translatable="yes">XML Console</property>
|
2017-08-16 17:12:42 +02:00
|
|
|
<property name="has_subtitle">False</property>
|
|
|
|
<property name="show_close_button">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSwitch">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="active">True</property>
|
|
|
|
<signal name="notify::active" handler="on_enable" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<object class="GtkPopover" id="popover">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="valign">start</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkListBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="selection_mode">none</property>
|
|
|
|
<signal name="row-activated" handler="on_row_activated" swapped="no"/>
|
2010-01-08 16:10:37 +01:00
|
|
|
<child>
|
2017-08-16 17:12:42 +02:00
|
|
|
<object class="GtkListBoxRow">
|
2010-01-08 16:10:37 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<child>
|
2017-08-16 17:12:42 +02:00
|
|
|
<object class="GtkLabel">
|
2010-01-08 16:10:37 +01:00
|
|
|
<property name="visible">True</property>
|
2013-01-26 19:40:59 +01:00
|
|
|
<property name="can_focus">False</property>
|
2018-08-18 12:35:21 +02:00
|
|
|
<property name="label">Message</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2010-01-08 16:10:37 +01:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2010-01-08 16:10:37 +01:00
|
|
|
</child>
|
|
|
|
<child>
|
2017-08-16 17:12:42 +02:00
|
|
|
<object class="GtkListBoxRow">
|
2010-01-08 16:10:37 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<child>
|
2017-08-16 17:12:42 +02:00
|
|
|
<object class="GtkLabel">
|
2010-01-08 16:10:37 +01:00
|
|
|
<property name="visible">True</property>
|
2013-01-26 19:40:59 +01:00
|
|
|
<property name="can_focus">False</property>
|
2018-08-18 12:35:21 +02:00
|
|
|
<property name="label">Presence</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2010-01-08 16:10:37 +01:00
|
|
|
</child>
|
2017-08-16 17:12:42 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkListBoxRow">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2010-01-08 16:10:37 +01:00
|
|
|
<property name="visible">True</property>
|
2013-01-26 19:40:59 +01:00
|
|
|
<property name="can_focus">False</property>
|
2018-08-18 12:35:21 +02:00
|
|
|
<property name="label">Iq</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2010-01-08 16:10:37 +01:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2010-01-08 16:10:37 +01:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2010-01-08 16:10:37 +01:00
|
|
|
</child>
|
2017-08-16 17:12:42 +02:00
|
|
|
<style>
|
|
|
|
<class name="PopoverButtonListbox"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<object class="GtkMenuButton" id="menubutton">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Presets</property>
|
|
|
|
<property name="popover">popover</property>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
|
|
|
</interface>
|