2019-04-04 23:10:18 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-08-20 03:17:01 +00:00
|
|
|
<interface>
|
|
|
|
<object class="GtkWindow" id="window1">
|
2020-04-30 23:04:08 +00:00
|
|
|
<property name="title" translatable="yes">Model Button</property>
|
2020-03-27 20:38:06 +00:00
|
|
|
<property name="resizable">0</property>
|
2015-08-20 03:17:01 +00:00
|
|
|
<child type="titlebar">
|
|
|
|
<object class="GtkHeaderBar">
|
2017-12-08 16:29:14 +00:00
|
|
|
<property name="show-title-buttons">1</property>
|
2015-08-20 03:17:01 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
2020-02-26 01:57:20 +00:00
|
|
|
<property name="margin-start">80</property>
|
|
|
|
<property name="margin-end">80</property>
|
|
|
|
<property name="margin-top">80</property>
|
|
|
|
<property name="margin-bottom">80</property>
|
2015-08-20 03:17:01 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkMenuButton">
|
|
|
|
<property name="popover">thing_a</property>
|
2020-03-28 02:31:18 +00:00
|
|
|
<property name="label">_Color</property>
|
|
|
|
<property name="use-underline">1</property>
|
2015-08-20 03:17:01 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuButton">
|
|
|
|
<property name="popover">thing_b</property>
|
2020-03-28 02:31:18 +00:00
|
|
|
<property name="label">_Flavors</property>
|
|
|
|
<property name="use-underline">1</property>
|
2015-08-20 03:17:01 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuButton">
|
|
|
|
<property name="popover">thing_c</property>
|
2020-03-28 02:31:18 +00:00
|
|
|
<property name="label">_Tools</property>
|
|
|
|
<property name="use-underline">1</property>
|
2015-08-20 03:17:01 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<object class="GtkPopover" id="thing_a">
|
2020-03-27 20:38:06 +00:00
|
|
|
<style>
|
|
|
|
<class name="menu"/>
|
|
|
|
</style>
|
2015-08-20 03:17:01 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="action-name">win.color</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="action-target">'red'</property>
|
2015-08-20 03:17:01 +00:00
|
|
|
<property name="text">Red</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="action-name">win.color</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="action-target">'green'</property>
|
2015-08-20 03:17:01 +00:00
|
|
|
<property name="text">Green</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="action-name">win.color</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="action-target">'blue'</property>
|
2015-08-20 03:17:01 +00:00
|
|
|
<property name="text">Blue</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<object class="GtkPopover" id="thing_b">
|
2020-03-27 20:38:06 +00:00
|
|
|
<style>
|
|
|
|
<class name="menu"/>
|
|
|
|
</style>
|
2015-08-20 03:17:01 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="action-name">win.chocolate</property>
|
|
|
|
<property name="text">Chocolate</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="action-name">win.vanilla</property>
|
|
|
|
<property name="text">Vanilla</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkSeparator"/>
|
2015-08-20 03:17:01 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="action-name">win.sprinkles</property>
|
|
|
|
<property name="text">Add Sprinkles</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<object class="GtkPopover" id="thing_c">
|
2020-03-27 20:38:06 +00:00
|
|
|
<style>
|
|
|
|
<class name="menu"/>
|
|
|
|
</style>
|
2015-08-20 03:17:01 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="text">Hammer</property>
|
|
|
|
<property name="role">check</property>
|
2019-11-29 07:48:48 +00:00
|
|
|
<signal name="clicked" handler="modelbutton_tool_clicked"/>
|
2015-08-20 03:17:01 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="text">Screwdriver</property>
|
|
|
|
<property name="role">check</property>
|
2019-11-29 07:48:48 +00:00
|
|
|
<signal name="clicked" handler="modelbutton_tool_clicked"/>
|
2015-08-20 03:17:01 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkModelButton">
|
|
|
|
<property name="text">Drill</property>
|
|
|
|
<property name="role">check</property>
|
2019-11-29 07:48:48 +00:00
|
|
|
<signal name="clicked" handler="modelbutton_tool_clicked"/>
|
2015-08-20 03:17:01 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|