mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
13 lines
441 B
XML
13 lines
441 B
XML
|
|
<interface>
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
<object class="GtkAboutDialog" id="window1">
|
|
<property name="program-name">FancyPants</property>
|
|
<property name="version">0.99</property>
|
|
<property name="copyright">no comments</property>
|
|
<property name="comments">comments</property>
|
|
<property name="license-type">gpl-3-0</property>
|
|
<property name="website">http://www.gtk.org</property>
|
|
</object>
|
|
</interface>
|