2011-06-17 15:33:18 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<!-- interface-requires gtk+ 3.0 -->
|
2014-04-13 04:45:30 +00:00
|
|
|
<menu id="gear_menu">
|
2013-11-04 21:49:05 +00:00
|
|
|
<section>
|
2015-07-30 14:32:44 +00:00
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Get Busy</attribute>
|
|
|
|
<attribute name="action">win.busy</attribute>
|
|
|
|
</item>
|
2013-11-04 21:49:05 +00:00
|
|
|
<item>
|
2014-04-13 04:45:30 +00:00
|
|
|
<attribute name="label" translatable="yes">Dark Theme</attribute>
|
|
|
|
<attribute name="action">win.dark</attribute>
|
2013-11-04 21:49:05 +00:00
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
</menu>
|
2014-04-27 16:13:06 +00:00
|
|
|
<menu id="dinner_menu">
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Steak</attribute>
|
|
|
|
<attribute name="action">app.main</attribute>
|
|
|
|
<attribute name="target">steak</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Pizza</attribute>
|
|
|
|
<attribute name="action">app.main</attribute>
|
|
|
|
<attribute name="target">pizza</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Wine</attribute>
|
|
|
|
<attribute name="action">app.wine</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Beer</attribute>
|
|
|
|
<attribute name="action">app.beer</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Water</attribute>
|
|
|
|
<attribute name="action">app.water</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<submenu>
|
|
|
|
<attribute name="label" translatable="yes">Dessert</attribute>
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Brownies</attribute>
|
|
|
|
<attribute name="action">app.dessert</attribute>
|
|
|
|
<attribute name="target">brownies</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Banana Sundae</attribute>
|
|
|
|
<attribute name="action">app.dessert</attribute>
|
|
|
|
<attribute name="target">sundae</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Lemon Bars</attribute>
|
|
|
|
<attribute name="action">app.dessert</attribute>
|
|
|
|
<attribute name="target">bars</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
</submenu>
|
2014-04-29 10:21:11 +00:00
|
|
|
<section>
|
|
|
|
<attribute name="display-hint">horizontal-buttons</attribute>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Cash</attribute>
|
|
|
|
<attribute name="action">app.pay</attribute>
|
|
|
|
<attribute name="target">cash</attribute>
|
|
|
|
<attribute name="verb-icon">document-save-symbolic</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Credit Card</attribute>
|
|
|
|
<attribute name="action">app.pay</attribute>
|
|
|
|
<attribute name="target">card</attribute>
|
|
|
|
<attribute name="verb-icon">document-send-symbolic</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Cheque</attribute>
|
|
|
|
<attribute name="action">app.pay</attribute>
|
|
|
|
<attribute name="target">cheque</attribute>
|
|
|
|
<attribute name="verb-icon">document-save-as-symbolic</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
2014-04-27 16:13:06 +00:00
|
|
|
</section>
|
|
|
|
</menu>
|
2011-06-17 15:33:18 +00:00
|
|
|
<object class="GtkAdjustment" id="adjustment1">
|
|
|
|
<property name="upper">100</property>
|
2014-11-05 05:27:13 +00:00
|
|
|
<property name="lower">1</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
<property name="value">50</property>
|
|
|
|
<property name="step_increment">1</property>
|
|
|
|
<property name="page_increment">10</property>
|
|
|
|
</object>
|
2011-11-29 15:51:29 +00:00
|
|
|
<object class="GtkAdjustment" id="adjustment2">
|
|
|
|
<property name="upper">1000</property>
|
|
|
|
<property name="lower">1</property>
|
2014-08-11 21:14:34 +00:00
|
|
|
<property name="value">50</property>
|
2011-11-29 15:51:29 +00:00
|
|
|
<property name="step_increment">1</property>
|
|
|
|
<property name="page_increment">10</property>
|
|
|
|
</object>
|
2014-12-05 10:09:56 +00:00
|
|
|
<object class="GtkAdjustment" id="adjustment3">
|
|
|
|
<property name="upper">4</property>
|
|
|
|
<property name="value">1</property>
|
|
|
|
<property name="step_increment">1</property>
|
|
|
|
<property name="page_increment">1</property>
|
|
|
|
</object>
|
2014-10-04 19:00:10 +00:00
|
|
|
<object class="GtkAdjustment" id="pg_adjustment">
|
|
|
|
<property name="upper">99</property>
|
|
|
|
<property name="lower">1</property>
|
|
|
|
<property name="value">2</property>
|
|
|
|
<property name="step_increment">1</property>
|
|
|
|
<property name="page_increment">10</property>
|
|
|
|
</object>
|
|
|
|
<object class="GtkAdjustment" id="pg_adjustment2">
|
|
|
|
<property name="upper">99</property>
|
|
|
|
<property name="lower">1</property>
|
|
|
|
<property name="value">4</property>
|
|
|
|
<property name="step_increment">1</property>
|
|
|
|
<property name="page_increment">10</property>
|
|
|
|
</object>
|
2011-06-17 15:33:18 +00:00
|
|
|
<object class="GtkListStore" id="liststore1">
|
|
|
|
<columns>
|
|
|
|
<!-- column-name Cool -->
|
|
|
|
<column type="gboolean"/>
|
2012-06-26 15:41:21 +00:00
|
|
|
<!-- column-name Icon -->
|
|
|
|
<column type="gchararray"/>
|
2011-06-17 15:33:18 +00:00
|
|
|
<!-- column-name Name -->
|
|
|
|
<column type="gchararray"/>
|
|
|
|
<!-- column-name Nick -->
|
|
|
|
<column type="gchararray"/>
|
|
|
|
</columns>
|
|
|
|
<data>
|
|
|
|
<row>
|
|
|
|
<col id="0">True</col>
|
2012-06-26 15:41:21 +00:00
|
|
|
<col id="1">emblem-default-symbolic</col>
|
|
|
|
<col id="2" translatable="yes">Andrea</col>
|
|
|
|
<col id="3" translatable="yes">Cimi</col>
|
2011-06-17 15:33:18 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">False</col>
|
2012-06-26 15:41:21 +00:00
|
|
|
<col id="1">emblem-important-symbolic</col>
|
|
|
|
<col id="2" translatable="yes">Otto</col>
|
|
|
|
<col id="3" translatable="yes">chaotic</col>
|
2011-06-17 15:33:18 +00:00
|
|
|
</row>
|
2014-07-03 03:55:20 +00:00
|
|
|
<row>
|
|
|
|
<col id="0">True</col>
|
|
|
|
<col id="1">weather-clear-night-symbolic</col>
|
|
|
|
<col id="2" translatable="yes">Orville</col>
|
|
|
|
<col id="3" translatable="yes">Redenbacher</col>
|
|
|
|
</row>
|
2011-06-17 15:33:18 +00:00
|
|
|
</data>
|
|
|
|
</object>
|
2014-08-03 09:06:18 +00:00
|
|
|
<object class="GtkListStore" id="lrmodel">
|
|
|
|
<columns>
|
|
|
|
<column type="gchararray"/>
|
|
|
|
</columns>
|
|
|
|
<data>
|
|
|
|
<row>
|
|
|
|
<col id="0">Left</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">Middle</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">Right</col>
|
|
|
|
</row>
|
|
|
|
</data>
|
|
|
|
</object>
|
2015-06-07 05:12:18 +00:00
|
|
|
<object class="GtkTextTagTable" id="tags">
|
|
|
|
<child type="tag">
|
|
|
|
<object class="GtkTextTag">
|
|
|
|
<property name="name">bold</property>
|
|
|
|
<property name="weight">800</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="tag">
|
|
|
|
<object class="GtkTextTag">
|
|
|
|
<property name="name">italic</property>
|
|
|
|
<property name="style">italic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="tag">
|
|
|
|
<object class="GtkTextTag">
|
|
|
|
<property name="name">underline</property>
|
|
|
|
<property name="underline">single</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2011-06-17 15:33:18 +00:00
|
|
|
<object class="GtkTextBuffer" id="textbuffer1">
|
2015-06-07 05:12:18 +00:00
|
|
|
<property name="tag-table">tags</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
<property name="text">Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
|
|
|
Nullam fringilla, est ut feugiat ultrices, elit lacus ultricies nibh, id commodo tortor nisi id elit.
|
|
|
|
Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
|
|
|
|
Morbi vel elit erat. Maecenas dignissim, dui et pharetra rutrum, tellus lectus rutrum mi, a convallis libero nisi quis tellus.
|
|
|
|
Nulla facilisi. Nullam eleifend lobortis nisl, in porttitor tellus malesuada vitae.
|
|
|
|
Aenean lacus tellus, pellentesque quis molestie quis, fringilla in arcu.
|
|
|
|
Duis elementum, tellus sed tristique semper, metus metus accumsan augue, et porttitor augue orci a libero.
|
|
|
|
Ut sed justo ac felis placerat laoreet sed id sem. Proin mattis tincidunt odio vitae tristique.
|
|
|
|
Morbi massa libero, congue vitae scelerisque vel, ultricies vel nisl.
|
|
|
|
Vestibulum in tortor diam, quis aliquet quam. Praesent ut justo neque, tempus rutrum est.
|
|
|
|
Duis eu lectus quam. Vivamus eget metus a mauris molestie venenatis pulvinar eleifend nisi.
|
|
|
|
Nulla facilisi. Pellentesque at dolor sit amet purus dapibus pulvinar molestie quis neque.
|
2014-11-12 22:23:45 +00:00
|
|
|
Suspendisse feugiat quam quis dolor accumsan cursus.</property>
|
2013-04-23 12:48:27 +00:00
|
|
|
</object>
|
|
|
|
<object class="GtkTextBuffer" id="textbuffer2">
|
|
|
|
<property name="text">* Translation updates:
|
|
|
|
Aragonese
|
|
|
|
Assamese
|
|
|
|
Basque
|
|
|
|
Brazilian Portuguese
|
|
|
|
Dutch
|
|
|
|
German
|
|
|
|
Hebrew
|
|
|
|
Hungarian
|
|
|
|
Polish
|
|
|
|
Portuguese
|
|
|
|
Serbian
|
|
|
|
Slovenian
|
|
|
|
Spanish
|
|
|
|
Uyghur</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
2014-06-28 15:37:29 +00:00
|
|
|
<object class="GtkListStore" id="iconsmodel">
|
2014-07-10 10:31:45 +00:00
|
|
|
<columns>
|
|
|
|
<column type="gchararray"/>
|
|
|
|
</columns>
|
2014-06-28 15:37:29 +00:00
|
|
|
<data>
|
2014-07-10 10:31:45 +00:00
|
|
|
<row>
|
|
|
|
<col id="0">audio-headphones-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">audio-speakers-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">audio-input-microphone-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">bookmark-new-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">call-start-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">call-stop-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">camera-photo-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">camera-video-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">camera-web-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">document-new-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">document-open-recent-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">document-open-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">drive-harddisk-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">drive-multidisk-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">drive-optical-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">edit-clear-all-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">edit-copy-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">edit-cut-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">edit-delete-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">find-location-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">format-indent-less-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">format-indent-more-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">format-justify-left-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">format-justify-center-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">format-justify-right-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">network-wired-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">network-wireless-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">phone-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">insert-image-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">insert-link-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">insert-object-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">view-continuous-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">view-dual-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">view-fullscreen-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">view-grid-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">view-list-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">view-paged-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">weather-clear-night-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">weather-few-clouds-night-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">weather-fog-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">weather-overcast-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">weather-severe-alert-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">weather-showers-symbolic</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">weather-snow-symbolic</col>
|
|
|
|
</row>
|
2014-06-28 15:37:29 +00:00
|
|
|
</data>
|
|
|
|
</object>
|
2014-07-10 10:31:45 +00:00
|
|
|
<object class="GtkTreeStore" id="charlemodel">
|
|
|
|
<columns>
|
|
|
|
<column type="gchararray"/>
|
|
|
|
<column type="gchararray"/>
|
|
|
|
<column type="gchararray"/>
|
2014-11-29 23:49:46 +00:00
|
|
|
<column type="gboolean"/>
|
2014-07-10 10:31:45 +00:00
|
|
|
</columns>
|
|
|
|
</object>
|
2013-11-04 21:49:05 +00:00
|
|
|
<object class="GtkApplicationWindow" id="window">
|
2012-02-09 12:57:11 +00:00
|
|
|
<property name="title">GTK+ Widget Factory</property>
|
2013-11-04 21:49:05 +00:00
|
|
|
<child type="titlebar">
|
|
|
|
<object class="GtkHeaderBar" id="headerbar1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="show-close-button">1</property>
|
2013-11-04 21:49:05 +00:00
|
|
|
<child type="title">
|
|
|
|
<object class="GtkStackSwitcher" id="stack_switcher">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2013-11-04 21:49:05 +00:00
|
|
|
<property name="stack">toplevel_stack</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2013-11-04 21:49:05 +00:00
|
|
|
<object class="GtkMenuButton" id="gear_menu_button">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2013-11-04 21:49:05 +00:00
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="menu_model">gear_menu</property>
|
2011-08-22 15:40:41 +00:00
|
|
|
<style>
|
2013-11-04 21:49:05 +00:00
|
|
|
<class name="image-button"/>
|
2011-08-22 15:40:41 +00:00
|
|
|
</style>
|
2011-06-17 15:33:18 +00:00
|
|
|
<child>
|
2013-11-04 21:49:05 +00:00
|
|
|
<object class="GtkImage" id="gear_image">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2013-11-04 21:49:05 +00:00
|
|
|
<property name="icon_size">1</property>
|
2014-07-09 11:35:25 +00:00
|
|
|
<property name="icon_name">open-menu-symbolic</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2013-11-04 21:49:05 +00:00
|
|
|
<property name="pack_type">end</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
2013-11-04 21:49:05 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2013-11-04 21:49:05 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
<child>
|
2013-11-04 21:49:05 +00:00
|
|
|
<object class="GtkStack" id="toplevel_stack">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
<child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<object class="GtkBox" id="page1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2014-02-04 20:57:22 +00:00
|
|
|
<property name="border-width">10</property>
|
2013-11-06 22:18:33 +00:00
|
|
|
<property name="spacing">10</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
<child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<object class="GtkBox" id="box2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2013-11-06 22:18:33 +00:00
|
|
|
<property name="spacing">10</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box3">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2013-11-06 22:18:33 +00:00
|
|
|
<property name="spacing">10</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkComboBoxText" id="comboboxtext1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="has_entry">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child internal-child="entry">
|
|
|
|
<object class="GtkEntry" id="comboboxtext-entry">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="text" translatable="1">comboboxentry</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<items>
|
|
|
|
<item>Donald Duck</item>
|
|
|
|
<item>Mickey Mouse</item>
|
|
|
|
<item>Jet McQuack</item>
|
|
|
|
</items>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkComboBoxText" id="comboboxtext2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="has_entry">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child internal-child="entry">
|
|
|
|
<object class="GtkEntry" id="comboboxtext-entry2">
|
|
|
|
<property name="invisible_char">•</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="text" translatable="1">comboboxentry</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="entry1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="invisible_char">•</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="placeholder-text" translatable="1">Click icon to change mode</property>
|
2014-02-26 16:16:06 +00:00
|
|
|
<property name="secondary_icon_name">view-refresh-symbolic</property>
|
|
|
|
<signal name="icon-release" handler="on_entry_icon_release" swapped="no"/>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="entry2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="can_focus">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="invisible_char">•</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="text" translatable="1">entry</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="position">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2014-05-06 15:13:33 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box223">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-05-06 15:13:33 +00:00
|
|
|
<style>
|
|
|
|
<class name="linked"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="entry24">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
2014-05-06 15:13:33 +00:00
|
|
|
<property name="invisible_char">•</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="text" translatable="1">entry</property>
|
2014-05-06 15:13:33 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2014-05-06 15:13:33 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="button224">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
2014-05-06 15:13:33 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkImage" id="button224img">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-05-06 15:13:33 +00:00
|
|
|
<property name="icon-name">window-close-symbolic</property>
|
2014-06-20 21:17:07 +00:00
|
|
|
<property name="icon-size">1</property>
|
2014-05-06 15:13:33 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="fill">0</property>
|
2014-05-06 15:13:33 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">4</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2014-08-03 09:06:18 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-08-03 09:06:18 +00:00
|
|
|
<style>
|
|
|
|
<class name="linked"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkComboBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-08-03 09:06:18 +00:00
|
|
|
<property name="model">lrmodel</property>
|
|
|
|
<property name="active">0</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2014-08-03 09:06:18 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkComboBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-08-03 09:06:18 +00:00
|
|
|
<property name="model">lrmodel</property>
|
|
|
|
<property name="active">1</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2014-08-03 09:06:18 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkComboBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-08-03 09:06:18 +00:00
|
|
|
<property name="model">lrmodel</property>
|
|
|
|
<property name="active">2</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2014-08-03 09:06:18 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box18">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="spacing">20</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label3">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">label</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label4">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="label" translatable="1">label</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSpinButton" id="spinbutton1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="invisible_char">•</property>
|
|
|
|
<property name="adjustment">adjustment2</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSpinButton" id="spinbutton2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="invisible_char">•</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="sensitive">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="position">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkGrid" id="grid1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="row_homogeneous">1</property>
|
2013-11-06 22:18:33 +00:00
|
|
|
<property name="column_spacing">18</property>
|
|
|
|
<property name="row_spacing">6</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="checkbutton1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">checkbutton</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="active">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="checkbutton2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">checkbutton</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="checkbutton3">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">checkbutton</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="inconsistent">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="checkbutton4">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">checkbutton</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="active">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="checkbutton5">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">checkbutton</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="can_focus">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="checkbutton6">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">checkbutton</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="inconsistent">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">5</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRadioButton" id="radiobutton1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">radiobutton</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="active">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRadioButton" id="radiobutton2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">radiobutton</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="active">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="group">radiobutton1</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRadioButton" id="radiobutton3">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">radiobutton</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="inconsistent">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="active">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="group">radiobutton1</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRadioButton" id="radiobutton4">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">radiobutton</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="active">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRadioButton" id="radiobutton5">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">radiobutton</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="active">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="group">radiobutton3</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRadioButton" id="radiobutton6">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">radiobutton</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="inconsistent">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="active">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="group">radiobutton3</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">5</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSpinner" id="spinner1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="active">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSpinner" id="spinner2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSpinner" id="spinner3">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="active">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSpinner" id="spinner4">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
2012-09-09 20:02:15 +00:00
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</packing>
|
2011-06-17 15:33:18 +00:00
|
|
|
</child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator" id="separator1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
2012-09-09 20:02:15 +00:00
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
2011-06-17 15:33:18 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<object class="GtkBox" id="box19">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2014-05-01 16:55:33 +00:00
|
|
|
<property name="spacing">10</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkToggleButton" id="togglebutton1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">togglebutton</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="receives_default">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToggleButton" id="togglebutton2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">togglebutton</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="receives_default">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToggleButton" id="togglebutton3">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">togglebutton</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="receives_default">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="active">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToggleButton" id="togglebutton4">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">togglebutton</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="receives_default">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="active">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="position">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkComboBox" id="combobox1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="model">liststore1</property>
|
|
|
|
<property name="active">0</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="cellrenderertext1"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">2</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">5</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkComboBox" id="combobox2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="model">liststore1</property>
|
|
|
|
<property name="active">1</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="cellrenderertext2"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">2</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="position">6</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkFontButton" id="fontbutton1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="receives_default">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="position">6</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkColorButton" id="colorbutton1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="receives_default">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
2014-06-28 01:40:50 +00:00
|
|
|
<property name="rgba">#31316867a09f</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="use_alpha">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">8</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkFileChooserButton" id="filechooserbutton1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="local_only">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">8</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2013-11-06 22:18:33 +00:00
|
|
|
<object class="GtkLinkButton" id="linkbutton1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">link button</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="receives_default">1</property>
|
|
|
|
<property name="has_tooltip">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
2013-11-06 22:18:33 +00:00
|
|
|
<property name="relief">none</property>
|
|
|
|
<property name="uri">http://www.gtk.org</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">9</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2013-11-06 22:18:33 +00:00
|
|
|
<object class="GtkSwitch" id="switch1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-05-05 19:54:33 +00:00
|
|
|
<property name="halign">center</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">10</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2013-11-06 22:18:33 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkSwitch" id="switch2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
2014-05-05 19:54:33 +00:00
|
|
|
<property name="halign">center</property>
|
2013-11-06 22:18:33 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">11</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="fill">0</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<object class="GtkSeparator" id="separator2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<object class="GtkBox" id="box20">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2013-11-06 22:18:33 +00:00
|
|
|
<property name="spacing">6</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box21">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2013-11-06 22:18:33 +00:00
|
|
|
<property name="spacing">6</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkProgressBar" id="progressbar1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="fraction">0.5</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkProgressBar" id="progressbar2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="fraction">0.5</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="inverted">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2013-11-02 20:13:33 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkProgressBar" id="progressbar3">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2013-11-02 20:13:33 +00:00
|
|
|
<property name="fraction">0.5</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="show_text">1</property>
|
2013-11-02 20:13:33 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="fill">0</property>
|
2013-11-02 20:13:33 +00:00
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2013-11-06 22:18:33 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLevelBar" id="levelbar1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2013-11-06 22:18:33 +00:00
|
|
|
<property name="value">0.6</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">10</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLevelBar" id="levelbar2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2013-11-06 22:18:33 +00:00
|
|
|
<property name="max-value">5</property>
|
|
|
|
<property name="value">2</property>
|
|
|
|
<property name="mode">1</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">11</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box27">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box24">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="hexpand">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="homogeneous">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkScale" id="scale1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="adjustment">adjustment1</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="restrict_to_fill_level">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="fill_level">75</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="draw_value">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScale" id="scale2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="can_focus">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="adjustment">adjustment1</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="restrict_to_fill_level">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="fill_level">75</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="draw_value">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2014-12-05 10:09:56 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkScale" id="scale5">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="draw_value">0</property>
|
|
|
|
<property name="has_origin">0</property>
|
2014-12-05 10:09:56 +00:00
|
|
|
<property name="round_digits">0</property>
|
|
|
|
<property name="adjustment">adjustment3</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="restrict_to_fill_level">0</property>
|
2014-12-05 10:09:56 +00:00
|
|
|
<marks>
|
2015-05-03 00:49:17 +00:00
|
|
|
<mark value="0" position="bottom"></mark>
|
|
|
|
<mark value="1" position="bottom"></mark>
|
|
|
|
<mark value="2" position="bottom"></mark>
|
|
|
|
<mark value="3" position="bottom"></mark>
|
|
|
|
<mark value="4" position="bottom"></mark>
|
2014-12-05 10:09:56 +00:00
|
|
|
</marks>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box25">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="homogeneous">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box28">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="vexpand">1</property>
|
2013-11-06 22:18:33 +00:00
|
|
|
<property name="spacing">6</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkProgressBar" id="progressbar5">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="fraction">0.5</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkProgressBar" id="progressbar6">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="fraction">0.5</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="inverted">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box23">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="vexpand">1</property>
|
2013-11-06 22:18:33 +00:00
|
|
|
<property name="spacing">6</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkScale" id="scale3">
|
|
|
|
<property name="height_request">100</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="adjustment">adjustment1</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="restrict_to_fill_level">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="fill_level">75</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="draw_value">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScale" id="scale4">
|
|
|
|
<property name="height_request">100</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="can_focus">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="adjustment">adjustment1</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="restrict_to_fill_level">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="fill_level">75</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="draw_value">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2014-12-05 10:09:56 +00:00
|
|
|
<property name="position">3</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">4</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-06-17 15:33:18 +00:00
|
|
|
<child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<object class="GtkSeparator" id="separator3">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="position">5</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box26">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="homogeneous">1</property>
|
2013-11-06 22:18:33 +00:00
|
|
|
<property name="spacing">6</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkFrame" id="frame1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="shadow_type">in</property>
|
|
|
|
<child type="label">
|
|
|
|
<object class="GtkLabel" id="label1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1"><b>In</b></property>
|
|
|
|
<property name="use_markup">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkFrame" id="frame2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="shadow_type">out</property>
|
|
|
|
<child type="label">
|
|
|
|
<object class="GtkLabel" id="label2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1"><b>Out</b></property>
|
|
|
|
<property name="use_markup">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkFrame" id="frame3">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child type="label">
|
|
|
|
<object class="GtkLabel" id="label17">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1"><b>Etched in</b></property>
|
|
|
|
<property name="use_markup">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkFrame" id="frame4">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="shadow_type">etched-out</property>
|
|
|
|
<child type="label">
|
|
|
|
<object class="GtkLabel" id="label18">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1"><b>Etched out</b></property>
|
|
|
|
<property name="use_markup">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="position">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="position">6</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<object class="GtkSeparator" id="separator4">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="position">7</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<object class="GtkBox" id="box4">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2013-11-06 22:18:33 +00:00
|
|
|
<property name="spacing">6</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
<child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow1">
|
|
|
|
<property name="width_request">150</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="vscrollbar_policy">always</property>
|
|
|
|
<property name="shadow_type">in</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeView" id="treeview1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="model">liststore1</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="headers_clickable">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="search_column">0</property>
|
|
|
|
<child internal-child="selection">
|
|
|
|
<object class="GtkTreeSelection" id="treeview-selection"/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeViewColumn" id="treeviewcolumn3">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="title" translatable="1">Cool</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererToggle" id="cellrenderertoggle1"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="active">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeViewColumn" id="treeviewcolumn4">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="title" translatable="1">Icon</property>
|
|
|
|
<property name="reorderable">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
2015-03-16 02:09:20 +00:00
|
|
|
<object class="GtkCellRendererPixbuf" id="cellrendererpixbuf1"/>
|
2012-09-09 20:02:15 +00:00
|
|
|
<attributes>
|
|
|
|
<attribute name="icon_name">1</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeViewColumn" id="treeviewcolumn1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="title" translatable="1">Name</property>
|
|
|
|
<property name="resizable">1</property>
|
|
|
|
<property name="reorderable">1</property>
|
|
|
|
<property name="sort-indicator">1</property>
|
2014-07-03 03:55:20 +00:00
|
|
|
<property name="sort-column-id">2</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
2014-07-03 03:55:20 +00:00
|
|
|
<object class="GtkCellRendererText" id="cellrenderertext3">
|
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
</object>
|
2012-09-09 20:02:15 +00:00
|
|
|
<attributes>
|
|
|
|
<attribute name="text">2</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeViewColumn" id="treeviewcolumn2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="title" translatable="1">Nick</property>
|
|
|
|
<property name="resizable">1</property>
|
|
|
|
<property name="reorderable">1</property>
|
|
|
|
<property name="sort-indicator">1</property>
|
2014-07-03 03:55:20 +00:00
|
|
|
<property name="sort-column-id">3</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
2014-07-03 03:55:20 +00:00
|
|
|
<object class="GtkCellRendererText" id="cellrenderertext4">
|
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
</object>
|
2012-09-09 20:02:15 +00:00
|
|
|
<attributes>
|
|
|
|
<attribute name="text">3</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="shadow_type">in</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTextView" id="textview1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="buffer">textbuffer1</property>
|
2013-11-06 22:18:33 +00:00
|
|
|
<property name="wrap_mode">2</property>
|
2014-11-12 22:23:45 +00:00
|
|
|
<property name="left_margin">10</property>
|
|
|
|
<property name="right_margin">10</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="populate_all">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="position">8</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator" id="separator5">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">3</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<object class="GtkBox" id="box5">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="spacing">10</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="homogeneous">1</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
<child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<object class="GtkNotebook" id="notebook1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
<child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<object class="GtkBox" id="box6">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="label5">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">page 1</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="tab_fill">0</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<object class="GtkBox" id="box7">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="label6">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">page 2</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="tab_fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box8">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="label7">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">page 3</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="tab_fill">0</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<object class="GtkNotebook" id="notebook2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="tab_pos">right</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box9">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="label8">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">page 1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="tab_fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box10">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="label9">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">page 2</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="tab_fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box11">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="label10">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">page 3</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="tab_fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkNotebook" id="notebook3">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="tab_pos">bottom</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
<child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<object class="GtkBox" id="box12">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="label11">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">page 1</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="tab_fill">0</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<object class="GtkBox" id="box13">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="label12">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">page 2</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
2012-09-09 20:02:15 +00:00
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="tab_fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</packing>
|
2011-06-17 15:33:18 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<object class="GtkBox" id="box14">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
2012-09-09 20:02:15 +00:00
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
2011-06-17 15:33:18 +00:00
|
|
|
</child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="label13">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">page 3</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
2012-09-09 20:02:15 +00:00
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="tab_fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</packing>
|
2011-06-17 15:33:18 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="position">2</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<object class="GtkNotebook" id="notebook4">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="tab_pos">left</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
<child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<object class="GtkBox" id="box15">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="label14">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">page 1</property>
|
2012-06-26 15:41:21 +00:00
|
|
|
</object>
|
2012-09-09 20:02:15 +00:00
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="tab_fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</packing>
|
2012-06-26 15:41:21 +00:00
|
|
|
</child>
|
2011-06-17 15:33:18 +00:00
|
|
|
<child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<object class="GtkBox" id="box16">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
2012-09-09 20:02:15 +00:00
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="label15">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">page 2</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="tab_fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</packing>
|
2011-06-17 15:33:18 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<object class="GtkBox" id="box17">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
2012-09-09 20:02:15 +00:00
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="label16">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">page 3</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="tab_fill">0</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</packing>
|
2011-06-17 15:33:18 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
2012-09-09 20:02:15 +00:00
|
|
|
<packing>
|
|
|
|
<property name="position">3</property>
|
|
|
|
</packing>
|
2011-06-17 15:33:18 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<property name="position">4</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
2013-11-04 21:49:05 +00:00
|
|
|
<packing>
|
|
|
|
<property name="name">page1</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="title" translatable="1">Page 1</property>
|
2013-11-04 21:49:05 +00:00
|
|
|
</packing>
|
2011-06-17 15:33:18 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2013-04-23 12:48:27 +00:00
|
|
|
<object class="GtkOverlay" id="page2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2013-04-23 12:48:27 +00:00
|
|
|
<child type="overlay">
|
|
|
|
<object class="GtkRevealer" id="page2revealer">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2013-04-23 12:48:27 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">start</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkFrame" id="page2frame">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-02-04 20:57:22 +00:00
|
|
|
<style>
|
|
|
|
<class name="app-notification"/>
|
|
|
|
</style>
|
2013-04-23 12:48:27 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="page2box">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2013-04-23 12:48:27 +00:00
|
|
|
<property name="spacing">20</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="page2note">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="hexpand">1</property>
|
2013-04-23 12:48:27 +00:00
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="label">NEWS!</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-08-11 21:14:34 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="page2reset">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-08-11 21:14:34 +00:00
|
|
|
<property name="valign">center</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">Reset</property>
|
2014-08-11 21:14:34 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2013-04-23 12:48:27 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="page2dismiss">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="focus-on-click">0</property>
|
2014-02-04 20:57:22 +00:00
|
|
|
<property name="relief">none</property>
|
2014-08-13 13:16:09 +00:00
|
|
|
<style>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
2013-04-23 12:48:27 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkImage" id="page2dismissi">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2013-04-23 12:48:27 +00:00
|
|
|
<property name="icon-name">window-close-symbolic</property>
|
2014-06-22 17:32:50 +00:00
|
|
|
<property name="icon-size">1</property>
|
2013-04-23 12:48:27 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2011-06-17 15:33:18 +00:00
|
|
|
<child>
|
2014-04-29 20:51:44 +00:00
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
<property name="spacing">10</property>
|
2014-02-04 20:57:22 +00:00
|
|
|
<property name="border-width">16</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
<child>
|
2014-04-29 20:51:44 +00:00
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">10</property>
|
2014-01-30 03:32:14 +00:00
|
|
|
<child>
|
2014-04-29 20:51:44 +00:00
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
<property name="spacing">6</property>
|
2014-04-27 14:28:43 +00:00
|
|
|
<child>
|
2014-04-29 20:51:44 +00:00
|
|
|
<object class="GtkSpinButton" id="verticalspin1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="adjustment">adjustment2</property>
|
2014-04-27 14:28:43 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-04-29 20:51:44 +00:00
|
|
|
<object class="GtkSpinButton" id="verticalspin2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
2014-04-27 14:28:43 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
<property name="adjustment">adjustment2</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkGrid">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
<property name="row-spacing">6</property>
|
|
|
|
<property name="column-spacing">6</property>
|
2014-10-03 03:38:58 +00:00
|
|
|
<property name="halign">center</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
<property name="valign">center</property>
|
2014-04-27 14:28:43 +00:00
|
|
|
<child>
|
2014-04-29 20:51:44 +00:00
|
|
|
<object class="GtkVolumeButton">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="value">.5</property>
|
|
|
|
<property name="halign">center</property>
|
2014-04-27 14:28:43 +00:00
|
|
|
</object>
|
2014-04-29 20:51:44 +00:00
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">0</property>
|
|
|
|
</packing>
|
2014-04-27 14:28:43 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2014-10-03 01:42:08 +00:00
|
|
|
<object class="GtkScaleButton" id="mic-button">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="has-tooltip">1</property>
|
2014-10-03 01:42:08 +00:00
|
|
|
<property name="icons">microphone-sensitivity-muted-symbolic
|
|
|
|
microphone-sensitivity-high-symbolic
|
|
|
|
microphone-sensitivity-low-symbolic
|
|
|
|
microphone-sensitivity-medium-symbolic</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="value">.5</property>
|
|
|
|
<property name="halign">center</property>
|
2014-10-03 01:42:08 +00:00
|
|
|
<signal name="query-tooltip" handler="on_scale_button_query_tooltip" swapped="no"/>
|
|
|
|
<signal name="value-changed" handler="on_scale_button_value_changed" swapped="no"/>
|
2014-04-27 14:28:43 +00:00
|
|
|
</object>
|
2014-04-29 20:51:44 +00:00
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
</packing>
|
2014-04-27 14:28:43 +00:00
|
|
|
</child>
|
2013-04-23 12:48:27 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-13 04:45:30 +00:00
|
|
|
<child>
|
2014-04-29 20:51:44 +00:00
|
|
|
<object class="GtkSeparator">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-04-30 01:43:11 +00:00
|
|
|
<object class="GtkFrame" id="page2frame1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-13 04:45:30 +00:00
|
|
|
<child>
|
2014-04-29 20:51:44 +00:00
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2014-04-13 04:45:30 +00:00
|
|
|
<child>
|
2014-04-29 20:51:44 +00:00
|
|
|
<object class="GtkStack" id="stack">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
<property name="transition-type">crossfade</property>
|
|
|
|
<property name="transition-duration">1000</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow" id="swo">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
<property name="hscrollbar_policy">never</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTextView" id="tvo">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
<property name="buffer">textbuffer2</property>
|
2014-11-12 22:23:45 +00:00
|
|
|
<property name="left_margin">10</property>
|
|
|
|
<property name="right_margin">10</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">page1</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<property name="icon-name">preferences-desktop-locale-symbolic</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
<property name="title">News</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage" id="imageo">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
<property name="icon-name">gtk3-widget-factory</property>
|
|
|
|
<property name="pixel-size">256</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">page2</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<property name="icon-name">folder-pictures-symbolic</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
<property name="title">Logo</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2014-04-13 04:45:30 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-06 06:52:53 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkActionBar" id="actionbar1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<child type="center">
|
|
|
|
<object class="GtkStackSwitcher" id="switcher">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<property name="stack">stack</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuButton">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<property name="menu-model">dinner_menu</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<property name="icon-name">emblem-system-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<style>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-13 04:45:30 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-29 20:51:44 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-09-03 02:25:29 +00:00
|
|
|
<object class="GtkScrolledWindow">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-09-03 02:25:29 +00:00
|
|
|
<property name="shadow-type">in</property>
|
|
|
|
<property name="hscrollbar-policy">never</property>
|
|
|
|
<property name="min-content-height">200</property>
|
2014-04-13 04:45:30 +00:00
|
|
|
<child>
|
2014-04-29 20:51:44 +00:00
|
|
|
<object class="GtkListBox" id="listbox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
<property name="selection-mode">none</property>
|
2014-04-13 04:45:30 +00:00
|
|
|
<child>
|
2014-07-13 01:04:54 +00:00
|
|
|
<object class="GtkListBoxRow" id="listboxrow1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="activatable">0</property>
|
|
|
|
<property name="selectable">0</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
<child>
|
2014-07-13 01:04:54 +00:00
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">Row 1</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
<property name="halign">start</property>
|
2014-07-13 16:31:14 +00:00
|
|
|
<property name="valign">center</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
<property name="margin">6</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-09-03 02:25:29 +00:00
|
|
|
<object class="GtkSwitch" id="listboxrow1switch">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="margin-top">6</property>
|
|
|
|
<property name="margin-bottom">6</property>
|
|
|
|
<property name="margin-start">12</property>
|
|
|
|
<property name="margin-end">12</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-29 20:51:44 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-13 04:45:30 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-07-13 01:04:54 +00:00
|
|
|
<object class="GtkListBoxRow" id="listboxrow2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="activatable">0</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
<child>
|
2014-07-13 01:04:54 +00:00
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">Row 2</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="margin">6</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScale">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="margin-top">6</property>
|
|
|
|
<property name="margin-bottom">6</property>
|
|
|
|
<property name="margin-start">12</property>
|
|
|
|
<property name="margin-end">12</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="draw-value">0</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
<property name="width-request">150</property>
|
|
|
|
<property name="adjustment">adjustment1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-29 20:51:44 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-13 04:45:30 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-07-13 01:04:54 +00:00
|
|
|
<object class="GtkListBoxRow" id="listboxrow3">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
<child>
|
2014-07-13 01:04:54 +00:00
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">Row 3</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="margin">6</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage" id="listboxrow3image">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
<property name="icon-name">object-select-symbolic</property>
|
|
|
|
<property name="icon-size">1</property>
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="margin-top">6</property>
|
|
|
|
<property name="margin-bottom">6</property>
|
|
|
|
<property name="margin-start">12</property>
|
|
|
|
<property name="margin-end">12</property>
|
|
|
|
<property name="opacity">0</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-07-12 16:54:21 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-07-13 01:04:54 +00:00
|
|
|
<object class="GtkListBoxRow" id="listboxrow4">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-12 16:54:21 +00:00
|
|
|
<child>
|
2014-07-13 01:04:54 +00:00
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">Row 4</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="margin">6</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
<property name="icon-name">object-select-symbolic</property>
|
|
|
|
<property name="icon-size">1</property>
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="margin-top">6</property>
|
|
|
|
<property name="margin-bottom">6</property>
|
|
|
|
<property name="margin-start">12</property>
|
|
|
|
<property name="margin-end">12</property>
|
|
|
|
<property name="opacity">0</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-07-12 16:54:21 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-13 04:45:30 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-09-03 02:25:29 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkListBoxRow" id="listboxrow5">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="activatable">0</property>
|
2014-09-03 02:25:29 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-09-03 02:25:29 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">Row 5</property>
|
2014-09-03 02:25:29 +00:00
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="margin">6</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2014-09-03 02:25:29 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="listboxrow5button">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-09-03 02:25:29 +00:00
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="margin-top">6</property>
|
|
|
|
<property name="margin-bottom">6</property>
|
|
|
|
<property name="margin-start">12</property>
|
|
|
|
<property name="margin-end">12</property>
|
|
|
|
<style>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-09-03 02:25:29 +00:00
|
|
|
<property name="icon-size">1</property>
|
|
|
|
<property name="icon-name">appointment-soon-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkListBoxRow" id="listboxrow6">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="activatable">0</property>
|
2014-09-03 02:25:29 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-09-03 02:25:29 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">Row 6</property>
|
2014-09-03 02:25:29 +00:00
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="margin">6</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2014-09-03 02:25:29 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-09-03 02:25:29 +00:00
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="margin-top">6</property>
|
|
|
|
<property name="margin-bottom">6</property>
|
|
|
|
<property name="margin-start">12</property>
|
|
|
|
<property name="margin-end">12</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-13 04:45:30 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2014-04-29 20:51:44 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
2014-04-13 04:45:30 +00:00
|
|
|
</child>
|
2014-04-27 16:13:06 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<property name="spacing">10</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkFrame" id="page2frame2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuBar">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="menuitem1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="label" translatable="1">_File</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<child type="submenu">
|
|
|
|
<object class="GtkMenu" id="menu1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="menuitem101">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">_New</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="menuitem102">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">_Open</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="menuitem103">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">_Save</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="menuitem104">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">Save _As</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorMenuItem" id="separatormenuitem1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-07-20 04:42:23 +00:00
|
|
|
<object class="GtkMenuItem" id="quitmenuitem">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">_Quit</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<property name="action_name">app.quit</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="menuitem2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="label" translatable="1">_Edit</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<child type="submenu">
|
|
|
|
<object class="GtkMenu" id="menu2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="menuitem106">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">Cu_t</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="menuitem107">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">_Copy</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="menuitem108">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">_Paste</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-07-20 04:42:23 +00:00
|
|
|
<object class="GtkMenuItem" id="deletemenuitem">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">_Delete</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<property name="action_name">win.delete</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="searchmenuitem">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">_Search</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<property name="action_name">win.search</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-06-28 01:44:40 +00:00
|
|
|
<object class="GtkMenuItem" id="togglesmenuitem">
|
2014-04-30 01:43:11 +00:00
|
|
|
<property name="label">Checks & Radios</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<child type="submenu">
|
|
|
|
<object class="GtkMenu" id="togglessubmenu">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem" id="checkmenuitem1">
|
|
|
|
<property name="label">_Check</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="active">1</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem" id="checkmenuitem2">
|
|
|
|
<property name="label">_Check</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="active">1</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem" id="checkmenuitem3">
|
|
|
|
<property name="label">_Check</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="inconsistent">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem" id="checkmenuitem4">
|
|
|
|
<property name="label">_Check</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem" id="checkmenuitem5">
|
|
|
|
<property name="label">_Check</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem" id="checkmenuitem6">
|
|
|
|
<property name="label">_Check</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="inconsistent">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorMenuItem" id="separatormenuitem">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRadioMenuItem" id="radiomenuitem1">
|
|
|
|
<property name="label">_Radio</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="active">1</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRadioMenuItem" id="radiomenuitem2">
|
|
|
|
<property name="label">_Radio</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="active">1</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRadioMenuItem" id="radiomenuitem3">
|
|
|
|
<property name="label">_Radio</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="inconsistent">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRadioMenuItem" id="radiomenuitem4">
|
|
|
|
<property name="label">_Radio</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRadioMenuItem" id="radiomenuitem5">
|
|
|
|
<property name="label">_Radio</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRadioMenuItem" id="radiomenuitem6">
|
|
|
|
<property name="label">_Radio</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="inconsistent">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="menuitem3">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="label" translatable="1">_View</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<child type="submenu">
|
|
|
|
<object class="GtkMenu" id="view-menu">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem" id="darkmenuitem">
|
|
|
|
<property name="label">_Dark theme</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<property name="action_name">win.dark</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem" id="toolbarmenuitem">
|
|
|
|
<property name="label">_Toolbar</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="active">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<property name="action_name">win.toolbar</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-06-20 15:10:22 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem" id="statusbarmenuitem">
|
|
|
|
<property name="label">_Statusbar</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="active">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-06-20 15:10:22 +00:00
|
|
|
<property name="action_name">win.statusbar</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="menuitem4">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="label" translatable="1">_Help</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<child type="submenu">
|
|
|
|
<object class="GtkMenu" id="menu3">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="aboutmenuitem">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">_About</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="use_action_appearance">0</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<property name="action_name">app.about</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolbar" id="toolbar">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">New</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<property name="icon-name">document-new</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="tooltip-text" translatable="1">Create a new document</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">Save</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<property name="icon-name">document-save</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="tooltip-text" translatable="1">Save the current document</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">Search</property>
|
2014-06-30 17:24:28 +00:00
|
|
|
<property name="icon-name">edit-find</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<property name="action-name">win.search</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="tooltip-text" translatable="1">Search for it</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2015-03-16 02:54:02 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="label" translatable="1">Insert</property>
|
2015-03-16 02:54:02 +00:00
|
|
|
<property name="icon-name">insert-image</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="tooltip-text" translatable="1">Insert something</property>
|
2015-03-16 02:54:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSearchBar" id="searchbar">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkSearchEntry">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkInfoBar" id="infobar">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="show-close-button">1</property>
|
|
|
|
<property name="no-show-all">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<child internal-child="content_area">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<property name="label">You wanted to delete something.</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<property name="shadow_type">in</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="vexpand">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<child>
|
2014-08-13 02:14:21 +00:00
|
|
|
<object class="MyTextView" id="text3">
|
2014-04-30 01:43:11 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="buffer">textbuffer1</property>
|
|
|
|
<property name="wrap_mode">2</property>
|
2014-11-12 22:23:45 +00:00
|
|
|
<property name="left_margin">10</property>
|
|
|
|
<property name="right_margin">10</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-06-20 15:10:22 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkStatusbar" id="statusbar">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="no-show-all">1</property>
|
2014-06-20 15:10:22 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="spacing">10</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkFrame" id="panedframe1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="expand">1</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkPaned">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-12 01:15:03 +00:00
|
|
|
<style>
|
|
|
|
<class name="view"/>
|
|
|
|
</style>
|
2014-05-06 06:52:53 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<property name="label">Left</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<property name="label">Right</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkFrame" id="panedframe2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="expand">1</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkPaned">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2014-07-12 01:15:03 +00:00
|
|
|
<style>
|
|
|
|
<class name="view"/>
|
|
|
|
</style>
|
2014-05-06 06:52:53 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<property name="label">Top</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<property name="label">Bottom</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
2014-04-27 16:13:06 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-30 01:43:11 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="filler2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<property name="spacing">10</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCalendar">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-30 01:43:11 +00:00
|
|
|
<child>
|
2014-05-06 06:52:53 +00:00
|
|
|
<object class="GtkExpander" id="expander1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="expanded">1</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow3">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<property name="shadow_type">in</property>
|
2014-08-13 00:22:14 +00:00
|
|
|
<property name="margin-top">6</property>
|
|
|
|
<property name="height_request">226</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<child>
|
2014-06-28 15:37:29 +00:00
|
|
|
<object class="GtkIconView" id="iconview1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
2014-06-28 15:37:29 +00:00
|
|
|
<property name="selection_mode">multiple</property>
|
|
|
|
<property name="model">iconsmodel</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<child>
|
2015-03-16 02:09:20 +00:00
|
|
|
<object class="GtkCellRendererPixbuf" id="iconviewcell"/>
|
2014-06-28 15:37:29 +00:00
|
|
|
<attributes>
|
|
|
|
<attribute name="icon-name">0</attribute>
|
|
|
|
</attributes>
|
2014-05-06 06:52:53 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="label">
|
|
|
|
<object class="GtkLabel" id="label19">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">Expander</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-06-05 22:07:32 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="info_dialog_button">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">_Inform</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-06-05 22:07:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="action_dialog_button">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">_Act</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-06-05 22:07:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="preference_dialog_button">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">_Configure</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-06-05 22:07:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-08-13 00:22:14 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="selection_dialog_button">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">_Select</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-08-13 00:22:14 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2013-11-04 21:49:05 +00:00
|
|
|
<packing>
|
|
|
|
<property name="name">page2</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="title" translatable="1">Page 2</property>
|
2013-11-04 21:49:05 +00:00
|
|
|
</packing>
|
2011-06-17 15:33:18 +00:00
|
|
|
</child>
|
2014-06-18 17:36:23 +00:00
|
|
|
<child>
|
2014-07-10 10:31:45 +00:00
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-12 07:31:29 +00:00
|
|
|
<property name="border-width">16</property>
|
|
|
|
<property name="spacing">10</property>
|
2014-07-10 10:31:45 +00:00
|
|
|
<child>
|
2014-07-12 07:31:29 +00:00
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-12 07:31:29 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">10</property>
|
2014-07-10 10:31:45 +00:00
|
|
|
<child>
|
2014-07-12 16:54:21 +00:00
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-12 16:54:21 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">4</property>
|
2014-07-10 10:31:45 +00:00
|
|
|
<child>
|
2014-07-12 16:54:21 +00:00
|
|
|
<object class="GtkScrolledWindow">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-12 16:54:21 +00:00
|
|
|
<property name="hscrollbar-policy">never</property>
|
|
|
|
<property name="vscrollbar-policy">always</property>
|
|
|
|
<property name="height-request">300</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="shadow-type">in</property>
|
2014-07-10 10:31:45 +00:00
|
|
|
<child>
|
2014-07-12 16:54:21 +00:00
|
|
|
<object class="GtkTreeView" id="charletree">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-12 16:54:21 +00:00
|
|
|
<property name="enable-grid-lines">vertical</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="enable-tree-lines">1</property>
|
|
|
|
<property name="rubber-banding">1</property>
|
2014-07-12 16:54:21 +00:00
|
|
|
<property name="model">charlemodel</property>
|
|
|
|
<child internal-child="selection">
|
|
|
|
<object class="GtkTreeSelection">
|
|
|
|
<property name="mode">multiple</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-07-12 07:31:29 +00:00
|
|
|
<child>
|
2014-07-12 16:54:21 +00:00
|
|
|
<object class="GtkTreeViewColumn">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="title" translatable="1">Name</property>
|
2014-07-12 16:54:21 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
2014-07-12 07:31:29 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2014-07-12 16:54:21 +00:00
|
|
|
<object class="GtkTreeViewColumn">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="title" translatable="1">Birth</property>
|
2014-07-12 16:54:21 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">1</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
2014-07-12 07:31:29 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2014-07-12 16:54:21 +00:00
|
|
|
<object class="GtkTreeViewColumn">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="title" translatable="1">Death</property>
|
2014-07-12 16:54:21 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">2</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
2014-07-12 07:31:29 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
2014-07-10 10:31:45 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-07-12 16:54:21 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="selectable">1</property>
|
2014-07-12 16:54:21 +00:00
|
|
|
<property name="halign">start</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="use-markup">1</property>
|
|
|
|
<property name="label" translatable="1"><small>Data source: <a href="http://en.wikipedia.org/wiki/Charlemagne#Ancestry">Wikipedia</a></small></property>
|
2014-07-12 16:54:21 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-07-12 07:31:29 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-12 07:31:29 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-12 07:31:29 +00:00
|
|
|
<property name="hscrollbar-policy">never</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="vexpand">1</property>
|
2014-07-12 07:31:29 +00:00
|
|
|
<property name="shadow-type">in</property>
|
2014-07-10 10:31:45 +00:00
|
|
|
<child>
|
2014-07-12 07:31:29 +00:00
|
|
|
<object class="GtkListBox" id="munsell">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-14 12:49:54 +00:00
|
|
|
<property name="selection-mode">multiple</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="activate-on-single-click">0</property>
|
2014-07-10 10:31:45 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-07-12 02:23:07 +00:00
|
|
|
<child>
|
2014-07-12 07:31:29 +00:00
|
|
|
<object class="GtkSeparator">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-12 07:31:29 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2014-07-12 02:23:07 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-03 03:38:58 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-03 03:38:58 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
<property name="spacing">10</property>
|
2014-10-03 03:38:58 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-03 03:38:58 +00:00
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
2015-08-10 22:09:39 +00:00
|
|
|
<object class="GtkBox" id="lockbox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-08-10 22:09:39 +00:00
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="spacing">6</property>
|
2014-10-03 03:38:58 +00:00
|
|
|
<child>
|
2015-08-10 22:09:39 +00:00
|
|
|
<object class="GtkMenuButton">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-08-10 22:09:39 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="popover">open_popover</property>
|
|
|
|
<style>
|
|
|
|
<class name="text-button"/>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
2014-10-03 03:38:58 +00:00
|
|
|
<child>
|
2015-08-10 22:09:39 +00:00
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-08-10 22:09:39 +00:00
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-08-10 22:09:39 +00:00
|
|
|
<property name="valign">baseline</property>
|
|
|
|
<property name="label">Open</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-08-10 22:09:39 +00:00
|
|
|
<property name="valign">baseline</property>
|
|
|
|
<property name="icon_name">pan-down-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-03 03:38:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2015-08-10 22:09:39 +00:00
|
|
|
<object class="GtkToggleButton" id="record_button">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-08-10 22:09:39 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<signal name="toggled" handler="on_record_button_toggled"/>
|
|
|
|
<style>
|
|
|
|
<class name="text-button"/>
|
|
|
|
<class name="image-button"/>
|
|
|
|
<class name="destructive-action"/>
|
|
|
|
</style>
|
2014-10-03 03:38:58 +00:00
|
|
|
<child>
|
2015-08-10 22:09:39 +00:00
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-08-10 22:09:39 +00:00
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-08-10 22:09:39 +00:00
|
|
|
<property name="valign">baseline</property>
|
|
|
|
<property name="icon_name">media-record-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-08-10 22:09:39 +00:00
|
|
|
<property name="valign">baseline</property>
|
|
|
|
<property name="label">Record</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-03 03:38:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2015-08-10 22:09:39 +00:00
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-03 03:38:58 +00:00
|
|
|
<style>
|
2015-08-10 22:09:39 +00:00
|
|
|
<class name="linked"/>
|
2014-10-03 03:38:58 +00:00
|
|
|
</style>
|
|
|
|
<child>
|
2015-08-10 22:09:39 +00:00
|
|
|
<object class="GtkRadioButton" id="grid_button">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="draw-indicator">0</property>
|
|
|
|
<property name="active">1</property>
|
2015-08-10 22:09:39 +00:00
|
|
|
<style>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-08-10 22:09:39 +00:00
|
|
|
<property name="icon-size">1</property>
|
|
|
|
<property name="icon-name">view-grid-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRadioButton" id="list_button">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="active">1</property>
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="draw-indicator">0</property>
|
2015-08-10 22:09:39 +00:00
|
|
|
<property name="group">grid_button</property>
|
|
|
|
<style>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-08-10 22:09:39 +00:00
|
|
|
<property name="icon-size">1</property>
|
|
|
|
<property name="icon-name">view-list-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-03 03:38:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2015-08-10 22:09:39 +00:00
|
|
|
<object class="GtkButton" id="circular_button">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-03 03:38:58 +00:00
|
|
|
<style>
|
|
|
|
<class name="image-button"/>
|
2015-08-10 22:09:39 +00:00
|
|
|
<class name="circular-button"/>
|
2014-10-03 03:38:58 +00:00
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-03 03:38:58 +00:00
|
|
|
<property name="icon-size">1</property>
|
2015-08-10 22:09:39 +00:00
|
|
|
<property name="icon-name">emblem-system-symbolic</property>
|
2014-10-03 03:38:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-03 05:03:52 +00:00
|
|
|
<child>
|
2015-08-10 22:09:39 +00:00
|
|
|
<object class="GtkLockButton" id="lockbutton">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkFrame">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
<child>
|
2015-02-12 17:09:13 +00:00
|
|
|
<object class="GtkStackSidebar">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
<property name="stack">sidebar_stack</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkStack" id="sidebar_stack">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="margin">20</property>
|
|
|
|
<property name="spacing">10</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
<property name="placeholder-text">First Name</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
<property name="placeholder-text">Last Name</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">id</property>
|
|
|
|
<property name="title">Identity</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="margin">20</property>
|
|
|
|
<property name="spacing">10</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
<property name="spacing">2</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkComboBoxText">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-04 19:14:26 +00:00
|
|
|
<property name="active">9</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
<items>
|
|
|
|
<item>1</item>
|
|
|
|
<item>2</item>
|
|
|
|
<item>3</item>
|
|
|
|
<item>4</item>
|
|
|
|
<item>5</item>
|
|
|
|
<item>6</item>
|
|
|
|
<item>7</item>
|
|
|
|
<item>8</item>
|
|
|
|
<item>9</item>
|
|
|
|
<item>10</item>
|
|
|
|
<item>11</item>
|
|
|
|
<item>12</item>
|
|
|
|
<item>13</item>
|
|
|
|
<item>14</item>
|
|
|
|
<item>15</item>
|
|
|
|
<item>16</item>
|
|
|
|
<item>17</item>
|
|
|
|
<item>18</item>
|
|
|
|
<item>19</item>
|
|
|
|
<item>20</item>
|
|
|
|
<item>21</item>
|
|
|
|
<item>22</item>
|
|
|
|
<item>23</item>
|
|
|
|
<item>24</item>
|
|
|
|
<item>25</item>
|
|
|
|
<item>26</item>
|
|
|
|
<item>27</item>
|
|
|
|
<item>28</item>
|
|
|
|
<item>29</item>
|
|
|
|
<item>30</item>
|
|
|
|
<item>31</item>
|
|
|
|
</items>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkComboBoxText">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-04 19:14:26 +00:00
|
|
|
<property name="active">9</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
<items>
|
|
|
|
<item>January</item>
|
|
|
|
<item>February</item>
|
|
|
|
<item>March</item>
|
|
|
|
<item>April</item>
|
|
|
|
<item>May</item>
|
|
|
|
<item>June</item>
|
|
|
|
<item>July</item>
|
|
|
|
<item>August</item>
|
|
|
|
<item>September</item>
|
|
|
|
<item>October</item>
|
|
|
|
<item>November</item>
|
|
|
|
<item>December</item>
|
|
|
|
</items>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
<property name="placeholder-text">Year</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">bd</property>
|
|
|
|
<property name="title">Birthdate</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="margin">20</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<style>
|
|
|
|
<class name="linked"/>
|
|
|
|
</style>
|
2014-10-16 01:42:12 +00:00
|
|
|
<child>
|
2014-10-03 05:03:52 +00:00
|
|
|
<object class="GtkEntry">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
<property name="placeholder-text">Street</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-16 01:42:12 +00:00
|
|
|
<child>
|
2014-10-03 05:03:52 +00:00
|
|
|
<object class="GtkEntry">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
<property name="placeholder-text">City</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-16 01:42:12 +00:00
|
|
|
<child>
|
2014-10-03 05:03:52 +00:00
|
|
|
<object class="GtkEntry">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
<property name="placeholder-text">Province</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">ad</property>
|
|
|
|
<property name="title">Address</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2014-10-04 19:00:10 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-04 19:00:10 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="margin">20</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<style>
|
|
|
|
<class name="linked"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkComboBoxText" id="page_combo">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-04 19:00:10 +00:00
|
|
|
<property name="active">0</property>
|
|
|
|
<signal name="changed" handler="on_page_combo_changed"/>
|
|
|
|
<items>
|
|
|
|
<item>Range</item>
|
|
|
|
<item>All</item>
|
|
|
|
<item>Current</item>
|
2015-01-11 01:14:24 +00:00
|
|
|
<item>-</item>
|
|
|
|
<item>None</item>
|
2014-10-04 19:00:10 +00:00
|
|
|
</items>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSpinButton" id="range_from_spin">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-04 19:00:10 +00:00
|
|
|
<property name="adjustment">pg_adjustment</property>
|
|
|
|
<signal name="value-changed" handler="on_range_from_changed"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSpinButton" id="range_to_spin">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-04 19:00:10 +00:00
|
|
|
<property name="adjustment">pg_adjustment2</property>
|
|
|
|
<signal name="value-changed" handler="on_range_to_changed"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2015-01-11 01:14:24 +00:00
|
|
|
<object class="GtkButton" id="print_button">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-04 19:00:10 +00:00
|
|
|
<property name="label">Print</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">pg</property>
|
|
|
|
<property name="title">Pages</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2014-10-03 05:03:52 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2014-10-16 01:42:12 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkFrame">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-16 01:42:12 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-16 01:42:12 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkToolbar">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-16 01:42:12 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2015-03-19 23:11:39 +00:00
|
|
|
<property name="toolbar-style">icons</property>
|
2014-10-16 01:42:12 +00:00
|
|
|
<property name="icon-size">1</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton" id="toolbutton1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-16 01:42:12 +00:00
|
|
|
<property name="icon-name">document-open-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton" id="toolbutton2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-16 01:42:12 +00:00
|
|
|
<property name="icon-name">send-to-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton" id="toolbutton3">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-16 01:42:12 +00:00
|
|
|
<property name="icon-name">view-fullscreen-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton" id="toolbutton4">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-16 01:42:12 +00:00
|
|
|
<property name="icon-name">star-new-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-10-16 01:53:53 +00:00
|
|
|
<object class="GtkScrolledWindow">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-16 01:53:53 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkTextView" id="tooltextview">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-16 01:53:53 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-16 01:42:12 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2014-10-16 01:42:12 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-16 01:42:12 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="margin">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-16 01:42:12 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<style>
|
|
|
|
<class name="linked"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="cutbutton">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
2014-10-16 01:42:12 +00:00
|
|
|
<style>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-16 01:42:12 +00:00
|
|
|
<property name="icon-size">1</property>
|
|
|
|
<property name="icon-name">edit-cut-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="copybutton">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
2014-10-16 01:42:12 +00:00
|
|
|
<style>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-16 01:42:12 +00:00
|
|
|
<property name="icon-size">1</property>
|
|
|
|
<property name="icon-name">edit-copy-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="pastebutton">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
2014-10-16 01:42:12 +00:00
|
|
|
<style>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-16 01:42:12 +00:00
|
|
|
<property name="icon-size">1</property>
|
|
|
|
<property name="icon-name">edit-paste-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="deletebutton">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
2014-10-16 01:42:12 +00:00
|
|
|
<property name="valign">end</property>
|
|
|
|
<style>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-16 01:42:12 +00:00
|
|
|
<property name="icon-size">1</property>
|
|
|
|
<property name="icon-name">edit-delete-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2014-10-16 01:42:12 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-03 03:38:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-20 22:44:56 +00:00
|
|
|
<child>
|
2014-11-05 05:27:13 +00:00
|
|
|
<object class="GtkOverlay">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-11-05 05:27:13 +00:00
|
|
|
<child type="overlay">
|
|
|
|
<object class="GtkToolbar" id="totem_like_osd">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="no-show-all">1</property>
|
2014-11-05 05:27:13 +00:00
|
|
|
<property name="opacity">0.9</property>
|
|
|
|
<property name="margin">20</property>
|
|
|
|
<property name="valign">end</property>
|
|
|
|
<style>
|
|
|
|
<class name="osd"/>
|
|
|
|
</style>
|
2014-10-20 22:44:56 +00:00
|
|
|
<child>
|
2014-11-05 05:27:13 +00:00
|
|
|
<object class="GtkToolItem">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-20 22:44:56 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-11-05 05:27:13 +00:00
|
|
|
<style>
|
|
|
|
<class name="linked"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-11-05 05:27:13 +00:00
|
|
|
<style>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-11-05 05:27:13 +00:00
|
|
|
<property name="icon-name">pan-start-symbolic</property>
|
|
|
|
<property name="icon-size">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-11-05 05:27:13 +00:00
|
|
|
<style>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-11-05 05:27:13 +00:00
|
|
|
<property name="icon-name">pan-end-symbolic</property>
|
|
|
|
<property name="icon-size">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-20 22:44:56 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-11-05 05:27:13 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolItem">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-10-20 22:44:56 +00:00
|
|
|
<child>
|
2014-11-05 05:27:13 +00:00
|
|
|
<object class="GtkScale">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="draw-value">0</property>
|
2014-11-05 05:27:13 +00:00
|
|
|
<property name="adjustment">adjustment1</property>
|
2014-10-20 22:44:56 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-11-05 05:27:13 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="expand">1</property>
|
2014-11-05 05:27:13 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolItem">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-11-05 05:27:13 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkVolumeButton">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-11-05 05:27:13 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="value">.5</property>
|
|
|
|
<style>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
2014-10-20 22:44:56 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-11-05 05:27:13 +00:00
|
|
|
</object>
|
2014-10-20 22:44:56 +00:00
|
|
|
</child>
|
2014-11-05 05:27:13 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkFrame" id="osd_frame">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-11-05 05:27:13 +00:00
|
|
|
<signal name="button-press-event" handler="osd_frame_button_press"/>
|
2014-10-20 22:44:56 +00:00
|
|
|
<child>
|
2014-11-05 05:27:13 +00:00
|
|
|
<object class="GtkPaned">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="wide-handle">1</property>
|
2014-10-20 22:44:56 +00:00
|
|
|
<child>
|
2014-11-05 05:27:13 +00:00
|
|
|
<object class="GtkNotebook">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="show-border">0</property>
|
2014-11-05 05:27:13 +00:00
|
|
|
<child>
|
2015-07-24 15:58:38 +00:00
|
|
|
<object class="GtkBox" id="closable_page_1">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-11-05 05:27:13 +00:00
|
|
|
<property name="height-request">120</property>
|
|
|
|
</object>
|
2015-03-16 02:42:44 +00:00
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="tab-expand">1</property>
|
2015-03-16 02:42:44 +00:00
|
|
|
</packing>
|
2014-11-05 05:27:13 +00:00
|
|
|
</child>
|
|
|
|
<child type="tab">
|
2015-03-16 02:42:44 +00:00
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-03-16 02:42:44 +00:00
|
|
|
<child type="center">
|
|
|
|
<object class="GtkLabel">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">Page 1</property>
|
2015-03-16 02:42:44 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-03-16 02:42:44 +00:00
|
|
|
<property name="relief">none</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="focus-on-click">0</property>
|
2015-07-24 15:58:38 +00:00
|
|
|
<signal name="clicked" handler="tab_close_cb" object="closable_page_1"/>
|
2015-03-16 02:42:44 +00:00
|
|
|
<style>
|
|
|
|
<class name="small-button"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-03-16 02:42:44 +00:00
|
|
|
<property name="icon-name">window-close-symbolic</property>
|
|
|
|
<property name="icon-size">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="pack-type">end</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2014-11-05 05:27:13 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2015-07-24 15:58:38 +00:00
|
|
|
<object class="GtkBox" id="closable_page_2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="vexpand">1</property>
|
2014-11-05 05:27:13 +00:00
|
|
|
</object>
|
2015-03-16 02:42:44 +00:00
|
|
|
<packing>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="tab-expand">1</property>
|
2015-03-16 02:42:44 +00:00
|
|
|
</packing>
|
2014-11-05 05:27:13 +00:00
|
|
|
</child>
|
|
|
|
<child type="tab">
|
2015-03-16 02:42:44 +00:00
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-03-16 02:42:44 +00:00
|
|
|
<child type="center">
|
|
|
|
<object class="GtkLabel">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">Page 2</property>
|
2015-03-16 02:42:44 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-03-16 02:42:44 +00:00
|
|
|
<property name="relief">none</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="focus-on-click">0</property>
|
2015-07-24 15:58:38 +00:00
|
|
|
<signal name="clicked" handler="tab_close_cb" object="closable_page_2"/>
|
2015-03-16 02:42:44 +00:00
|
|
|
<style>
|
|
|
|
<class name="small-button"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-03-16 02:42:44 +00:00
|
|
|
<property name="icon-name">window-close-symbolic</property>
|
|
|
|
<property name="icon-size">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="pack-type">end</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2014-11-05 05:27:13 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-20 22:44:56 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-11-05 05:27:13 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkNotebook">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="show-border">0</property>
|
2014-11-05 05:27:13 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="vexpand">1</property>
|
2014-11-05 05:27:13 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">Page 3</property>
|
2014-11-05 05:27:13 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-20 22:44:56 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-11-05 05:27:13 +00:00
|
|
|
</object>
|
2014-10-20 22:44:56 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-03 03:38:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-07-10 10:31:45 +00:00
|
|
|
<child>
|
2015-06-13 16:02:33 +00:00
|
|
|
<object class="GtkSeparator">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-06-13 16:02:33 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-06-13 16:02:33 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-06-13 16:02:33 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="placeholder_text" translatable="1">Name…</property>
|
2015-06-13 16:02:33 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="placeholder_text" translatable="1">Age…</property>
|
2015-06-13 16:02:33 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<style>
|
|
|
|
<class name="linked"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSpinner">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="active">1</property>
|
|
|
|
<property name="expand">1</property>
|
2015-06-13 16:02:33 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-07-10 10:31:45 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-06-18 17:36:23 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">page3</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="title" translatable="1">Page 3</property>
|
2014-06-18 17:36:23 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2014-06-05 22:07:32 +00:00
|
|
|
<object class="GtkMessageDialog" id="info_dialog">
|
|
|
|
<property name="transient-for">window</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="resizable">0</property>
|
|
|
|
<property name="modal">1</property>
|
|
|
|
<property name="text" translatable="1">Do something?</property>
|
|
|
|
<property name="secondary-text" translatable="1">If you do something,
|
2014-06-05 22:07:32 +00:00
|
|
|
bad things might happen.</property>
|
2014-06-05 22:46:50 +00:00
|
|
|
<signal name="delete-event" handler="gtk_widget_hide_on_delete"/>
|
2014-06-05 22:07:32 +00:00
|
|
|
<child type="action">
|
|
|
|
<object class="GtkButton" id="cancel_info_dialog">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">_Cancel</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-06-05 22:07:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="action">
|
|
|
|
<object class="GtkButton" id="doit_info_dialog">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">_Do It</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-06-05 22:07:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<action-widgets>
|
|
|
|
<action-widget response="cancel">cancel_info_dialog</action-widget>
|
|
|
|
<action-widget response="ok">doit_info_dialog</action-widget>
|
|
|
|
</action-widgets>
|
|
|
|
</object>
|
|
|
|
<object class="GtkDialog" id="action_dialog">
|
|
|
|
<property name="transient-for">window</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="resizable">0</property>
|
|
|
|
<property name="modal">1</property>
|
2014-06-05 22:07:32 +00:00
|
|
|
<property name="use-header-bar">1</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="title" translatable="1">Zelda</property>
|
2014-06-05 22:46:50 +00:00
|
|
|
<signal name="delete-event" handler="gtk_widget_hide_on_delete"/>
|
2014-06-05 22:07:32 +00:00
|
|
|
<child internal-child="vbox">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-06-05 22:07:32 +00:00
|
|
|
<property name="margin">20</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="label" translatable="1">To free the princess, you have to slay the dragon.</property>
|
2014-06-05 22:07:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="action">
|
|
|
|
<object class="GtkButton" id="cancel_action_dialog">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">_Run</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-06-05 22:07:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="action">
|
|
|
|
<object class="GtkButton" id="act_action_dialog">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can-default">1</property>
|
|
|
|
<property name="has-default">1</property>
|
|
|
|
<property name="label" translatable="1">_Act</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-06-05 22:07:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<action-widgets>
|
|
|
|
<action-widget response="cancel">cancel_action_dialog</action-widget>
|
|
|
|
<action-widget response="ok" default="true">act_action_dialog</action-widget>
|
|
|
|
</action-widgets>
|
|
|
|
</object>
|
|
|
|
<object class="GtkDialog" id="preference_dialog">
|
|
|
|
<property name="transient-for">window</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="modal">1</property>
|
|
|
|
<property name="resizable">0</property>
|
2014-06-05 22:07:32 +00:00
|
|
|
<property name="use-header-bar">1</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="title" translatable="1">Settings</property>
|
2014-06-05 22:46:50 +00:00
|
|
|
<signal name="delete-event" handler="gtk_widget_hide_on_delete"/>
|
2014-06-05 22:07:32 +00:00
|
|
|
<child internal-child="vbox">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<child>
|
2014-07-07 03:10:44 +00:00
|
|
|
<object class="GtkGrid">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-07 03:10:44 +00:00
|
|
|
<property name="row-spacing">10</property>
|
|
|
|
<property name="column-spacing">10</property>
|
2014-06-05 22:07:32 +00:00
|
|
|
<property name="margin">20</property>
|
2014-07-07 03:10:44 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-07 03:10:44 +00:00
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">baseline</property>
|
2014-10-24 12:30:10 +00:00
|
|
|
<property name="label">_Details</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="use-underline">1</property>
|
2014-10-24 12:30:10 +00:00
|
|
|
<property name="mnemonic-widget">details_entry</property>
|
2014-07-07 03:10:44 +00:00
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-10-24 12:30:10 +00:00
|
|
|
<object class="GtkEntry" id="details_entry">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-07 03:10:44 +00:00
|
|
|
<property name="valign">baseline</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-07 03:10:44 +00:00
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">baseline</property>
|
2014-10-24 12:30:10 +00:00
|
|
|
<property name="label">More D_etails</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="use-underline">1</property>
|
2014-10-24 12:30:10 +00:00
|
|
|
<property name="mnemonic-widget">more_details_entry</property>
|
2014-07-07 03:10:44 +00:00
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-10-24 12:30:10 +00:00
|
|
|
<object class="GtkEntry" id="more_details_entry">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-07 03:10:44 +00:00
|
|
|
<property name="valign">baseline</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-07 03:10:44 +00:00
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">baseline</property>
|
2014-10-24 12:30:10 +00:00
|
|
|
<property name="label">_Level</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="use-underline">1</property>
|
2014-10-24 12:30:10 +00:00
|
|
|
<property name="mnemonic-widget">level_scale</property>
|
2014-07-07 03:10:44 +00:00
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-10-24 12:30:10 +00:00
|
|
|
<object class="GtkScale" id="level_scale">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-07 03:10:44 +00:00
|
|
|
<property name="valign">baseline</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="draw-value">0</property>
|
2014-07-07 03:10:44 +00:00
|
|
|
<property name="adjustment">adjustment1</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-07 03:10:44 +00:00
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">baseline</property>
|
2014-10-24 12:30:10 +00:00
|
|
|
<property name="label">_Mode</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="use-underline">1</property>
|
2014-10-24 12:30:10 +00:00
|
|
|
<property name="mnemonic-widget">mode_switch</property>
|
2014-07-07 03:10:44 +00:00
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-10-24 12:30:10 +00:00
|
|
|
<object class="GtkSwitch" id="mode_switch">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-07-07 03:10:44 +00:00
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="valign">baseline</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2014-06-05 22:07:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2014-08-13 00:22:14 +00:00
|
|
|
<object class="GtkDialog" id="selection_dialog">
|
|
|
|
<property name="transient-for">window</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="modal">1</property>
|
2014-08-13 00:22:14 +00:00
|
|
|
<property name="use-header-bar">1</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="title" translatable="1">Choose one</property>
|
2014-08-13 00:22:14 +00:00
|
|
|
<signal name="delete-event" handler="gtk_widget_hide_on_delete"/>
|
|
|
|
<child internal-child="vbox">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<child>
|
2014-08-13 02:14:21 +00:00
|
|
|
<object class="GtkFlowBox" id="selection_flowbox">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2014-08-13 02:14:21 +00:00
|
|
|
<property name="row-spacing">10</property>
|
|
|
|
<property name="column-spacing">10</property>
|
|
|
|
<property name="margin">10</property>
|
|
|
|
<property name="min-children-per-line">3</property>
|
|
|
|
<property name="max-children-per-line">9</property>
|
2014-08-13 00:22:14 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="action">
|
|
|
|
<object class="GtkButton" id="cancel_selection_dialog">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="label" translatable="1">_Cancel</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-08-13 00:22:14 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="action">
|
|
|
|
<object class="GtkButton" id="select_selection_dialog">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can-default">1</property>
|
|
|
|
<property name="has-default">1</property>
|
|
|
|
<property name="label" translatable="1">_Select</property>
|
|
|
|
<property name="use_underline">1</property>
|
2014-08-13 00:22:14 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<action-widgets>
|
|
|
|
<action-widget response="cancel">cancel_selection_dialog</action-widget>
|
|
|
|
<action-widget response="ok" default="true">select_selection_dialog</action-widget>
|
|
|
|
</action-widgets>
|
2014-10-03 03:38:58 +00:00
|
|
|
</object>
|
2015-06-13 17:45:57 +00:00
|
|
|
<object class="GtkPopover" id="open_popover">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-06-13 17:45:57 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkGrid">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-06-13 17:45:57 +00:00
|
|
|
<property name="margin">10</property>
|
|
|
|
<property name="row-spacing">10</property>
|
|
|
|
<property name="column-spacing">10</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-06-13 17:45:57 +00:00
|
|
|
<property name="label">Title:</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="valign">start</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-06-13 17:45:57 +00:00
|
|
|
<property name="label">Description:</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
<property name="valign">start</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-06-13 17:45:57 +00:00
|
|
|
<property name="shadow-type">in</property>
|
|
|
|
<property name="hscrollbar-policy">never</property>
|
|
|
|
<property name="min-content-height">70</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTextView" id="open_popover_textview">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-06-13 17:45:57 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="open_popover_entry">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="activates-default">1</property>
|
2015-06-13 17:45:57 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="open_popover_button">
|
|
|
|
<property name="halign">end</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="visible">1</property>
|
2015-06-13 17:45:57 +00:00
|
|
|
<property name="label">_Open</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="use-underline">1</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="can-default">1</property>
|
2015-06-13 17:45:57 +00:00
|
|
|
<style>
|
|
|
|
<class name="suggested-action"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2014-04-13 04:45:30 +00:00
|
|
|
<object class="GtkSizeGroup">
|
|
|
|
<property name="mode">vertical</property>
|
|
|
|
<widgets>
|
|
|
|
<widget name="listboxrow1"/>
|
|
|
|
<widget name="listboxrow2"/>
|
|
|
|
<widget name="listboxrow3"/>
|
2014-07-12 16:54:21 +00:00
|
|
|
<widget name="listboxrow4"/>
|
2014-09-03 02:25:29 +00:00
|
|
|
<widget name="listboxrow5"/>
|
|
|
|
<widget name="listboxrow6"/>
|
2014-04-13 04:45:30 +00:00
|
|
|
</widgets>
|
|
|
|
</object>
|
2014-04-27 14:28:43 +00:00
|
|
|
<object class="GtkSizeGroup">
|
|
|
|
<property name="mode">both</property>
|
|
|
|
<widgets>
|
|
|
|
<widget name="panedframe1"/>
|
|
|
|
<widget name="panedframe2"/>
|
|
|
|
</widgets>
|
|
|
|
</object>
|
2011-06-17 15:33:18 +00:00
|
|
|
</interface>
|