~ubuntu-branches/ubuntu/quantal/ceph/quantal

« back to all changes in this revision

Viewing changes to src/tools/gui_resources/node_stats_window.glade

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-07-16 09:56:24 UTC
  • mfrom: (0.3.11)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20120716095624-azr2w4hbhei1rxmx
Tags: upstream-0.48
ImportĀ upstreamĀ versionĀ 0.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<interface>
3
 
  <!-- interface-requires gtk+ 2.8 -->
4
 
  <!-- interface-naming-policy project-wide -->
5
 
  <object class="GtkWindow" id="nodeStatsWindow">
6
 
    <property name="border_width">5</property>
7
 
    <child>
8
 
      <object class="GtkVBox" id="nodeStatsVBox">
9
 
        <property name="visible">True</property>
10
 
        <property name="orientation">vertical</property>
11
 
        <child>
12
 
          <object class="GtkLabel" id="nodeStatsLabel">
13
 
            <property name="visible">True</property>
14
 
            <property name="xalign">0</property>
15
 
            <property name="yalign">0</property>
16
 
          </object>
17
 
          <packing>
18
 
            <property name="expand">False</property>
19
 
            <property name="position">0</property>
20
 
          </packing>
21
 
        </child>
22
 
        <child>
23
 
          <object class="GtkScrolledWindow" id="nodeStatsScrolledWindow">
24
 
            <property name="visible">True</property>
25
 
            <property name="can_focus">True</property>
26
 
            <property name="hscrollbar_policy">automatic</property>
27
 
            <property name="vscrollbar_policy">automatic</property>
28
 
            <child>
29
 
              <object class="GtkTreeView" id="nodeStatsInfoTreeView">
30
 
                <property name="visible">True</property>
31
 
                <property name="can_focus">True</property>
32
 
              </object>
33
 
            </child>
34
 
          </object>
35
 
          <packing>
36
 
            <property name="position">1</property>
37
 
          </packing>
38
 
        </child>
39
 
        <child>
40
 
          <object class="GtkHBox" id="nodeStatsBottomHBox">
41
 
            <property name="visible">True</property>
42
 
            <child>
43
 
              <placeholder/>
44
 
            </child>
45
 
            <child>
46
 
              <object class="GtkHBox" id="nodeStatsButtonsHBox">
47
 
                <property name="visible">True</property>
48
 
                <child>
49
 
                  <object class="GtkButton" id="nodeStatsCopyButton">
50
 
                    <property name="label" translatable="yes">gtk-copy</property>
51
 
                    <property name="visible">True</property>
52
 
                    <property name="can_focus">True</property>
53
 
                    <property name="receives_default">True</property>
54
 
                    <property name="use_stock">True</property>
55
 
                  </object>
56
 
                  <packing>
57
 
                    <property name="expand">False</property>
58
 
                    <property name="position">0</property>
59
 
                  </packing>
60
 
                </child>
61
 
                <child>
62
 
                  <object class="GtkButton" id="nodeStatsSaveButton">
63
 
                    <property name="label" translatable="yes">gtk-save-as</property>
64
 
                    <property name="visible">True</property>
65
 
                    <property name="can_focus">True</property>
66
 
                    <property name="receives_default">True</property>
67
 
                    <property name="use_stock">True</property>
68
 
                  </object>
69
 
                  <packing>
70
 
                    <property name="expand">False</property>
71
 
                    <property name="position">1</property>
72
 
                  </packing>
73
 
                </child>
74
 
                <child>
75
 
                  <object class="GtkButton" id="nodeStatsCloseButton">
76
 
                    <property name="label" translatable="yes">gtk-close</property>
77
 
                    <property name="visible">True</property>
78
 
                    <property name="can_focus">True</property>
79
 
                    <property name="receives_default">True</property>
80
 
                    <property name="use_stock">True</property>
81
 
                  </object>
82
 
                  <packing>
83
 
                    <property name="expand">False</property>
84
 
                    <property name="position">2</property>
85
 
                  </packing>
86
 
                </child>
87
 
              </object>
88
 
              <packing>
89
 
                <property name="expand">False</property>
90
 
                <property name="position">1</property>
91
 
              </packing>
92
 
            </child>
93
 
          </object>
94
 
          <packing>
95
 
            <property name="expand">False</property>
96
 
            <property name="position">2</property>
97
 
          </packing>
98
 
        </child>
99
 
      </object>
100
 
    </child>
101
 
  </object>
102
 
</interface>