2011-06-19 22:55:12 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
|
|
<object class="GtkWindow" id="window1">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="type">popup</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLinkButton" id="button1">
|
|
|
|
<property name="label" translatable="yes">Hello World!</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="uri">http://www.gtk.org</property>
|
2013-09-22 00:29:09 +00:00
|
|
|
<property name="visited">True</property>
|
2011-06-19 22:55:12 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|