2019-04-04 23:10:18 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2012-05-18 05:23:45 +00:00
|
|
|
<interface>
|
|
|
|
<object class="GtkGrid" id="grid">
|
2016-03-26 02:36:50 +00:00
|
|
|
<property name="row-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>
|
2012-05-18 05:23:45 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
2016-02-28 04:46:25 +00:00
|
|
|
<object class="GtkBox">
|
2012-05-18 05:23:45 +00:00
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<style>
|
|
|
|
<class name="linked"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
2016-02-28 04:46:25 +00:00
|
|
|
<object class="GtkButton">
|
2015-09-14 03:26:16 +00:00
|
|
|
<property name="label" translatable="yes">Hi, I am a button</property>
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="can-focus">1</property>
|
|
|
|
<property name="receives-default">1</property>
|
2012-05-18 05:23:45 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2016-02-28 04:46:25 +00:00
|
|
|
<object class="GtkButton">
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="label" translatable="yes">And I'm another button</property>
|
|
|
|
<property name="can-focus">1</property>
|
|
|
|
<property name="receives-default">1</property>
|
2012-05-18 05:23:45 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2016-02-28 04:46:25 +00:00
|
|
|
<object class="GtkButton">
|
2015-09-14 03:26:16 +00:00
|
|
|
<property name="label" translatable="yes">This is a button party!</property>
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="can-focus">1</property>
|
|
|
|
<property name="receives-default">1</property>
|
2012-05-18 05:23:45 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2016-03-26 02:36:50 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="spacing">10</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="label">Plain</property>
|
|
|
|
<property name="halign">end</property>
|
2017-05-13 17:08:51 +00:00
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<property name="vexpand">1</property>
|
2016-03-26 02:36:50 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="label">Destructive</property>
|
|
|
|
<style>
|
|
|
|
<class name="destructive-action"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="label">Suggested</property>
|
|
|
|
<style>
|
|
|
|
<class name="suggested-action"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2012-05-18 05:23:45 +00:00
|
|
|
</object>
|
|
|
|
</interface>
|