forked from AuroraMiddleware/gtk
13 lines
497 B
XML
13 lines
497 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>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|