|
<interface>
<!-- interface-requires about_organiccode_dialog 1.0 -->
<!-- interface-requires gtk+ 3.0 -->
<object class="AboutOrganiccodeDialog" id="about_organiccode_dialog">
<property name="can_focus">False</property>
<property name="border_width">5</property>
<property name="icon">../media/organiccode.svg</property>
<property name="type_hint">normal</property>
<property name="program_name">Organic Code</property>
<property name="version">0.1-public1</property>
<property name="copyright" translatable="yes">Copyright (C) 2013 Bryan M. Allred <bryan.allred@gmail.com></property>
<property name="website">http://www.enderspsyche.com</property>
<property name="website_label" translatable="yes">Visit my web site</property>
<property name="license" translatable="yes"># Copyright (C) 2013 Bryan M. Allred <bryan.allred@gmail.com>
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3, as published
# by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranties of
# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
# PURPOSE. See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.
</property>
<property name="authors">Copyright (C) 2013 Bryan M. Allred <bryan.allred@gmail.com></property>
<property name="documenters">Bryan M. Allred <bryan.allred@gmail.com></property>
<property name="logo">../media/organiccode.svg</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">2</property>
<child internal-child="action_area">
<object class="GtkButtonBox" id="dialog-action_area1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="layout_style">end</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="pack_type">end</property>
<property name="position">0</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
</child>
</object>
</interface>
|