mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-09 04:00:08 +00:00
90f0733673
For now, this just shows a world map. Once we have measures, we can make this a little more interesting.
37 lines
1.2 KiB
XML
37 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkWindow" id="window">
|
|
<property name="title" translatable="yes">Animation along a Path</property>
|
|
<child type="titlebar">
|
|
<object class="GtkHeaderBar">
|
|
<child type="end">
|
|
<object class="GtkToggleButton" id="edit-toggle">
|
|
<property name="icon-name">document-edit-symbolic</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkRevealer">
|
|
<property name="reveal-child" bind-source="edit-toggle" bind-property="active" bind-flags="sync-create"></property>
|
|
<child>
|
|
<object class="GtkEntry" id="text">
|
|
<property name="text">Through the looking glass</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkPathWalk" id="view">
|
|
<property name="hexpand">true</property>
|
|
<property name="vexpand">true</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|