forked from AuroraMiddleware/gtk
16 lines
578 B
XML
16 lines
578 B
XML
|
|
<interface>
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
<object class="GtkWindow" id="window1">
|
|
<child>
|
|
<object class="GtkLabel" id="label1">
|
|
<property name="label">Go to the <a href="http://www.gtk.org" title="<i>Our</i> website">GTK+ website</a> or <small>><a href="http://www.google.com">google it</a></small></property>
|
|
<property name="use-markup">True</property>
|
|
<accessibility>
|
|
<role type="static"/>
|
|
</accessibility>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|