~leo.robol/lum/trunk

« back to all changes in this revision

Viewing changes to src/lum/interface/ui/LumAbout.ui

  • Committer: Leonardo Robol
  • Date: 2010-09-19 15:31:17 UTC
  • Revision ID: git-v1:281ceece5234622daba78fabf0efaf6cc893693c
Moved source to better suit setup.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <object class="GtkAboutDialog" id="about_dialog">
 
6
    <property name="border_width">5</property>
 
7
    <property name="destroy_with_parent">True</property>
 
8
    <property name="type_hint">normal</property>
 
9
    <property name="has_separator">False</property>
 
10
    <property name="program_name">Lum</property>
 
11
    <property name="version">0.1-alpha</property>
 
12
    <property name="copyright" translatable="yes">Copyright (C) 2010 Leonardo Robol</property>
 
13
    <property name="website">http://poisson.phc.unipi.it/~robol/wordpress/programmi/lum/</property>
 
14
    <property name="website_label" translatable="yes">Official website</property>
 
15
    <property name="license" translatable="yes">Lum is freesoftware; </property>
 
16
    <property name="authors">Leonardo Robol</property>
 
17
    <property name="documenters">Leonardo Robol</property>
 
18
    <property name="artists">Icons from http://www.famfamfam.com/lab/icons/silk/</property>
 
19
    <property name="logo">lum_logo.png</property>
 
20
    <child internal-child="vbox">
 
21
      <object class="GtkVBox" id="dialog-vbox1">
 
22
        <property name="visible">True</property>
 
23
        <property name="spacing">2</property>
 
24
        <child>
 
25
          <placeholder/>
 
26
        </child>
 
27
        <child internal-child="action_area">
 
28
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
29
            <property name="visible">True</property>
 
30
            <property name="layout_style">end</property>
 
31
          </object>
 
32
          <packing>
 
33
            <property name="expand">False</property>
 
34
            <property name="pack_type">end</property>
 
35
            <property name="position">0</property>
 
36
          </packing>
 
37
        </child>
 
38
      </object>
 
39
    </child>
 
40
  </object>
 
41
</interface>