2019-04-04 23:10:18 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2011-06-17 15:33:18 +00:00
|
|
|
<interface>
|
2020-10-26 16:58:23 +00:00
|
|
|
<menu id="gear_menu_model">
|
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>
|
2020-03-26 17:51:59 +00:00
|
|
|
<submenu>
|
2020-03-26 19:29:43 +00:00
|
|
|
<attribute name="label" translatable="yes">Style</attribute>
|
2020-03-26 17:51:59 +00:00
|
|
|
<section>
|
|
|
|
<item>
|
2020-03-26 19:29:43 +00:00
|
|
|
<attribute name="label" translatable="yes">Current</attribute>
|
2020-03-26 17:51:59 +00:00
|
|
|
<attribute name="action">win.theme</attribute>
|
|
|
|
<attribute name="target">current</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Adwaita</attribute>
|
|
|
|
<attribute name="action">win.theme</attribute>
|
|
|
|
<attribute name="target">adwaita</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Adwaita dark</attribute>
|
|
|
|
<attribute name="action">win.theme</attribute>
|
|
|
|
<attribute name="target">adwaita-dark</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">High contrast</attribute>
|
|
|
|
<attribute name="action">win.theme</attribute>
|
|
|
|
<attribute name="target">highcontrast</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">High contrast inverse</attribute>
|
|
|
|
<attribute name="action">win.theme</attribute>
|
|
|
|
<attribute name="target">highcontrast-inverse</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
2020-07-28 04:14:45 +00:00
|
|
|
</submenu>
|
2016-02-28 04:12:15 +00:00
|
|
|
<item>
|
2020-04-27 02:30:34 +00:00
|
|
|
<attribute name="label" translatable="yes">Transition Pages</attribute>
|
2016-02-28 04:12:15 +00:00
|
|
|
<attribute name="action">win.transition</attribute>
|
|
|
|
</item>
|
2020-10-26 16:58:23 +00:00
|
|
|
<item>
|
|
|
|
<attribute name="custom">transition-speed</attribute>
|
|
|
|
</item>
|
2013-11-04 21:49:05 +00:00
|
|
|
</section>
|
2018-10-01 00:21:45 +00:00
|
|
|
<section>
|
2019-04-16 22:06:12 +00:00
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">_Inspector</attribute>
|
|
|
|
<attribute name="action">app.inspector</attribute>
|
|
|
|
</item>
|
2018-10-01 00:40:11 +00:00
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">_Keyboard Shortcuts</attribute>
|
2020-11-03 17:09:43 +00:00
|
|
|
<attribute name="action">app.shortcuts</attribute>
|
2018-10-01 00:40:11 +00:00
|
|
|
</item>
|
2018-10-01 00:21:45 +00:00
|
|
|
<item>
|
2018-10-01 00:27:29 +00:00
|
|
|
<attribute name="label" translatable="yes">_About Widget Factory</attribute>
|
2018-10-01 00:21:45 +00:00
|
|
|
<attribute name="action">app.about</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
2013-11-04 21:49:05 +00:00
|
|
|
</menu>
|
2014-04-27 16:13:06 +00:00
|
|
|
<menu id="dinner_menu">
|
|
|
|
<section>
|
|
|
|
<item>
|
2019-06-08 13:40:37 +00:00
|
|
|
<attribute name="label" translatable="yes">_Steak</attribute>
|
2014-04-27 16:13:06 +00:00
|
|
|
<attribute name="action">app.main</attribute>
|
|
|
|
<attribute name="target">steak</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
2019-06-08 13:40:37 +00:00
|
|
|
<attribute name="label" translatable="yes">_Pizza</attribute>
|
2014-04-27 16:13:06 +00:00
|
|
|
<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>
|
2020-05-14 03:25:58 +00:00
|
|
|
<property name="lower">0</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
<property name="value">50</property>
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="step-increment">1</property>
|
|
|
|
<property name="page-increment">10</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</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>
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="step-increment">1</property>
|
|
|
|
<property name="page-increment">10</property>
|
2011-11-29 15:51:29 +00:00
|
|
|
</object>
|
2014-12-05 10:09:56 +00:00
|
|
|
<object class="GtkAdjustment" id="adjustment3">
|
|
|
|
<property name="upper">4</property>
|
2016-11-14 13:20:32 +00:00
|
|
|
<property name="value">2</property>
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="step-increment">1</property>
|
|
|
|
<property name="page-increment">1</property>
|
2014-12-05 10:09:56 +00:00
|
|
|
</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>
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="step-increment">1</property>
|
|
|
|
<property name="page-increment">10</property>
|
2014-10-04 19:00:10 +00:00
|
|
|
</object>
|
|
|
|
<object class="GtkAdjustment" id="pg_adjustment2">
|
|
|
|
<property name="upper">99</property>
|
|
|
|
<property name="lower">1</property>
|
|
|
|
<property name="value">4</property>
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="step-increment">1</property>
|
|
|
|
<property name="page-increment">10</property>
|
2014-10-04 19:00:10 +00:00
|
|
|
</object>
|
2011-06-17 15:33:18 +00:00
|
|
|
<object class="GtkListStore" id="liststore1">
|
|
|
|
<columns>
|
|
|
|
<column type="gboolean"/>
|
2012-06-26 15:41:21 +00:00
|
|
|
<column type="gchararray"/>
|
2011-06-17 15:33:18 +00:00
|
|
|
<column type="gchararray"/>
|
|
|
|
<column type="gchararray"/>
|
2016-02-15 17:06:28 +00:00
|
|
|
<column type="gboolean"/>
|
2011-06-17 15:33:18 +00:00
|
|
|
</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>
|
2016-02-15 17:06:28 +00:00
|
|
|
<col id="4">False</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>
|
2016-02-15 17:06:28 +00:00
|
|
|
<col id="4">False</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>
|
2016-02-15 17:06:28 +00:00
|
|
|
<col id="4">False</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0">True</col>
|
|
|
|
<col id="1">face-monkey-symbolic</col>
|
|
|
|
<col id="2" translatable="yes">Benjamin</col>
|
|
|
|
<col id="3" translatable="yes">Company</col>
|
|
|
|
<col id="4">True</col>
|
2014-07-03 03:55:20 +00:00
|
|
|
</row>
|
2011-06-17 15:33:18 +00:00
|
|
|
</data>
|
|
|
|
</object>
|
2015-12-05 19:11:06 +00:00
|
|
|
<object class="GtkEntryCompletion" id="name_completion">
|
|
|
|
<property name="model">liststore1</property>
|
|
|
|
<property name="text-column">2</property>
|
|
|
|
<property name="inline-completion">1</property>
|
|
|
|
<property name="popup-single-match">0</property>
|
|
|
|
<property name="inline-selection">1</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">2</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</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">
|
2019-02-07 08:23:02 +00:00
|
|
|
<style>
|
|
|
|
<class name="devel"/>
|
|
|
|
</style>
|
2019-02-05 09:19:57 +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">
|
|
|
|
<child type="title">
|
|
|
|
<object class="GtkStackSwitcher" id="stack_switcher">
|
|
|
|
<property name="stack">toplevel_stack</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2019-03-27 17:20:18 +00:00
|
|
|
<child type="end">
|
2013-11-04 21:49:05 +00:00
|
|
|
<object class="GtkMenuButton" id="gear_menu_button">
|
|
|
|
<property name="valign">center</property>
|
2020-10-26 16:58:23 +00:00
|
|
|
<property name="popover">
|
|
|
|
<object class="GtkPopoverMenu" id="gear_menu">
|
|
|
|
<property name="menu-model">gear_menu_model</property>
|
|
|
|
<child type="transition-speed">
|
|
|
|
<object class="GtkScale">
|
|
|
|
<property name="adjustment">
|
|
|
|
<object class="GtkAdjustment">
|
|
|
|
<property name="lower">0</property>
|
|
|
|
<property name="upper">1000</property>
|
|
|
|
<property name="value">250</property>
|
|
|
|
<property name="step-increment">50</property>
|
|
|
|
<property name="page-increment">50</property>
|
|
|
|
<property name="page-size">0</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<signal name="value-changed" handler="transition_speed_changed"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</property>
|
2016-12-03 13:42:05 +00:00
|
|
|
<property name="icon-name">open-menu-symbolic</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2013-11-04 21:49:05 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box1">
|
|
|
|
<property name="orientation">vertical</property>
|
2020-02-26 01:57:20 +00:00
|
|
|
<property name="margin-start">10</property>
|
|
|
|
<property name="margin-end">10</property>
|
|
|
|
<property name="margin-top">10</property>
|
|
|
|
<property name="margin-bottom">10</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
<child>
|
2013-11-04 21:49:05 +00:00
|
|
|
<object class="GtkStack" id="toplevel_stack">
|
2020-04-27 02:30:34 +00:00
|
|
|
<property name="transition-duration">250</property>
|
2020-04-27 18:33:07 +00:00
|
|
|
<property name="transition-type">crossfade</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkStackPage">
|
|
|
|
<property name="name">page1</property>
|
2020-04-30 23:18:09 +00:00
|
|
|
<property name="title" translatable="yes">Page _1</property>
|
|
|
|
<property name="use-underline">1</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox" id="page1">
|
|
|
|
<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>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox" id="box2">
|
2013-11-06 22:18:33 +00:00
|
|
|
<property name="spacing">10</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox" id="box3">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">10</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkComboBoxText" id="comboboxtext1">
|
|
|
|
<property name="has-entry">1</property>
|
|
|
|
<child internal-child="entry">
|
|
|
|
<object class="GtkEntry" id="comboboxtext-entry">
|
|
|
|
<property name="text" translatable="yes">comboboxentry</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<items>
|
|
|
|
<item>Donald Duck</item>
|
|
|
|
<item>Mickey Mouse</item>
|
|
|
|
<item>Jet McQuack</item>
|
|
|
|
</items>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkComboBoxText" id="comboboxtext2">
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="has-entry">1</property>
|
|
|
|
<child internal-child="entry">
|
|
|
|
<object class="GtkEntry" id="comboboxtext-entry2">
|
|
|
|
<property name="invisible-char">•</property>
|
|
|
|
<property name="text" translatable="yes">comboboxentry</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-06 15:13:33 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkEntry" id="entry1">
|
|
|
|
<property name="enable-emoji-completion">1</property>
|
|
|
|
<property name="invisible_char">•</property>
|
|
|
|
<property name="placeholder-text" translatable="yes">Click icon to change mode</property>
|
|
|
|
<property name="secondary-icon-name">view-refresh-symbolic</property>
|
|
|
|
<property name="secondary-icon-tooltip-text">Change mode</property>
|
|
|
|
<signal name="icon-release" handler="on_entry_icon_release" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="entry2">
|
|
|
|
<property name="sensitive">0</property>
|
2015-09-14 03:26:16 +00:00
|
|
|
<property name="text" translatable="yes">entry</property>
|
2014-05-06 15:13:33 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox" id="box223">
|
|
|
|
<style>
|
|
|
|
<class name="linked"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="entry24">
|
2020-10-03 23:41:26 +00:00
|
|
|
<property name="enable-emoji-completion">1</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="text" translatable="yes">entry</property>
|
|
|
|
<property name="hexpand">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="button224">
|
|
|
|
<property name="icon-name">window-close-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-06 15:13:33 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2020-04-27 00:54:09 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkPasswordEntry">
|
|
|
|
<property name="halign">fill</property>
|
|
|
|
<property name="show-peek-icon">1</property>
|
|
|
|
<property name="placeholder-text" translatable="yes">Password…</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-08-03 09:06:18 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox">
|
2019-02-08 15:32:23 +00:00
|
|
|
<property name="hexpand">0</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<style>
|
|
|
|
<class name="linked"/>
|
|
|
|
</style>
|
2014-08-03 09:06:18 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkComboBox">
|
|
|
|
<property name="model">lrmodel</property>
|
|
|
|
<property name="active">0</property>
|
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkComboBox">
|
|
|
|
<property name="model">lrmodel</property>
|
|
|
|
<property name="active">1</property>
|
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkComboBox">
|
|
|
|
<property name="model">lrmodel</property>
|
|
|
|
<property name="active">2</property>
|
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
2014-08-03 09:06:18 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox" id="box18">
|
|
|
|
<property name="spacing">20</property>
|
2014-08-03 09:06:18 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkLabel" id="label3">
|
|
|
|
<property name="label" translatable="yes">label</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label4">
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="label" translatable="yes">label</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSpinButton" id="spinbutton1">
|
|
|
|
<property name="width-chars">2</property>
|
|
|
|
<property name="max-width-chars">2</property>
|
|
|
|
<property name="adjustment">adjustment2</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSpinButton" id="spinbutton2">
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="width-chars">2</property>
|
|
|
|
<property name="max-width-chars">2</property>
|
|
|
|
</object>
|
2014-08-03 09:06:18 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkGrid" id="grid1">
|
|
|
|
<property name="row-homogeneous">1</property>
|
|
|
|
<property name="column-spacing">18</property>
|
|
|
|
<property name="row-spacing">6</property>
|
2014-08-03 09:06:18 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkCheckButton" id="checkbutton1">
|
|
|
|
<property name="label" translatable="yes">checkbutton</property>
|
|
|
|
<property name="active">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="checkbutton2">
|
|
|
|
<property name="label" translatable="yes">checkbutton</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">0</property>
|
|
|
|
<property name="row">1</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="checkbutton3">
|
|
|
|
<property name="label" translatable="yes">checkbutton</property>
|
|
|
|
<property name="inconsistent">1</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">0</property>
|
|
|
|
<property name="row">2</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="checkbutton4">
|
|
|
|
<property name="label" translatable="yes">checkbutton</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="active">1</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">0</property>
|
|
|
|
<property name="row">3</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="checkbutton5">
|
|
|
|
<property name="label" translatable="yes">checkbutton</property>
|
|
|
|
<property name="sensitive">0</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">0</property>
|
|
|
|
<property name="row">4</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="checkbutton6">
|
|
|
|
<property name="label" translatable="yes">checkbutton</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="inconsistent">1</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">0</property>
|
|
|
|
<property name="row">5</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-08-07 03:45:30 +00:00
|
|
|
<object class="GtkCheckButton" id="radiobutton1">
|
2020-08-30 21:05:43 +00:00
|
|
|
<property name="label" translatable="yes">radiobutton</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="active">1</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">1</property>
|
2020-08-23 15:39:17 +00:00
|
|
|
<property name="row">0</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-08-07 03:45:30 +00:00
|
|
|
<object class="GtkCheckButton">
|
2020-08-30 21:05:43 +00:00
|
|
|
<property name="label" translatable="yes">radiobutton</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="group">radiobutton1</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">1</property>
|
|
|
|
<property name="row">1</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-08-07 03:45:30 +00:00
|
|
|
<object class="GtkCheckButton" id="radiobutton3">
|
2020-08-30 21:05:43 +00:00
|
|
|
<property name="label" translatable="yes">radiobutton</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="inconsistent">1</property>
|
|
|
|
<property name="group">radiobutton1</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">1</property>
|
|
|
|
<property name="row">2</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-08-07 03:45:30 +00:00
|
|
|
<object class="GtkCheckButton" id="radiobutton4">
|
2020-08-30 21:05:43 +00:00
|
|
|
<property name="label" translatable="yes">radiobutton</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="sensitive">0</property>
|
2020-08-30 21:05:43 +00:00
|
|
|
<property name="active">1</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">1</property>
|
|
|
|
<property name="row">3</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-08-07 03:45:30 +00:00
|
|
|
<object class="GtkCheckButton" id="radiobutton5">
|
2020-08-30 21:05:43 +00:00
|
|
|
<property name="label" translatable="yes">radiobutton</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="sensitive">0</property>
|
2020-08-30 21:05:43 +00:00
|
|
|
<property name="group">radiobutton4</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">1</property>
|
|
|
|
<property name="row">4</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-08-07 03:45:30 +00:00
|
|
|
<object class="GtkCheckButton" id="radiobutton6">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="label" translatable="yes">radiobutton</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="inconsistent">1</property>
|
2020-08-30 21:05:43 +00:00
|
|
|
<property name="group">radiobutton4</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">1</property>
|
|
|
|
<property name="row">5</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSpinner" id="spinner1">
|
2020-02-25 02:04:49 +00:00
|
|
|
<property name="spinning">1</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">2</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-04-04 23:10:18 +00:00
|
|
|
<object class="GtkSpinner" id="spinner2">
|
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">2</property>
|
|
|
|
<property name="row">1</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
|
|
|
</object>
|
2019-02-07 08:23:02 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSpinner" id="spinner3">
|
2020-02-25 02:04:49 +00:00
|
|
|
<property name="spinning">1</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="sensitive">0</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">2</property>
|
|
|
|
<property name="row">3</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSpinner" id="spinner4">
|
|
|
|
<property name="sensitive">0</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">2</property>
|
|
|
|
<property name="row">4</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
2014-08-03 09:06:18 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box19">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">10</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkToggleButton" id="togglebutton1">
|
|
|
|
<property name="label" translatable="yes">togglebutton</property>
|
|
|
|
<property name="receives-default">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkToggleButton" id="togglebutton2">
|
|
|
|
<property name="label" translatable="yes">togglebutton</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="sensitive">0</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="receives-default">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkToggleButton" id="togglebutton3">
|
|
|
|
<property name="label" translatable="yes">togglebutton</property>
|
|
|
|
<property name="receives-default">1</property>
|
|
|
|
<property name="active">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkToggleButton" id="togglebutton4">
|
|
|
|
<property name="label" translatable="yes">togglebutton</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="receives-default">1</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="active">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkComboBox" id="combobox1">
|
|
|
|
<property name="model">liststore1</property>
|
|
|
|
<property name="active">0</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="cellrenderertext1"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">2</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkComboBox" id="combobox2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="sensitive">0</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="model">liststore1</property>
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="active">1</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="cellrenderertext2"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">2</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkFontButton" id="fontbutton1">
|
|
|
|
<property name="receives-default">1</property>
|
|
|
|
<property name="level">family|style|size|features|variations</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkColorButton" id="colorbutton1">
|
|
|
|
<property name="receives-default">1</property>
|
|
|
|
<property name="rgba">#31316867a09f</property>
|
|
|
|
<property name="use-alpha">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkFileChooserButton" id="filechooserbutton1"/>
|
2012-09-09 20:02:15 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkLinkButton" id="linkbutton1">
|
|
|
|
<property name="label" translatable="yes">link button</property>
|
|
|
|
<property name="receives-default">1</property>
|
|
|
|
<property name="has-tooltip">1</property>
|
2020-04-17 04:20:09 +00:00
|
|
|
<property name="has-frame">0</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="uri">http://www.gtk.org</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkSwitch" id="switch1">
|
|
|
|
<property name="halign">center</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkSwitch" id="switch2">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="sensitive">0</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="halign">center</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox" id="box20">
|
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>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="hexpand">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox" id="box21">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkProgressBar" id="progressbar1">
|
|
|
|
<property name="fraction">0.5</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkProgressBar" id="progressbar2">
|
|
|
|
<property name="fraction">0.5</property>
|
|
|
|
<property name="inverted">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkProgressBar" id="progressbar3">
|
|
|
|
<property name="fraction">0.5</property>
|
|
|
|
<property name="show-text">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLevelBar" id="levelbar1">
|
|
|
|
<property name="value">0.6</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLevelBar" id="levelbar2">
|
|
|
|
<property name="max-value">5</property>
|
|
|
|
<property name="value">2</property>
|
|
|
|
<property name="mode">1</property>
|
|
|
|
<offsets>
|
|
|
|
<offset name="low" value="1"/>
|
|
|
|
<offset name="high" value="4"/>
|
|
|
|
<offset name="full" value="5"/>
|
|
|
|
</offsets>
|
|
|
|
</object>
|
|
|
|
</child>
|
2013-11-02 20:13:33 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2013-11-06 22:18:33 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox" id="box27">
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box24">
|
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="homogeneous">1</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScale" id="scale1">
|
|
|
|
<property name="adjustment">adjustment1</property>
|
|
|
|
<property name="restrict-to-fill-level">0</property>
|
|
|
|
<property name="fill-level">75</property>
|
|
|
|
<property name="draw-value">0</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScale" id="scale2">
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="adjustment">adjustment1</property>
|
|
|
|
<property name="restrict-to-fill-level">0</property>
|
|
|
|
<property name="fill-level">75</property>
|
|
|
|
<property name="draw-value">0</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2013-11-06 22:18:33 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkScale" id="scale5">
|
|
|
|
<property name="draw-value">0</property>
|
|
|
|
<property name="has-origin">0</property>
|
|
|
|
<property name="round-digits">0</property>
|
|
|
|
<property name="adjustment">adjustment3</property>
|
|
|
|
<property name="restrict-to-fill-level">0</property>
|
|
|
|
<marks>
|
2019-11-27 22:41:44 +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>
|
2019-02-07 08:23:02 +00:00
|
|
|
</marks>
|
2013-11-06 22:18:33 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox" id="box25">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="homogeneous">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox" id="box28">
|
|
|
|
<property name="vexpand">1</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<property name="homogeneous">1</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkProgressBar" id="progressbar5">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="fraction">0.5</property>
|
|
|
|
<property name="halign">end</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkProgressBar" id="progressbar6">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="fraction">0.5</property>
|
|
|
|
<property name="inverted">1</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox" id="box23">
|
|
|
|
<property name="vexpand">1</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<property name="homogeneous">1</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScale" id="scale3">
|
|
|
|
<property name="height-request">100</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="adjustment">adjustment1</property>
|
|
|
|
<property name="restrict-to-fill-level">0</property>
|
|
|
|
<property name="fill-level">75</property>
|
|
|
|
<property name="digits">-1</property>
|
2020-10-04 00:08:29 +00:00
|
|
|
<property name="draw-value">1</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="halign">end</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScale" id="scale4">
|
|
|
|
<property name="height-request">100</property>
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="adjustment">adjustment1</property>
|
|
|
|
<property name="restrict-to-fill-level">0</property>
|
|
|
|
<property name="fill-level">75</property>
|
|
|
|
<property name="digits">-1</property>
|
2020-10-04 00:08:29 +00:00
|
|
|
<property name="draw-value">1</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="halign">start</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox" id="box26">
|
|
|
|
<property name="orientation">vertical</property>
|
2020-04-26 23:34:36 +00:00
|
|
|
<property name="spacing">10</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="hexpand">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkFrame" id="frame1">
|
2020-04-26 15:39:26 +00:00
|
|
|
<property name="valign">start</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<child type="label">
|
|
|
|
<object class="GtkLabel" id="label1">
|
2020-04-26 15:39:26 +00:00
|
|
|
<property name="label" translatable="yes"><b>Video</b></property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="use-markup">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2020-04-26 15:39:26 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkVideo">
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="margin-start">6</property>
|
|
|
|
<property name="margin-end">6</property>
|
|
|
|
<property name="margin-top">6</property>
|
|
|
|
<property name="margin-bottom">6</property>
|
|
|
|
<property name="autoplay">0</property>
|
|
|
|
<property name="loop">1</property>
|
|
|
|
<property name="file">resource:///org/gtk/WidgetFactory4/gtk-logo.webm</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2020-04-26 23:34:36 +00:00
|
|
|
</child>
|
2020-04-27 00:23:52 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
<property name="vexpand">1</property>
|
|
|
|
<property name="hscrollbar-policy">never</property>
|
|
|
|
<property name="vscrollbar-policy">automatic</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">10</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label">Large Title</property>
|
|
|
|
<style><class name="large-title"/></style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label">Title 1</property>
|
|
|
|
<style><class name="title-1"/></style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label">Title 2</property>
|
|
|
|
<style><class name="title-2"/></style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label">Title 3</property>
|
|
|
|
<style><class name="title-3"/></style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label">Title 4</property>
|
|
|
|
<style><class name="title-4"/></style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label">Heading</property>
|
|
|
|
<style><class name="heading"/></style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label">Body</property>
|
|
|
|
<style><class name="body"/></style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label">Caption Heading</property>
|
|
|
|
<style><class name="caption-heading"/></style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label">Caption</property>
|
|
|
|
<style><class name="Caption"/></style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2017-10-02 07:10:32 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox" id="box4">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<property name="hexpand">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow1">
|
|
|
|
<property name="width-request">150</property>
|
|
|
|
<property name="vscrollbar-policy">always</property>
|
2020-04-17 03:25:06 +00:00
|
|
|
<property name="has-frame">1</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="vexpand">1</property>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkTreeView" id="treeview1">
|
|
|
|
<property name="model">liststore1</property>
|
|
|
|
<property name="headers-clickable">0</property>
|
|
|
|
<property name="search-column">0</property>
|
|
|
|
<child internal-child="selection">
|
|
|
|
<object class="GtkTreeSelection" id="treeview-selection"/>
|
|
|
|
</child>
|
2012-09-09 20:02:15 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkTreeViewColumn" id="treeviewcolumn3">
|
|
|
|
<property name="title" translatable="yes">Cool</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererToggle" id="cellrenderertoggle1"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="active">0</attribute>
|
|
|
|
<attribute name="radio">4</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
2012-09-09 20:02:15 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkTreeViewColumn" id="treeviewcolumn4">
|
|
|
|
<property name="title" translatable="yes">Icon</property>
|
|
|
|
<property name="reorderable">1</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererPixbuf" id="cellrendererpixbuf1"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="icon_name">1</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
2012-09-09 20:02:15 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkTreeViewColumn" id="treeviewcolumn1">
|
|
|
|
<property name="title" translatable="yes">Name</property>
|
|
|
|
<property name="resizable">1</property>
|
|
|
|
<property name="reorderable">1</property>
|
|
|
|
<property name="sort-indicator">1</property>
|
|
|
|
<property name="sort-column-id">2</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="cellrenderertext3">
|
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
</object>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">2</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
2014-07-03 03:55:20 +00:00
|
|
|
</object>
|
2012-09-09 20:02:15 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkTreeViewColumn" id="treeviewcolumn2">
|
|
|
|
<property name="title" translatable="yes">Nick</property>
|
|
|
|
<property name="resizable">1</property>
|
|
|
|
<property name="reorderable">1</property>
|
|
|
|
<property name="sort-indicator">1</property>
|
|
|
|
<property name="sort-column-id">3</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="cellrenderertext4">
|
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
</object>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">3</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
2014-07-03 03:55:20 +00:00
|
|
|
</object>
|
2012-09-09 20:02:15 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow2">
|
2020-04-17 03:25:06 +00:00
|
|
|
<property name="has-frame">1</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="vexpand">1</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTextView" id="textview1">
|
|
|
|
<property name="buffer">textbuffer1</property>
|
|
|
|
<property name="wrap-mode">2</property>
|
|
|
|
<property name="left-margin">10</property>
|
|
|
|
<property name="right-margin">10</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2011-06-17 15:33:18 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox" id="box5">
|
|
|
|
<property name="spacing">10</property>
|
|
|
|
<property name="homogeneous">1</property>
|
2011-06-17 15:33:18 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkNotebook" id="notebook1">
|
|
|
|
<child>
|
2019-02-21 04:05:37 +00:00
|
|
|
<object class="GtkNotebookPage">
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox" id="box6">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<property name="tab">
|
|
|
|
<object class="GtkLabel" id="label5">
|
|
|
|
<property name="label" translatable="yes">page 1</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-21 04:05:37 +00:00
|
|
|
<object class="GtkNotebookPage">
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox" id="box7">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<property name="tab">
|
|
|
|
<object class="GtkLabel" id="label6">
|
|
|
|
<property name="label" translatable="yes">page 2</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-21 04:05:37 +00:00
|
|
|
<object class="GtkNotebookPage">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="position">2</property>
|
2019-02-21 04:05:37 +00:00
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox" id="box8">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<property name="tab">
|
|
|
|
<object class="GtkLabel" id="label7">
|
|
|
|
<property name="label" translatable="yes">page 3</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
2011-06-17 15:33:18 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkNotebook" id="notebook2">
|
|
|
|
<property name="tab-pos">right</property>
|
|
|
|
<child>
|
2019-02-21 04:05:37 +00:00
|
|
|
<object class="GtkNotebookPage">
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox" id="box9">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<property name="tab">
|
|
|
|
<object class="GtkLabel" id="label8">
|
|
|
|
<property name="label" translatable="yes">page 1</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-21 04:05:37 +00:00
|
|
|
<object class="GtkNotebookPage">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="position">1</property>
|
2019-02-21 04:05:37 +00:00
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox" id="box10">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<property name="tab">
|
|
|
|
<object class="GtkLabel" id="label9">
|
|
|
|
<property name="label" translatable="yes">page 2</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-21 04:05:37 +00:00
|
|
|
<object class="GtkNotebookPage">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="position">2</property>
|
2019-02-21 04:05:37 +00:00
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox" id="box11">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<property name="tab">
|
|
|
|
<object class="GtkLabel" id="label10">
|
|
|
|
<property name="label" translatable="yes">page 3</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2012-09-09 20:02:15 +00:00
|
|
|
</object>
|
2011-06-17 15:33:18 +00:00
|
|
|
</child>
|
2013-04-23 12:48:27 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkNotebook" id="notebook3">
|
|
|
|
<property name="tab-pos">bottom</property>
|
2013-04-23 12:48:27 +00:00
|
|
|
<child>
|
2019-02-21 04:05:37 +00:00
|
|
|
<object class="GtkNotebookPage">
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox" id="box12">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<property name="tab">
|
|
|
|
<object class="GtkLabel" id="label11">
|
|
|
|
<property name="label" translatable="yes">page 1</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
2013-04-23 12:48:27 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-08-11 21:14:34 +00:00
|
|
|
<child>
|
2019-02-21 04:05:37 +00:00
|
|
|
<object class="GtkNotebookPage">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="position">1</property>
|
2019-02-21 04:05:37 +00:00
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox" id="box13">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<property name="tab">
|
|
|
|
<object class="GtkLabel" id="label12">
|
|
|
|
<property name="label" translatable="yes">page 2</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
2014-08-11 21:14:34 +00:00
|
|
|
</child>
|
2013-04-23 12:48:27 +00:00
|
|
|
<child>
|
2019-02-21 04:05:37 +00:00
|
|
|
<object class="GtkNotebookPage">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="position">2</property>
|
2019-02-21 04:05:37 +00:00
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox" id="box14">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<property name="tab">
|
|
|
|
<object class="GtkLabel" id="label13">
|
|
|
|
<property name="label" translatable="yes">page 3</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
2013-04-23 12:48:27 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-01-30 03:32:14 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkNotebook" id="notebook4">
|
|
|
|
<property name="tab-pos">left</property>
|
2014-04-27 14:28:43 +00:00
|
|
|
<child>
|
2019-02-21 04:05:37 +00:00
|
|
|
<object class="GtkNotebookPage">
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox" id="box15">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<property name="tab">
|
|
|
|
<object class="GtkLabel" id="label14">
|
|
|
|
<property name="label" translatable="yes">page 1</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-27 14:28:43 +00:00
|
|
|
<child>
|
2019-02-21 04:05:37 +00:00
|
|
|
<object class="GtkNotebookPage">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="position">1</property>
|
2019-02-21 04:05:37 +00:00
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox" id="box16">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<property name="tab">
|
|
|
|
<object class="GtkLabel" id="label15">
|
|
|
|
<property name="label" translatable="yes">page 2</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
2014-04-29 20:51:44 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-21 04:05:37 +00:00
|
|
|
<object class="GtkNotebookPage">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="position">2</property>
|
2019-02-21 04:05:37 +00:00
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox" id="box17">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<property name="tab">
|
|
|
|
<object class="GtkLabel" id="label16">
|
|
|
|
<property name="label" translatable="yes">page 3</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkStackPage">
|
|
|
|
<property name="name">page2</property>
|
2020-04-30 23:18:09 +00:00
|
|
|
<property name="title" translatable="yes">Page _2</property>
|
|
|
|
<property name="use-underline">1</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="child">
|
|
|
|
<object class="GtkOverlay" id="page2">
|
|
|
|
<child type="overlay">
|
|
|
|
<object class="GtkRevealer" id="page2revealer">
|
2019-03-07 12:06:37 +00:00
|
|
|
<property name="transition-type">swing-down</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">start</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkFrame" id="page2frame">
|
|
|
|
<style>
|
|
|
|
<class name="app-notification"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="page2box">
|
|
|
|
<property name="spacing">20</property>
|
2020-02-26 01:57:20 +00:00
|
|
|
<property name="margin-start">10</property>
|
|
|
|
<property name="margin-end">10</property>
|
|
|
|
<property name="margin-top">10</property>
|
|
|
|
<property name="margin-bottom">10</property>
|
2014-04-27 14:28:43 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkLabel" id="page2note">
|
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="label">NEWS!</property>
|
|
|
|
</object>
|
2014-04-27 14:28:43 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkButton" id="page2reset">
|
2014-04-29 20:51:44 +00:00
|
|
|
<property name="valign">center</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="label" translatable="yes">Reset</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="page2dismiss">
|
|
|
|
<property name="focus-on-click">0</property>
|
2020-04-17 04:20:09 +00:00
|
|
|
<property name="has-frame">0</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="icon-name">window-close-symbolic</property>
|
2014-04-27 14:28:43 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2013-04-23 12:48:27 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="spacing">10</property>
|
2014-04-13 04:45:30 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">10</property>
|
2014-04-13 04:45:30 +00:00
|
|
|
<child>
|
2014-04-29 20:51:44 +00:00
|
|
|
<object class="GtkBox">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="spacing">6</property>
|
2014-04-13 04:45:30 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkSpinButton" id="verticalspin1">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="adjustment">adjustment2</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSpinButton" id="verticalspin2">
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="adjustment">adjustment2</property>
|
2014-04-13 04:45:30 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-06 06:52:53 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkGrid">
|
|
|
|
<property name="row-spacing">6</property>
|
|
|
|
<property name="column-spacing">6</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkVolumeButton">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="value">.5</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<property name="halign">center</property>
|
2019-12-24 14:59:23 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">0</property>
|
|
|
|
<property name="row">0</property>
|
2019-12-24 14:59:23 +00:00
|
|
|
</layout>
|
2014-05-06 06:52:53 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkScaleButton" id="mic-button">
|
|
|
|
<property name="has-tooltip">1</property>
|
|
|
|
<property name="icons">microphone-sensitivity-muted-symbolic
|
|
|
|
microphone-sensitivity-high-symbolic
|
|
|
|
microphone-sensitivity-low-symbolic
|
|
|
|
microphone-sensitivity-medium-symbolic</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<property name="valign">center</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="value">.5</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<signal name="value-changed" handler="on_scale_button_value_changed" swapped="no"/>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">0</property>
|
|
|
|
<property name="row">1</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2014-05-06 06:52:53 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-13 04:45:30 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkFrame" id="page2frame1">
|
2014-04-13 04:45:30 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
2014-04-29 20:51:44 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkStack" id="stack">
|
2020-04-27 02:30:34 +00:00
|
|
|
<property name="transition-type">rotate-left-right</property>
|
|
|
|
<property name="transition-duration">250</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkStackPage">
|
|
|
|
<property name="name">page1</property>
|
|
|
|
<property name="icon-name">preferences-desktop-locale-symbolic</property>
|
|
|
|
<property name="title">News</property>
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkScrolledWindow" id="swo">
|
|
|
|
<property name="hscrollbar-policy">never</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTextView" id="tvo">
|
|
|
|
<property name="buffer">textbuffer2</property>
|
|
|
|
<property name="left-margin">10</property>
|
|
|
|
<property name="right-margin">10</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkStackPage">
|
|
|
|
<property name="name">page2</property>
|
|
|
|
<property name="icon-name">folder-pictures-symbolic</property>
|
|
|
|
<property name="title">Logo</property>
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkImage" id="imageo">
|
2019-04-01 23:58:30 +00:00
|
|
|
<property name="icon-name">org.gtk.WidgetFactory4</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="pixel-size">256</property>
|
2019-05-17 06:19:42 +00:00
|
|
|
<style>
|
2019-11-27 22:41:44 +00:00
|
|
|
<class name="icon-dropshadow"/>
|
2019-05-17 06:19:42 +00:00
|
|
|
</style>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-29 20:51:44 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkActionBar" id="actionbar1">
|
|
|
|
<child type="center">
|
|
|
|
<object class="GtkStackSwitcher" id="switcher">
|
|
|
|
<property name="stack">stack</property>
|
|
|
|
<property name="halign">center</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2019-03-27 17:20:18 +00:00
|
|
|
<child type="end">
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkMenuButton">
|
|
|
|
<property name="menu-model">dinner_menu</property>
|
|
|
|
<property name="halign">center</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
<property name="valign">center</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="icon-name">emblem-system-symbolic</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-29 20:51:44 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-13 04:45:30 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow">
|
2020-04-17 03:25:06 +00:00
|
|
|
<property name="has-frame">1</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="hscrollbar-policy">never</property>
|
|
|
|
<property name="min-content-height">200</property>
|
2019-02-08 15:32:23 +00:00
|
|
|
<property name="hexpand">0</property>
|
2020-04-27 00:35:51 +00:00
|
|
|
<property name="vexpand">1</property>
|
2014-04-13 04:45:30 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkListBox" id="listbox">
|
|
|
|
<property name="selection-mode">none</property>
|
2019-06-03 23:45:17 +00:00
|
|
|
<property name="show-separators">1</property>
|
2020-08-09 15:03:32 +00:00
|
|
|
<style>
|
|
|
|
<class name="rich-list"/>
|
|
|
|
</style>
|
2019-02-07 08:23:02 +00:00
|
|
|
<child type="placeholder">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label">No rows found</property>
|
2014-07-12 16:54:21 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkListBoxRow" id="listboxrow1">
|
|
|
|
<property name="activatable">0</property>
|
|
|
|
<property name="selectable">0</property>
|
2014-07-13 01:04:54 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label" translatable="yes">Row 1</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="hexpand">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSwitch" id="listboxrow1switch">
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-07-13 01:04:54 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-07-12 16:54:21 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-09-03 02:25:29 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkListBoxRow" id="listboxrow2">
|
|
|
|
<property name="activatable">0</property>
|
2014-09-03 02:25:29 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label" translatable="yes">Row 2</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="hexpand">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-05-14 03:25:58 +00:00
|
|
|
<object class="GtkScale" id="opacity">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="draw-value">0</property>
|
|
|
|
<property name="width-request">150</property>
|
|
|
|
<property name="adjustment">adjustment1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-09-03 02:25:29 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkListBoxRow" id="listboxrow3">
|
2014-09-03 02:25:29 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox">
|
2014-04-30 01:43:11 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label" translatable="yes">Row 3</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="hexpand">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkImage" id="listboxrow3image">
|
|
|
|
<property name="icon-name">object-select-symbolic</property>
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="opacity">0</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkListBoxRow" id="listboxrow4">
|
2020-05-13 23:21:50 +00:00
|
|
|
<property name="activatable">0</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2014-04-30 01:43:11 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label" translatable="yes">Row 4</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="hexpand">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-08-23 07:40:02 +00:00
|
|
|
<object class="GtkSpinButton">
|
|
|
|
<property name="adjustment">adjustment1</property>
|
|
|
|
<property name="hexpand">1</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">center</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkListBoxRow" id="listboxrow5">
|
|
|
|
<property name="activatable">0</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2014-04-30 01:43:11 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label" translatable="yes">Row 5</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="hexpand">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkButton" id="listboxrow5button">
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="icon-name">appointment-soon-symbolic</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkListBoxRow" id="listboxrow6">
|
|
|
|
<property name="activatable">0</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2014-04-30 01:43:11 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label" translatable="yes">Row 6</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="hexpand">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkCheckButton">
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">center</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2020-04-27 00:35:51 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkListBoxRow" id="listboxrow7">
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label" translatable="yes">Row 7</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="hexpand">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkListBoxRow" id="listboxrow8">
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label" translatable="yes">Row 8</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="valign">center</property>
|
2020-08-17 11:18:07 +00:00
|
|
|
|
2020-04-27 00:35:51 +00:00
|
|
|
<property name="hexpand">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">10</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkFrame" id="page2frame2">
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
2019-06-08 15:28:22 +00:00
|
|
|
<child>
|
2019-06-09 16:19:07 +00:00
|
|
|
<object class="GtkPopoverMenuBar">
|
2019-06-08 15:28:22 +00:00
|
|
|
<property name="menu-model">menu_bar_model</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-30 01:43:11 +00:00
|
|
|
<child>
|
2020-02-03 04:07:45 +00:00
|
|
|
<object class="GtkBox" id="toolbar">
|
2020-05-04 14:50:34 +00:00
|
|
|
<style>
|
|
|
|
<class name="toolbar"/>
|
|
|
|
</style>
|
2019-02-07 08:23:02 +00:00
|
|
|
<child>
|
2020-02-03 04:07:45 +00:00
|
|
|
<object class="GtkButton">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="label" translatable="yes">New</property>
|
|
|
|
<property name="icon-name">document-new</property>
|
|
|
|
<property name="tooltip-text" translatable="yes">Create a new document</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-02-03 04:07:45 +00:00
|
|
|
<object class="GtkButton">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="label" translatable="yes">Save</property>
|
|
|
|
<property name="icon-name">document-save</property>
|
|
|
|
<property name="tooltip-text" translatable="yes">Save the current document</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-02-03 04:07:45 +00:00
|
|
|
<object class="GtkSeparator"/>
|
2019-02-07 08:23:02 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2020-02-03 04:07:45 +00:00
|
|
|
<object class="GtkButton">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="label" translatable="yes">Search</property>
|
|
|
|
<property name="icon-name">edit-find</property>
|
|
|
|
<property name="action-name">win.search</property>
|
|
|
|
<property name="tooltip-text" translatable="yes">Search for it</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-02-03 04:07:45 +00:00
|
|
|
<object class="GtkButton">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="label" translatable="yes">Insert</property>
|
|
|
|
<property name="icon-name">insert-image</property>
|
|
|
|
<property name="tooltip-text" translatable="yes">Insert something</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2018-07-17 19:50:19 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkSearchBar" id="searchbar">
|
|
|
|
<child>
|
|
|
|
<object class="GtkSearchEntry"/>
|
|
|
|
</child>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2015-03-16 02:54:02 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkInfoBar" id="infobar">
|
|
|
|
<property name="visible">0</property>
|
|
|
|
<property name="show-close-button">1</property>
|
2019-08-28 06:13:18 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label">You wanted to delete something.</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2015-03-16 02:54:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-30 01:43:11 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
<property name="vexpand">1</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="MyTextView" id="text3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="buffer">textbuffer1</property>
|
|
|
|
<property name="wrap-mode">2</property>
|
|
|
|
<property name="left-margin">10</property>
|
|
|
|
<property name="right-margin">10</property>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-10-06 11:59:59 +00:00
|
|
|
<child>
|
2019-11-27 22:41:44 +00:00
|
|
|
<object class="GtkSeparator"/>
|
2019-10-06 11:59:59 +00:00
|
|
|
</child>
|
2014-04-30 01:43:11 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkStatusbar" id="statusbar"/>
|
2014-04-30 01:43:11 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-06 06:52:53 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="spacing">10</property>
|
2020-02-25 23:25:52 +00:00
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<property name="vexpand">1</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkFrame" id="panedframe1">
|
2020-02-25 23:25:52 +00:00
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<property name="vexpand">1</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkPaned">
|
|
|
|
<style>
|
|
|
|
<class name="view"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label">Left</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label">Right</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-06 06:52:53 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkFrame" id="panedframe2">
|
2020-02-25 23:25:52 +00:00
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<property name="vexpand">1</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkPaned">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<style>
|
|
|
|
<class name="view"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label">Top</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label">Bottom</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-06 06:52:53 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-04-30 01:43:11 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-06 06:52:53 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox" id="filler2">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">10</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkCalendar">
|
|
|
|
<property name="halign">center</property>
|
2014-05-06 06:52:53 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-07-10 10:31:45 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkExpander" id="expander1">
|
|
|
|
<property name="expanded">1</property>
|
2014-07-12 07:31:29 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
2014-07-12 16:54:21 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow3">
|
2020-04-17 03:25:06 +00:00
|
|
|
<property name="has-frame">1</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="margin-top">6</property>
|
|
|
|
<property name="height-request">226</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkIconView" id="iconview1">
|
|
|
|
<property name="selection-mode">multiple</property>
|
|
|
|
<property name="model">iconsmodel</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererPixbuf" id="iconviewcell"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="icon-name">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2014-07-12 16:54:21 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2020-02-03 04:07:45 +00:00
|
|
|
<object class="GtkBox">
|
2019-02-07 08:23:02 +00:00
|
|
|
<style>
|
2020-02-03 04:07:45 +00:00
|
|
|
<class name="linked"/>
|
2019-02-07 08:23:02 +00:00
|
|
|
</style>
|
|
|
|
<child>
|
2020-02-03 04:07:45 +00:00
|
|
|
<object class="GtkButton" id="decrease_button">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="icon-name">zoom-out-symbolic</property>
|
|
|
|
<property name="tooltip-text">Normal icons</property>
|
|
|
|
<signal name="clicked" handler="decrease_icon_size" object="iconview1" swapped="yes"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-02-03 04:07:45 +00:00
|
|
|
<object class="GtkButton" id="increase_button">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="icon-name">zoom-in-symbolic</property>
|
|
|
|
<property name="tooltip-text">Large icons</property>
|
|
|
|
<signal name="clicked" handler="increase_icon_size" object="iconview1" swapped="yes"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-02-03 04:07:45 +00:00
|
|
|
<object class="GtkButton" id="reset_button">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="icon-name">zoom-original-symbolic</property>
|
|
|
|
<property name="tooltip-text">Inherited icon size</property>
|
|
|
|
<signal name="clicked" handler="reset_icon_size" object="iconview1" swapped="yes"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2014-07-12 16:54:21 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
2014-07-12 07:31:29 +00:00
|
|
|
</child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<child type="label">
|
|
|
|
<object class="GtkLabel" id="label19">
|
|
|
|
<property name="label" translatable="yes">Expander</property>
|
2014-07-12 16:54:21 +00:00
|
|
|
</object>
|
2014-07-12 07:31:29 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
2014-07-10 10:31:45 +00:00
|
|
|
</child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="info_dialog_button">
|
|
|
|
<property name="label" translatable="yes">_Inform</property>
|
|
|
|
<property name="use-underline">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="action_dialog_button">
|
|
|
|
<property name="label" translatable="yes">_Act</property>
|
|
|
|
<property name="use-underline">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="preference_dialog_button">
|
|
|
|
<property name="label" translatable="yes">_Configure</property>
|
|
|
|
<property name="use-underline">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="selection_dialog_button">
|
2020-05-28 12:32:03 +00:00
|
|
|
<property name="label" translatable="yes">S_elect</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="use-underline">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-07-10 10:31:45 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2019-02-07 08:23:02 +00:00
|
|
|
</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkStackPage">
|
|
|
|
<property name="name">page3</property>
|
2020-04-30 23:18:09 +00:00
|
|
|
<property name="title" translatable="yes">Page _3</property>
|
|
|
|
<property name="use-underline">1</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="child">
|
2014-10-03 03:38:58 +00:00
|
|
|
<object class="GtkBox">
|
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">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">10</property>
|
2014-10-03 03:38:58 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">4</property>
|
2014-10-03 03:38:58 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
<property name="hscrollbar-policy">never</property>
|
|
|
|
<property name="vscrollbar-policy">always</property>
|
|
|
|
<property name="height-request">300</property>
|
2020-04-17 03:25:06 +00:00
|
|
|
<property name="has-frame">1</property>
|
2014-10-03 03:38:58 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkTreeView" id="charletree">
|
|
|
|
<property name="enable-grid-lines">vertical</property>
|
|
|
|
<property name="enable-tree-lines">1</property>
|
|
|
|
<property name="rubber-banding">1</property>
|
|
|
|
<property name="model">charlemodel</property>
|
|
|
|
<child internal-child="selection">
|
|
|
|
<object class="GtkTreeSelection">
|
|
|
|
<property name="mode">multiple</property>
|
2015-08-10 22:09:39 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
<property name="title" translatable="yes">Name</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
2015-08-10 22:09:39 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
<property name="title" translatable="yes">Birth</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">1</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
2015-08-10 22:09:39 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
<property name="title" translatable="yes">Death</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">2</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
2015-08-10 22:09:39 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-03 03:38:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="selectable">1</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="use-markup">1</property>
|
|
|
|
<property name="label" translatable="yes"><small>Data source: <a href="http://en.wikipedia.org/wiki/Charlemagne#Ancestry">Wikipedia</a></small></property>
|
2014-10-03 03:38:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
<property name="hscrollbar-policy">never</property>
|
|
|
|
<property name="vexpand">1</property>
|
2020-04-17 03:25:06 +00:00
|
|
|
<property name="has-frame">1</property>
|
2014-10-03 03:38:58 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkListBox" id="munsell">
|
|
|
|
<property name="selection-mode">multiple</property>
|
|
|
|
<property name="activate-on-single-click">0</property>
|
2014-10-03 03:38:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-03 05:03:52 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">10</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="spacing">6</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox" id="lockbox">
|
2019-06-05 19:36:35 +00:00
|
|
|
<property name="hexpand">1</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="spacing">6</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkMenuButton" id="open_menubutton">
|
2014-10-03 05:03:52 +00:00
|
|
|
<property name="halign">center</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="popover">open_popover</property>
|
2019-05-19 04:14:56 +00:00
|
|
|
<property name="label">Open</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkToggleButton" id="record_button">
|
2014-10-03 05:03:52 +00:00
|
|
|
<property name="halign">center</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<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 05:03:52 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="spacing">6</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="valign">baseline</property>
|
|
|
|
<property name="icon-name">media-record-symbolic</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="valign">baseline</property>
|
|
|
|
<property name="label">Record</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<style>
|
|
|
|
<class name="linked"/>
|
|
|
|
</style>
|
2014-10-16 01:42:12 +00:00
|
|
|
<child>
|
2020-08-31 02:17:02 +00:00
|
|
|
<object class="GtkToggleButton" id="grid_button">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="active">1</property>
|
|
|
|
<property name="icon-name">view-grid-symbolic</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-16 01:42:12 +00:00
|
|
|
<child>
|
2020-08-31 02:17:02 +00:00
|
|
|
<object class="GtkToggleButton" id="list_button">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="group">grid_button</property>
|
|
|
|
<property name="icon-name">view-list-symbolic</property>
|
2014-10-03 05:03:52 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-04 19:00:10 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkButton" id="circular_button">
|
|
|
|
<property name="icon-name">emblem-system-symbolic</property>
|
2014-10-04 19:00:10 +00:00
|
|
|
<style>
|
2019-02-07 08:23:02 +00:00
|
|
|
<class name="circular"/>
|
2014-10-04 19:00:10 +00:00
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-03 05:03:52 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLockButton" id="lockbutton"/>
|
|
|
|
</child>
|
2019-06-05 19:36:35 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkMenuButton">
|
|
|
|
<property name="icon-name">view-more-symbolic</property>
|
2020-04-17 13:07:17 +00:00
|
|
|
<property name="menu-model">new_style_menu_model</property>
|
2019-06-05 19:36:35 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-03 05:03:52 +00:00
|
|
|
</object>
|
2014-10-16 01:42:12 +00:00
|
|
|
</child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkFrame">
|
2014-10-16 01:42:12 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox">
|
2014-10-16 01:42:12 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkStackSidebar">
|
|
|
|
<property name="stack">sidebar_stack</property>
|
2014-10-16 01:42:12 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkStack" id="sidebar_stack">
|
|
|
|
<child>
|
|
|
|
<object class="GtkStackPage">
|
|
|
|
<property name="name">id</property>
|
|
|
|
<property name="title">Identity</property>
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
2020-02-26 01:57:20 +00:00
|
|
|
<property name="margin-start">20</property>
|
|
|
|
<property name="margin-end">20</property>
|
|
|
|
<property name="margin-top">20</property>
|
|
|
|
<property name="margin-bottom">20</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="spacing">10</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry">
|
|
|
|
<property name="placeholder-text">First Name</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry">
|
|
|
|
<property name="placeholder-text">Last Name</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkStackPage">
|
|
|
|
<property name="name">bd</property>
|
|
|
|
<property name="title">Birthdate</property>
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
2020-02-26 01:57:20 +00:00
|
|
|
<property name="margin-start">20</property>
|
|
|
|
<property name="margin-end">20</property>
|
|
|
|
<property name="margin-top">20</property>
|
|
|
|
<property name="margin-bottom">20</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="spacing">10</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="spacing">2</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkComboBoxText">
|
|
|
|
<property name="active">9</property>
|
|
|
|
<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">
|
|
|
|
<property name="active">9</property>
|
|
|
|
<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">
|
|
|
|
<property name="placeholder-text">Year</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkStackPage">
|
|
|
|
<property name="name">ad</property>
|
|
|
|
<property name="title">Address</property>
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
2020-02-26 01:57:20 +00:00
|
|
|
<property name="margin-start">20</property>
|
|
|
|
<property name="margin-end">20</property>
|
|
|
|
<property name="margin-top">20</property>
|
|
|
|
<property name="margin-bottom">20</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<style>
|
|
|
|
<class name="linked"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry">
|
|
|
|
<property name="placeholder-text">Street</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry">
|
|
|
|
<property name="placeholder-text">City</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry">
|
|
|
|
<property name="placeholder-text">Province</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkStackPage">
|
|
|
|
<property name="name">pg</property>
|
|
|
|
<property name="title">Pages</property>
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
2020-02-26 01:57:20 +00:00
|
|
|
<property name="margin-start">20</property>
|
|
|
|
<property name="margin-end">20</property>
|
|
|
|
<property name="margin-top">20</property>
|
|
|
|
<property name="margin-bottom">20</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<style>
|
|
|
|
<class name="linked"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkComboBoxText" id="page_combo">
|
|
|
|
<property name="active">0</property>
|
|
|
|
<signal name="changed" handler="on_page_combo_changed"/>
|
|
|
|
<items>
|
|
|
|
<item>Range</item>
|
|
|
|
<item>All</item>
|
|
|
|
<item>Current</item>
|
|
|
|
<item>-</item>
|
|
|
|
<item>None</item>
|
|
|
|
</items>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSpinButton" id="range_from_spin">
|
|
|
|
<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">
|
|
|
|
<property name="adjustment">pg_adjustment2</property>
|
|
|
|
<signal name="value-changed" handler="on_range_to_changed"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="print_button">
|
|
|
|
<property name="label">Print</property>
|
2020-04-26 14:19:44 +00:00
|
|
|
<property name="action-name">win.print</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-16 01:42:12 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-16 01:42:12 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<child>
|
2020-02-03 04:07:45 +00:00
|
|
|
<object class="GtkBox">
|
2014-10-16 01:42:12 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2020-04-27 01:13:16 +00:00
|
|
|
<style>
|
|
|
|
<class name="linked"/>
|
|
|
|
</style>
|
2014-10-16 01:42:12 +00:00
|
|
|
<child>
|
2020-02-03 04:07:45 +00:00
|
|
|
<object class="GtkButton" id="toolbutton1">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="icon-name">document-open-symbolic</property>
|
2020-04-27 01:13:16 +00:00
|
|
|
<property name="focus-on-click">0</property>
|
|
|
|
<property name="tooltip-text" translatable="yes">Insert ⌘</property>
|
2014-10-16 01:42:12 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-02-03 04:07:45 +00:00
|
|
|
<object class="GtkButton" id="toolbutton2">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="icon-name">send-to-symbolic</property>
|
2020-04-27 01:13:16 +00:00
|
|
|
<property name="focus-on-click">0</property>
|
|
|
|
<property name="tooltip-text" translatable="yes">Insert ⚽</property>
|
2014-10-16 01:42:12 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-02-03 04:07:45 +00:00
|
|
|
<object class="GtkButton" id="toolbutton3">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="icon-name">view-fullscreen-symbolic</property>
|
2020-04-27 01:13:16 +00:00
|
|
|
<property name="focus-on-click">0</property>
|
|
|
|
<property name="tooltip-text" translatable="yes">Insert ⤢</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-02-03 04:07:45 +00:00
|
|
|
<object class="GtkButton" id="toolbutton4">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="icon-name">star-new-symbolic</property>
|
2020-04-27 01:13:16 +00:00
|
|
|
<property name="focus-on-click">0</property>
|
|
|
|
<property name="tooltip-text" translatable="yes">Insert ☆</property>
|
2014-10-16 01:42:12 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkScrolledWindow">
|
2020-04-27 01:13:16 +00:00
|
|
|
<property name="has-frame">1</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTextView" id="tooltextview"/>
|
|
|
|
</child>
|
2014-10-16 01:42:12 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-20 22:44:56 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2014-11-05 05:27:13 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<style>
|
|
|
|
<class name="linked"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="cutbutton">
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="icon-name">edit-cut-symbolic</property>
|
2020-04-27 01:13:16 +00:00
|
|
|
<property name="focus-on-click">0</property>
|
|
|
|
<property name="tooltip-text" translatable="yes">Cut</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="copybutton">
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="icon-name">edit-copy-symbolic</property>
|
2020-04-27 01:13:16 +00:00
|
|
|
<property name="focus-on-click">0</property>
|
|
|
|
<property name="tooltip-text" translatable="yes">Copy</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="pastebutton">
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="icon-name">edit-paste-symbolic</property>
|
2020-04-27 01:13:16 +00:00
|
|
|
<property name="focus-on-click">0</property>
|
|
|
|
<property name="tooltip-text" translatable="yes">Paste</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-11-05 05:27:13 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkButton" id="deletebutton">
|
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="valign">end</property>
|
|
|
|
<property name="icon-name">edit-delete-symbolic</property>
|
2020-04-27 01:13:16 +00:00
|
|
|
<property name="focus-on-click">0</property>
|
|
|
|
<property name="tooltip-text" translatable="yes">Delete</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>
|
|
|
|
</child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkOverlay">
|
|
|
|
<child type="overlay">
|
2020-02-03 04:07:45 +00:00
|
|
|
<object class="GtkBox" id="totem_like_osd">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="visible">0</property>
|
|
|
|
<property name="opacity">0.9</property>
|
2020-02-26 01:57:20 +00:00
|
|
|
<property name="margin-start">20</property>
|
|
|
|
<property name="margin-end">20</property>
|
|
|
|
<property name="margin-top">20</property>
|
|
|
|
<property name="margin-bottom">20</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="valign">end</property>
|
|
|
|
<style>
|
|
|
|
<class name="osd"/>
|
|
|
|
</style>
|
2014-10-20 22:44:56 +00:00
|
|
|
<child>
|
2020-02-03 04:07:45 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<style>
|
|
|
|
<class name="linked"/>
|
|
|
|
</style>
|
2019-02-07 08:23:02 +00:00
|
|
|
<child>
|
2020-02-03 04:07:45 +00:00
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="icon-name">pan-start-symbolic</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-02-03 04:07:45 +00:00
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="icon-name">pan-end-symbolic</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-02-03 04:07:45 +00:00
|
|
|
<object class="GtkScale">
|
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<property name="draw-value">0</property>
|
|
|
|
<property name="adjustment">adjustment1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkVolumeButton">
|
|
|
|
<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>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkFrame" id="osd_frame">
|
2014-10-20 22:44:56 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkPaned">
|
|
|
|
<property name="wide-handle">1</property>
|
2014-11-05 05:27:13 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkNotebook">
|
|
|
|
<property name="show-border">0</property>
|
2019-04-22 15:36:42 +00:00
|
|
|
<child type="action-end">
|
|
|
|
<object class="GtkMenuButton">
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="popover">notebook_info_popover2</property>
|
|
|
|
<property name="icon-name">emblem-important-symbolic</property>
|
2020-04-17 04:31:50 +00:00
|
|
|
<property name="has-frame">0</property>
|
2019-04-22 15:36:42 +00:00
|
|
|
<style>
|
|
|
|
<class name="circular"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2017-04-23 07:30:17 +00:00
|
|
|
<child>
|
2019-02-21 04:05:37 +00:00
|
|
|
<object class="GtkNotebookPage">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="tab-expand">1</property>
|
2019-02-21 04:05:37 +00:00
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox" id="closable_page_1">
|
|
|
|
<property name="height-request">120</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
2019-02-21 04:05:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="tab">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label" translatable="yes">Page 1</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="hexpand">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton">
|
2020-04-17 04:20:09 +00:00
|
|
|
<property name="has-frame">0</property>
|
2019-02-21 04:05:37 +00:00
|
|
|
<property name="focus-on-click">0</property>
|
|
|
|
<property name="icon-name">window-close-symbolic</property>
|
|
|
|
<signal name="clicked" handler="tab_close_cb" object="closable_page_1"/>
|
|
|
|
<style>
|
|
|
|
<class name="small-button"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
2019-02-21 04:05:37 +00:00
|
|
|
</property>
|
2015-03-16 02:42:44 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-21 04:05:37 +00:00
|
|
|
<object class="GtkNotebookPage">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="tab-expand">1</property>
|
2019-02-21 04:05:37 +00:00
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox" id="closable_page_2">
|
|
|
|
<property name="vexpand">1</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
2019-02-21 04:05:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="tab">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label" translatable="yes">Page 2</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="hexpand">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton">
|
2020-04-17 04:20:09 +00:00
|
|
|
<property name="has-frame">0</property>
|
2019-02-21 04:05:37 +00:00
|
|
|
<property name="focus-on-click">0</property>
|
|
|
|
<property name="icon-name">window-close-symbolic</property>
|
|
|
|
<signal name="clicked" handler="tab_close_cb" object="closable_page_2"/>
|
|
|
|
<style>
|
|
|
|
<class name="small-button"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
2019-02-21 04:05:37 +00:00
|
|
|
</property>
|
2015-03-16 02:42:44 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-11-05 05:27:13 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkNotebook">
|
|
|
|
<property name="show-border">0</property>
|
2017-04-23 07:30:17 +00:00
|
|
|
<child>
|
2019-02-21 04:05:37 +00:00
|
|
|
<object class="GtkNotebookPage">
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="vexpand">1</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<property name="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label" translatable="yes">Page 3</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
2015-03-16 02:42:44 +00:00
|
|
|
</object>
|
|
|
|
</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>
|
2019-05-29 17:10:46 +00:00
|
|
|
<object class="GtkGestureClick">
|
2019-02-07 08:23:02 +00:00
|
|
|
<signal name="pressed" handler="osd_frame_pressed" object="osd_frame" swapped="no"/>
|
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>
|
2015-06-13 16:02:33 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2015-11-07 18:17:17 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">10</property>
|
2015-11-07 18:17:17 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2020-04-26 14:00:14 +00:00
|
|
|
<property name="halign">fill</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkEntry">
|
2020-04-26 14:00:14 +00:00
|
|
|
<property name="hexpand">1</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="placeholder-text" translatable="yes">Name…</property>
|
|
|
|
<property name="completion">name_completion</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry">
|
2020-04-26 14:00:14 +00:00
|
|
|
<property name="hexpand">1</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="show-emoji-icon">1</property>
|
|
|
|
<property name="placeholder-text" translatable="yes">Age…</property>
|
2020-08-12 17:41:53 +00:00
|
|
|
<signal name="notify::text" handler="age_entry_changed"/>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<style>
|
|
|
|
<class name="linked"/>
|
|
|
|
</style>
|
2015-11-07 18:17:17 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkNotebook">
|
|
|
|
<property name="scrollable">1</property>
|
|
|
|
<child type="action-end">
|
|
|
|
<object class="GtkMenuButton">
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="popover">notebook_info_popover</property>
|
|
|
|
<property name="icon-name">emblem-important-symbolic</property>
|
2020-04-17 04:31:50 +00:00
|
|
|
<property name="has-frame">0</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<style>
|
|
|
|
<class name="circular"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-21 04:05:37 +00:00
|
|
|
<object class="GtkNotebookPage">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="tab-expand">1</property>
|
2019-02-21 04:05:37 +00:00
|
|
|
<property name="child">
|
2019-06-07 01:25:59 +00:00
|
|
|
<object class="GtkBox" id="box_for_context">
|
2019-02-21 04:05:37 +00:00
|
|
|
<property name="height-request">120</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<property name="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label" translatable="yes">Page 1</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-21 04:05:37 +00:00
|
|
|
<object class="GtkNotebookPage">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="tab-expand">1</property>
|
2019-02-21 04:05:37 +00:00
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="height-request">40</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<property name="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label" translatable="yes">Page 2</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-21 04:05:37 +00:00
|
|
|
<object class="GtkNotebookPage">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="tab-expand">1</property>
|
2019-02-21 04:05:37 +00:00
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox"/>
|
|
|
|
</property>
|
|
|
|
<property name="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label" translatable="yes">Page 3</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-21 04:05:37 +00:00
|
|
|
<object class="GtkNotebookPage">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="tab-expand">1</property>
|
2019-02-21 04:05:37 +00:00
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox"/>
|
|
|
|
</property>
|
|
|
|
<property name="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label" translatable="yes">Page 4</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-21 04:05:37 +00:00
|
|
|
<object class="GtkNotebookPage">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="tab-expand">1</property>
|
2019-02-21 04:05:37 +00:00
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox"/>
|
|
|
|
</property>
|
|
|
|
<property name="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label" translatable="yes">Page 5</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2015-11-07 18:17:17 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkColorChooserWidget" id="cchooser">
|
|
|
|
<property name="show-editor">1</property>
|
2015-11-07 18:17:17 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-07-10 10:31:45 +00:00
|
|
|
</object>
|
2019-02-07 08:23:02 +00:00
|
|
|
</property>
|
2014-06-18 17:36:23 +00:00
|
|
|
</object>
|
|
|
|
</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>
|
2015-09-14 03:26:16 +00:00
|
|
|
<property name="text" translatable="yes">Do something?</property>
|
|
|
|
<property name="secondary-text" translatable="yes">If you do something,
|
2014-06-05 22:07:32 +00:00
|
|
|
bad things might happen.</property>
|
2017-12-31 17:56:02 +00:00
|
|
|
<property name="hide-on-close">1</property>
|
2014-06-05 22:07:32 +00:00
|
|
|
<child type="action">
|
|
|
|
<object class="GtkButton" id="cancel_info_dialog">
|
2015-09-14 03:26:16 +00:00
|
|
|
<property name="label" translatable="yes">_Cancel</property>
|
2018-01-18 22:46:58 +00:00
|
|
|
<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-14 03:26:16 +00:00
|
|
|
<property name="label" translatable="yes">_Do It</property>
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="use-underline">1</property>
|
2014-06-05 22:07:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2020-08-07 03:45:30 +00:00
|
|
|
|
2014-06-05 22:07:32 +00:00
|
|
|
<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-14 03:26:16 +00:00
|
|
|
<property name="title" translatable="yes">Zelda</property>
|
2017-12-31 17:56:02 +00:00
|
|
|
<property name="hide-on-close">1</property>
|
2019-04-27 03:47:28 +00:00
|
|
|
<property name="default-widget">act_action_dialog</property>
|
2018-12-26 08:00:08 +00:00
|
|
|
<child internal-child="content_area">
|
2014-06-05 22:07:32 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2020-02-26 01:57:20 +00:00
|
|
|
<property name="margin-start">20</property>
|
|
|
|
<property name="margin-end">20</property>
|
|
|
|
<property name="margin-top">20</property>
|
|
|
|
<property name="margin-bottom">20</property>
|
2015-09-14 03:26:16 +00:00
|
|
|
<property name="label" translatable="yes">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-14 03:26:16 +00:00
|
|
|
<property name="label" translatable="yes">_Run</property>
|
2018-01-18 22:46:58 +00:00
|
|
|
<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-14 03:26:16 +00:00
|
|
|
<property name="label" translatable="yes">_Act</property>
|
2018-01-18 22:46:58 +00:00
|
|
|
<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-14 03:26:16 +00:00
|
|
|
<property name="title" translatable="yes">Settings</property>
|
2017-12-31 17:56:02 +00:00
|
|
|
<property name="hide-on-close">1</property>
|
2018-12-26 08:00:08 +00:00
|
|
|
<child internal-child="content_area">
|
2014-06-05 22:07:32 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<child>
|
2014-07-07 03:10:44 +00:00
|
|
|
<object class="GtkGrid">
|
|
|
|
<property name="row-spacing">10</property>
|
|
|
|
<property name="column-spacing">10</property>
|
2020-02-26 01:57:20 +00:00
|
|
|
<property name="margin-start">20</property>
|
|
|
|
<property name="margin-end">20</property>
|
|
|
|
<property name="margin-top">20</property>
|
|
|
|
<property name="margin-bottom">20</property>
|
2014-07-07 03:10:44 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<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>
|
2019-12-10 02:29:03 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">0</property>
|
|
|
|
<property name="row">0</property>
|
2019-12-10 02:29:03 +00:00
|
|
|
</layout>
|
2014-07-07 03:10:44 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-10-24 12:30:10 +00:00
|
|
|
<object class="GtkEntry" id="details_entry">
|
2014-07-07 03:10:44 +00:00
|
|
|
<property name="valign">baseline</property>
|
2020-09-13 04:14:30 +00:00
|
|
|
<signal name="notify::text" handler="validate_more_details" object="more_details_entry" swapped="yes"/>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">1</property>
|
|
|
|
<property name="row">0</property>
|
2020-08-12 17:41:53 +00:00
|
|
|
<property name="column-span">2</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2014-07-07 03:10:44 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<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>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">0</property>
|
|
|
|
<property name="row">1</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2014-07-07 03:10:44 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-10-24 12:30:10 +00:00
|
|
|
<object class="GtkEntry" id="more_details_entry">
|
2014-07-07 03:10:44 +00:00
|
|
|
<property name="valign">baseline</property>
|
2020-08-12 17:41:53 +00:00
|
|
|
<signal name="notify::text" handler="validate_more_details" object="details_entry" swapped="no"/>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">1</property>
|
|
|
|
<property name="row">1</property>
|
2020-08-12 17:41:53 +00:00
|
|
|
<property name="column-span">2</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2014-07-07 03:10:44 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<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>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">0</property>
|
|
|
|
<property name="row">2</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2014-07-07 03:10:44 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-10-24 12:30:10 +00:00
|
|
|
<object class="GtkScale" id="level_scale">
|
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>
|
2020-08-15 12:26:28 +00:00
|
|
|
<signal name="value-changed" handler="level_scale_value_changed"/>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">1</property>
|
|
|
|
<property name="row">2</property>
|
2020-08-12 17:41:53 +00:00
|
|
|
<property name="column-span">2</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2014-07-07 03:10:44 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<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>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">0</property>
|
|
|
|
<property name="row">3</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2014-07-07 03:10:44 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-10-24 12:30:10 +00:00
|
|
|
<object class="GtkSwitch" id="mode_switch">
|
2014-07-07 03:10:44 +00:00
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="valign">baseline</property>
|
2020-08-15 12:26:28 +00:00
|
|
|
<signal name="state-set" handler="mode_switch_state_set"/>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">1</property>
|
|
|
|
<property name="row">3</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2014-07-07 03:10:44 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2020-08-12 17:41:53 +00:00
|
|
|
<child>
|
2020-08-15 12:26:28 +00:00
|
|
|
<object class="GtkLabel" id="error_label">
|
2020-08-12 17:41:53 +00:00
|
|
|
<property name="visible">0</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="valign">baseline</property>
|
2020-08-15 12:26:28 +00:00
|
|
|
<property name="label">Level too low</property>
|
2020-08-12 17:41:53 +00:00
|
|
|
<style>
|
|
|
|
<class name="error"/>
|
|
|
|
</style>
|
|
|
|
<layout>
|
|
|
|
<property name="column">2</property>
|
|
|
|
<property name="row">3</property>
|
|
|
|
</layout>
|
|
|
|
</object>
|
|
|
|
</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-14 03:26:16 +00:00
|
|
|
<property name="title" translatable="yes">Choose one</property>
|
2017-12-31 17:56:02 +00:00
|
|
|
<property name="hide-on-close">1</property>
|
2019-04-27 03:47:28 +00:00
|
|
|
<property name="default-widget">select_selection_dialog</property>
|
2018-12-26 08:00:08 +00:00
|
|
|
<child internal-child="content_area">
|
2014-08-13 00:22:14 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<child>
|
2014-08-13 02:14:21 +00:00
|
|
|
<object class="GtkFlowBox" id="selection_flowbox">
|
|
|
|
<property name="row-spacing">10</property>
|
|
|
|
<property name="column-spacing">10</property>
|
2020-02-26 01:57:20 +00:00
|
|
|
<property name="margin-start">10</property>
|
|
|
|
<property name="margin-end">10</property>
|
|
|
|
<property name="margin-top">10</property>
|
|
|
|
<property name="margin-bottom">10</property>
|
2014-08-13 02:14:21 +00:00
|
|
|
<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-14 03:26:16 +00:00
|
|
|
<property name="label" translatable="yes">_Cancel</property>
|
2018-01-18 22:46:58 +00:00
|
|
|
<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-14 03:26:16 +00:00
|
|
|
<property name="label" translatable="yes">_Select</property>
|
2018-01-18 22:46:58 +00:00
|
|
|
<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">
|
|
|
|
<child>
|
|
|
|
<object class="GtkGrid">
|
2020-02-26 01:57:20 +00:00
|
|
|
<property name="margin-start">10</property>
|
|
|
|
<property name="margin-end">10</property>
|
|
|
|
<property name="margin-top">10</property>
|
|
|
|
<property name="margin-bottom">10</property>
|
2015-06-13 17:45:57 +00:00
|
|
|
<property name="row-spacing">10</property>
|
|
|
|
<property name="column-spacing">10</property>
|
|
|
|
<child>
|
2018-03-19 15:29:25 +00:00
|
|
|
<object class="GtkLabel" id="title_label">
|
2015-06-13 17:45:57 +00:00
|
|
|
<property name="label">Title:</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2018-03-19 15:29:25 +00:00
|
|
|
<object class="GtkLabel" id="description_label">
|
2015-06-13 17:45:57 +00:00
|
|
|
<property name="valign">start</property>
|
|
|
|
<property name="label">Description:</property>
|
|
|
|
<property name="xalign">1</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="row">1</property>
|
2020-08-21 20:22:59 +00:00
|
|
|
<property name="column">0</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2015-06-13 17:45:57 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
<property name="valign">start</property>
|
2020-04-17 03:25:06 +00:00
|
|
|
<property name="has-frame">1</property>
|
2015-06-13 17:45:57 +00:00
|
|
|
<property name="min-content-height">70</property>
|
2016-06-06 18:33:25 +00:00
|
|
|
<property name="max-content-height">120</property>
|
|
|
|
<property name="min-content-width">100</property>
|
|
|
|
<property name="max-content-width">100</property>
|
2015-06-13 17:45:57 +00:00
|
|
|
<child>
|
2018-03-19 15:29:25 +00:00
|
|
|
<object class="GtkTextView" id="open_popover_textview">
|
|
|
|
</object>
|
2015-06-13 17:45:57 +00:00
|
|
|
</child>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">1</property>
|
|
|
|
<property name="row">1</property>
|
2019-04-23 19:00:44 +00:00
|
|
|
<property name="column-span">2</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2015-06-13 17:45:57 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="open_popover_entry">
|
2015-09-09 21:32:47 +00:00
|
|
|
<property name="activates-default">1</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-21 20:22:59 +00:00
|
|
|
<property name="row">0</property>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">1</property>
|
2019-04-23 19:00:44 +00:00
|
|
|
<property name="column-span">2</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2015-06-13 17:45:57 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2019-04-27 18:00:22 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkExpander">
|
|
|
|
<child type="label">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label">Extra Info</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-05-24 11:38:54 +00:00
|
|
|
<object class="GtkEntry" id="extra_info_entry">
|
2019-04-27 18:00:22 +00:00
|
|
|
<property name="placeholder-text">Tell me anything…</property>
|
2019-05-24 11:38:54 +00:00
|
|
|
<property name="progress-fraction">0.2</property>
|
2019-04-27 18:00:22 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">1</property>
|
|
|
|
<property name="row">2</property>
|
2019-04-27 18:00:22 +00:00
|
|
|
<property name="column-span">2</property>
|
|
|
|
</layout>
|
|
|
|
</object>
|
|
|
|
</child>
|
2015-06-13 17:45:57 +00:00
|
|
|
<child>
|
2019-04-23 19:00:44 +00:00
|
|
|
<object class="GtkMenuButton">
|
2015-06-13 17:45:57 +00:00
|
|
|
<property name="halign">end</property>
|
2019-04-23 19:00:44 +00:00
|
|
|
<property name="icon-name">emblem-system-symbolic</property>
|
2020-11-03 15:23:34 +00:00
|
|
|
<property name="menu-model">gear_menu_model</property>
|
2019-07-30 05:05:45 +00:00
|
|
|
<property name="tooltip-text">This is a menu button</property>
|
2019-04-23 19:00:44 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">1</property>
|
|
|
|
<property name="row">3</property>
|
2019-04-23 19:00:44 +00:00
|
|
|
</layout>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="open_popover_button">
|
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>
|
2015-06-13 17:45:57 +00:00
|
|
|
<style>
|
|
|
|
<class name="suggested-action"/>
|
|
|
|
</style>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">2</property>
|
|
|
|
<property name="row">3</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
</layout>
|
2015-06-13 17:45:57 +00:00
|
|
|
</object>
|
|
|
|
</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"/>
|
2020-04-27 00:35:51 +00:00
|
|
|
<widget name="listboxrow7"/>
|
|
|
|
<widget name="listboxrow8"/>
|
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>
|
2015-11-07 18:17:17 +00:00
|
|
|
<object class="GtkPopover" id="notebook_info_popover">
|
2019-05-19 23:46:56 +00:00
|
|
|
<property name="autohide">0</property>
|
2015-11-07 18:17:17 +00:00
|
|
|
<child>
|
2019-04-22 15:36:42 +00:00
|
|
|
<object class="GtkLabel">
|
2015-11-07 18:17:17 +00:00
|
|
|
<property name="label">No updates at this time</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2019-04-23 19:00:44 +00:00
|
|
|
<object class="GtkPopover" id="notebook_info_popover3">
|
2019-05-19 23:46:56 +00:00
|
|
|
<property name="autohide">0</property>
|
2019-04-22 15:36:42 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2019-11-27 22:41:44 +00:00
|
|
|
<property name="label">You're in too deep!</property>
|
2019-04-22 15:36:42 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2019-04-23 19:00:44 +00:00
|
|
|
<object class="GtkPopover" id="notebook_info_popover2">
|
2019-05-19 23:46:56 +00:00
|
|
|
<property name="autohide">0</property>
|
2019-04-23 19:00:44 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label">Hidden gems:</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuButton">
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="popover">notebook_info_popover3</property>
|
|
|
|
<property name="icon-name">emblem-important-symbolic</property>
|
2020-04-17 04:31:50 +00:00
|
|
|
<property name="has-frame">0</property>
|
2019-04-23 19:00:44 +00:00
|
|
|
<style>
|
|
|
|
<class name="circular"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2019-11-27 22:41:44 +00:00
|
|
|
<object class="GtkPopover" id="new_style_menu">
|
2020-04-15 15:36:09 +00:00
|
|
|
<style><class name="menu"/></style>
|
2019-06-05 19:36:35 +00:00
|
|
|
<child>
|
2019-11-27 22:41:44 +00:00
|
|
|
<object class="GtkStack">
|
2019-06-05 19:36:35 +00:00
|
|
|
<child>
|
2019-11-27 22:41:44 +00:00
|
|
|
<object class="GtkStackPage">
|
|
|
|
<property name="name">main</property>
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<style>
|
|
|
|
<class name="circular-buttons"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="icon">
|
|
|
|
<object class="GThemedIcon">
|
|
|
|
<property name="name">printer-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<property name="iconic">1</property>
|
2020-04-26 14:19:44 +00:00
|
|
|
<property name="action-name">win.print</property>
|
2019-11-27 22:41:44 +00:00
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<style>
|
|
|
|
<class name="circular"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="icon">
|
|
|
|
<object class="GThemedIcon">
|
|
|
|
<property name="name">emblem-shared-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<property name="iconic">1</property>
|
|
|
|
<property name="action-name">app.share</property>
|
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<style>
|
|
|
|
<class name="circular"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator"/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="text">Open in New Window</property>
|
|
|
|
<property name="action-name">app.open-in</property>
|
|
|
|
<property name="indicator-size-group">main-indicators</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator"/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<style>
|
|
|
|
<class name="inline-buttons"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="cut_copy_paste_filler"/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label">Edit</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="hexpand">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="icon">
|
|
|
|
<object class="GThemedIcon">
|
|
|
|
<property name="name">edit-cut-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<property name="iconic">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="icon">
|
|
|
|
<object class="GThemedIcon">
|
|
|
|
<property name="name">edit-copy-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<property name="iconic">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="icon">
|
|
|
|
<object class="GThemedIcon">
|
|
|
|
<property name="name">edit-paste-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<property name="iconic">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator"/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="text">Pin</property>
|
|
|
|
<property name="action-name">app.pin</property>
|
|
|
|
<property name="indicator-size-group">main-indicators</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="text">Select Labels…</property>
|
|
|
|
<property name="action-name">app.labels</property>
|
|
|
|
<property name="indicator-size-group">main-indicators</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="text">Share…</property>
|
|
|
|
<property name="action-name">app.share</property>
|
|
|
|
<property name="indicator-size-group">main-indicators</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator"/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="text">Basement</property>
|
|
|
|
<property name="menu-name">basement</property>
|
|
|
|
<property name="indicator-size-group">main-indicators</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator"/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="text">Large</property>
|
|
|
|
<property name="action-name">app.size</property>
|
|
|
|
<property name="action-target">'large'</property>
|
|
|
|
<property name="indicator-size-group">main-indicators</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="text">Medium</property>
|
|
|
|
<property name="action-name">app.size</property>
|
|
|
|
<property name="action-target">'medium'</property>
|
|
|
|
<property name="indicator-size-group">main-indicators</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="text">Small</property>
|
|
|
|
<property name="action-name">app.size</property>
|
|
|
|
<property name="action-target">'small'</property>
|
|
|
|
<property name="indicator-size-group">main-indicators</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator"/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="text">Move to Trash</property>
|
|
|
|
<property name="action-name">win.delete</property>
|
|
|
|
<property name="indicator-size-group">main-indicators</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-06-05 19:36:35 +00:00
|
|
|
</object>
|
2019-11-27 22:41:44 +00:00
|
|
|
</property>
|
2019-06-05 19:36:35 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-11-27 22:41:44 +00:00
|
|
|
<object class="GtkStackPage">
|
2019-12-12 23:46:53 +00:00
|
|
|
<property name="name">basement</property>
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="text">Basement</property>
|
|
|
|
<property name="role">title</property>
|
|
|
|
<property name="menu-name">main</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator"/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="text">Berk</property>
|
|
|
|
<property name="action-name">app.berk</property>
|
|
|
|
<property name="indicator-size-group">basement-indicators</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="text">Broni</property>
|
|
|
|
<property name="action-name">app.broni</property>
|
|
|
|
<property name="indicator-size-group">basement-indicators</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="text">Drutt</property>
|
|
|
|
<property name="action-name">app.drutt</property>
|
|
|
|
<property name="indicator-size-group">basement-indicators</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="text">The Thing Upstairs</property>
|
|
|
|
<property name="action-name">app.upstairs</property>
|
|
|
|
<property name="indicator-size-group">basement-indicators</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</property>
|
2019-06-05 19:36:35 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2019-06-06 18:08:13 +00:00
|
|
|
<object class="GtkSizeGroup" id="main-indicators">
|
|
|
|
<widgets>
|
|
|
|
<widget name="cut_copy_paste_filler"/>
|
|
|
|
</widgets>
|
|
|
|
</object>
|
2019-11-27 22:41:44 +00:00
|
|
|
<object class="GtkSizeGroup" id="basement-indicators"/>
|
2019-06-06 01:37:37 +00:00
|
|
|
<menu id="new_style_menu_model">
|
|
|
|
<section>
|
|
|
|
<attribute name="display-hint">circular-buttons</attribute>
|
|
|
|
<item>
|
|
|
|
<attribute name="verb-icon">printer-symbolic</attribute>
|
2020-04-26 14:19:44 +00:00
|
|
|
<attribute name="action">win.print</attribute>
|
2019-06-06 01:37:37 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="verb-icon">emblem-shared-symbolic</attribute>
|
|
|
|
<attribute name="action">app.share</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Open in New Window</attribute>
|
|
|
|
<attribute name="action">app.open-in</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<attribute name="display-hint">inline-buttons</attribute>
|
|
|
|
<attribute name="label" translatable="yes">Edit</attribute>
|
|
|
|
<item>
|
|
|
|
<attribute name="verb-icon">edit-cut-symbolic</attribute>
|
|
|
|
<attribute name="action">app.cut</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="verb-icon">edit-copy-symbolic</attribute>
|
|
|
|
<attribute name="action">app.copy</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="verb-icon">edit-paste-symbolic</attribute>
|
|
|
|
<attribute name="action">app.paste</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Pin</attribute>
|
|
|
|
<attribute name="action">app.pin</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Select Labels…</attribute>
|
|
|
|
<attribute name="action">app.labels</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Share…</attribute>
|
|
|
|
<attribute name="action">app.share</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<submenu>
|
|
|
|
<attribute name="label" translatable="yes">Basement</attribute>
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Berk</attribute>
|
|
|
|
<attribute name="action">app.berk</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Broni</attribute>
|
|
|
|
<attribute name="action">app.broni</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Drutt</attribute>
|
|
|
|
<attribute name="action">app.drutt</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">The Thing Upstairs</attribute>
|
|
|
|
<attribute name="action">app.upstairs</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
</submenu>
|
|
|
|
</section>
|
|
|
|
<section>
|
2020-04-17 17:29:56 +00:00
|
|
|
<attribute name="label" translatable="yes">Size</attribute>
|
2019-06-06 01:37:37 +00:00
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Large</attribute>
|
|
|
|
<attribute name="action">app.size</attribute>
|
|
|
|
<attribute name="target">large</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Medium</attribute>
|
|
|
|
<attribute name="action">app.size</attribute>
|
|
|
|
<attribute name="target">medium</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Small</attribute>
|
|
|
|
<attribute name="action">app.size</attribute>
|
|
|
|
<attribute name="target">small</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
<section>
|
2019-11-27 22:41:44 +00:00
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Move to Trash</attribute>
|
|
|
|
<attribute name="action">win.delete</attribute>
|
|
|
|
</item>
|
2019-06-06 01:37:37 +00:00
|
|
|
</section>
|
|
|
|
</menu>
|
2019-06-07 01:25:59 +00:00
|
|
|
<menu id="new_style_context_menu_model">
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Open</attribute>
|
2019-06-08 13:46:38 +00:00
|
|
|
<attribute name="action">win.open</attribute>
|
2019-06-07 01:25:59 +00:00
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Open in New Tab</attribute>
|
|
|
|
<attribute name="action">app.open-tab</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Open in New Window</attribute>
|
|
|
|
<attribute name="action">app.open-window</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Cut</attribute>
|
|
|
|
<attribute name="action">app.cut</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Copy</attribute>
|
|
|
|
<attribute name="action">app.copy</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<submenu>
|
|
|
|
<attribute name="label" translatable="yes">Options</attribute>
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Option A</attribute>
|
|
|
|
<attribute name="action">app.option-a</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Option B</attribute>
|
|
|
|
<attribute name="action">app.option-b</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Option C</attribute>
|
|
|
|
<attribute name="action">app.option-c</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Option D</attribute>
|
|
|
|
<attribute name="action">app.option-d</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
</submenu>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Move to Trash</attribute>
|
|
|
|
<attribute name="action">win.delete</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
</menu>
|
2019-06-07 18:05:57 +00:00
|
|
|
<menu id="menu_bar_model">
|
|
|
|
<submenu>
|
2019-06-08 13:40:37 +00:00
|
|
|
<attribute name="label" translatable="yes">_File</attribute>
|
2019-06-07 18:05:57 +00:00
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">_New</attribute>
|
|
|
|
<attribute name="action">app.new</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">_Open</attribute>
|
|
|
|
<attribute name="action">app.open</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">_Save</attribute>
|
|
|
|
<attribute name="action">app.save</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Save _As</attribute>
|
|
|
|
<attribute name="action">app.save-as</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">_Quit</attribute>
|
|
|
|
<attribute name="action">app.quit</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
</submenu>
|
|
|
|
<submenu>
|
2019-06-08 13:40:37 +00:00
|
|
|
<attribute name="label" translatable="yes">_Edit</attribute>
|
2019-06-07 18:05:57 +00:00
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Cu_t</attribute>
|
|
|
|
<attribute name="action">app.cut</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">_Copy</attribute>
|
|
|
|
<attribute name="action">app.copy</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">_Paste</attribute>
|
|
|
|
<attribute name="action">app.paste</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Delete</attribute>
|
|
|
|
<attribute name="action">win.delete</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Search</attribute>
|
|
|
|
<attribute name="action">win.search</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<submenu>
|
2019-09-05 18:50:27 +00:00
|
|
|
<attribute name="label" translatable="yes">C_hecks</attribute>
|
2019-06-07 18:05:57 +00:00
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Check</attribute>
|
|
|
|
<attribute name="action">app.check-on</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Check</attribute>
|
|
|
|
<attribute name="action">app.check-off</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Check</attribute>
|
|
|
|
<attribute name="action">app.check-on-disabled</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Check</attribute>
|
|
|
|
<attribute name="action">app.check-off-disabled</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Check</attribute>
|
|
|
|
<attribute name="action">app.check-no-action</attribute>
|
|
|
|
<attribute name="hidden-when">action-missing</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
2019-09-05 18:50:27 +00:00
|
|
|
</submenu>
|
|
|
|
<submenu>
|
|
|
|
<attribute name="label" translatable="yes">_Radios</attribute>
|
2019-06-07 18:05:57 +00:00
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Radio</attribute>
|
|
|
|
<attribute name="action">app.radio-x</attribute>
|
|
|
|
<attribute name="target">x</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Radio</attribute>
|
|
|
|
<attribute name="action">app.radio-x</attribute>
|
|
|
|
<attribute name="target">y</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Radio</attribute>
|
|
|
|
<attribute name="action">app.radio-x-disabled</attribute>
|
|
|
|
<attribute name="target">x</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Radio</attribute>
|
|
|
|
<attribute name="action">app.radio-x-disabled</attribute>
|
|
|
|
<attribute name="target">y</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Radio</attribute>
|
|
|
|
<attribute name="action">app.radio-no-action</attribute>
|
|
|
|
<attribute name="hidden-when">action-missing</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
</submenu>
|
|
|
|
</section>
|
|
|
|
</submenu>
|
|
|
|
<submenu>
|
2019-06-08 13:40:37 +00:00
|
|
|
<attribute name="label" translatable="yes">_View</attribute>
|
2019-06-07 18:05:57 +00:00
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Dark Theme</attribute>
|
|
|
|
<attribute name="action">win.dark</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Toolbar</attribute>
|
|
|
|
<attribute name="action">win.toolbar</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Statusbar</attribute>
|
|
|
|
<attribute name="action">win.statusbar</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Select Background</attribute>
|
|
|
|
<attribute name="action">win.background</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
</submenu>
|
|
|
|
<submenu>
|
2019-06-08 13:40:37 +00:00
|
|
|
<attribute name="label" translatable="yes">_Help</attribute>
|
2019-11-27 22:41:44 +00:00
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">About</attribute>
|
|
|
|
<attribute name="action">app.about</attribute>
|
|
|
|
</item>
|
2019-06-07 18:05:57 +00:00
|
|
|
</submenu>
|
|
|
|
</menu>
|
2018-09-06 00:10:41 +00:00
|
|
|
</interface>
|