~strainanalyser/strainanalyser/trunk

« back to all changes in this revision

Viewing changes to experimental/temperaturedatachooser.xml

  • Committer: Malcolm Scott
  • Date: 2010-10-17 22:23:29 UTC
  • Revision ID: launchpad@malc.org.uk-20101017222329-w7j3yvxn014vtkqy
Remove defunct prototype code

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<interface>
3
 
  <requires lib="gtk+" version="2.16"/>
4
 
  <!-- interface-naming-policy project-wide -->
5
 
  <object class="GtkDialog" id="temperaturedatachooser">
6
 
    <property name="border_width">5</property>
7
 
    <property name="resizable">False</property>
8
 
    <property name="modal">True</property>
9
 
    <property name="default_width">640</property>
10
 
    <property name="default_height">260</property>
11
 
    <property name="type_hint">normal</property>
12
 
    <property name="has_separator">False</property>
13
 
    <child internal-child="vbox">
14
 
      <object class="GtkVBox" id="dialog-vbox4">
15
 
        <property name="visible">True</property>
16
 
        <property name="orientation">vertical</property>
17
 
        <property name="spacing">2</property>
18
 
        <child>
19
 
          <object class="GtkTable" id="table1">
20
 
            <property name="visible">True</property>
21
 
            <property name="n_rows">2</property>
22
 
            <property name="n_columns">2</property>
23
 
            <property name="column_spacing">5</property>
24
 
            <property name="row_spacing">5</property>
25
 
            <child>
26
 
              <object class="GtkFileChooserButton" id="temperaturefile">
27
 
                <property name="visible">True</property>
28
 
                <property name="create_folders">False</property>
29
 
              </object>
30
 
              <packing>
31
 
                <property name="left_attach">1</property>
32
 
                <property name="right_attach">2</property>
33
 
                <property name="y_options"></property>
34
 
              </packing>
35
 
            </child>
36
 
            <child>
37
 
              <object class="GtkLabel" id="label2">
38
 
                <property name="visible">True</property>
39
 
                <property name="label" translatable="yes">Temperature data file:</property>
40
 
                <property name="single_line_mode">True</property>
41
 
              </object>
42
 
              <packing>
43
 
                <property name="x_options">GTK_FILL</property>
44
 
                <property name="y_options">GTK_FILL</property>
45
 
              </packing>
46
 
            </child>
47
 
            <child>
48
 
              <object class="GtkLabel" id="label4">
49
 
                <property name="visible">True</property>
50
 
                <property name="label" translatable="yes">Options:</property>
51
 
              </object>
52
 
              <packing>
53
 
                <property name="top_attach">1</property>
54
 
                <property name="bottom_attach">2</property>
55
 
                <property name="x_options">GTK_FILL</property>
56
 
              </packing>
57
 
            </child>
58
 
            <child>
59
 
              <object class="GtkLabel" id="label5">
60
 
                <property name="visible">True</property>
61
 
                <property name="label" translatable="yes">&lt;i&gt;TODO: refractive index compensation&lt;/i&gt;</property>
62
 
                <property name="use_markup">True</property>
63
 
              </object>
64
 
              <packing>
65
 
                <property name="left_attach">1</property>
66
 
                <property name="right_attach">2</property>
67
 
                <property name="top_attach">1</property>
68
 
                <property name="bottom_attach">2</property>
69
 
              </packing>
70
 
            </child>
71
 
          </object>
72
 
          <packing>
73
 
            <property name="position">1</property>
74
 
          </packing>
75
 
        </child>
76
 
        <child internal-child="action_area">
77
 
          <object class="GtkHButtonBox" id="dialog-action_area4">
78
 
            <property name="visible">True</property>
79
 
            <property name="layout_style">end</property>
80
 
            <child>
81
 
              <object class="GtkButton" id="button2">
82
 
                <property name="label">gtk-cancel</property>
83
 
                <property name="visible">True</property>
84
 
                <property name="can_focus">True</property>
85
 
                <property name="receives_default">True</property>
86
 
                <property name="use_stock">True</property>
87
 
              </object>
88
 
              <packing>
89
 
                <property name="expand">False</property>
90
 
                <property name="fill">False</property>
91
 
                <property name="position">0</property>
92
 
              </packing>
93
 
            </child>
94
 
            <child>
95
 
              <object class="GtkButton" id="button1">
96
 
                <property name="label">gtk-add</property>
97
 
                <property name="visible">True</property>
98
 
                <property name="can_focus">True</property>
99
 
                <property name="receives_default">True</property>
100
 
                <property name="use_stock">True</property>
101
 
              </object>
102
 
              <packing>
103
 
                <property name="expand">False</property>
104
 
                <property name="fill">False</property>
105
 
                <property name="position">1</property>
106
 
              </packing>
107
 
            </child>
108
 
          </object>
109
 
          <packing>
110
 
            <property name="expand">False</property>
111
 
            <property name="pack_type">end</property>
112
 
            <property name="position">0</property>
113
 
          </packing>
114
 
        </child>
115
 
      </object>
116
 
    </child>
117
 
    <action-widgets>
118
 
      <action-widget response="-1">button2</action-widget>
119
 
      <action-widget response="0">button1</action-widget>
120
 
    </action-widgets>
121
 
  </object>
122
 
</interface>