17 lines
573 B
Plaintext
17 lines
573 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<object class="GtkAboutDialog">
|
||
|
<property name="program-name">GTK Code Demos</property>
|
||
|
<property name="version">4.8.0</property>
|
||
|
<property name="copyright">© 1997-2022 The GTK Team</property>
|
||
|
<property name="comments">Program to demonstrate GTK functions</property>
|
||
|
<property name="logo">gtk-logo.png</property>
|
||
|
<property name="title">About GTK Code Demos</property>
|
||
|
<property name="authors">Peter Mattis
|
||
|
Spencer Kimball
|
||
|
Josh MacDonald
|
||
|
and many more…
|
||
|
</property>
|
||
|
</object>
|
||
|
</interface>
|