~noskcaj/ubuntu/vivid/gnome-system-monitor/3.15

« back to all changes in this revision

Viewing changes to data/openfiles.ui

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2013-03-22 16:44:14 UTC
  • mfrom: (1.5.1) (2.2.1 sid)
  • mto: (2.2.2 sid)
  • mto: This revision was merged to the branch mainline in revision 100.
  • Revision ID: package-import@ubuntu.com-20130322164414-lg3x8lv9owt6cfnl
Tags: 3.7.92-1
* New upstream release.
* Bump build-dependencies according to configure.ac:
  - libgtk-3-dev bumped from (>= 3.0.0) to (>= 3.5.12)
  - libgtkmm-3.0-dev bumped from (>= 2.99) to (>= 3.3.18)
* Change build-dependencies for new documentation infrastructure:
 - drop gnome-doc-tools
 - add yelp-tools and itstool
* Drop patches
  - 03_dont_show_in_KDE.patch and 04_kfreebsd_cputime.patch both
    applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <!-- interface-requires gtk+ 3.0 -->
 
4
  <object class="GtkDialog" id="openfiles_dialog">
 
5
    <property name="can_focus">False</property>
 
6
    <property name="border_width">5</property>
 
7
    <property name="title" translatable="yes">Open Files</property>
 
8
    <property name="default_width">575</property>
 
9
    <property name="default_height">400</property>
 
10
    <property name="destroy_with_parent">True</property>
 
11
    <property name="type_hint">dialog</property>
 
12
    <child internal-child="vbox">
 
13
      <object class="GtkBox" id="dialog_content">
 
14
        <property name="can_focus">False</property>
 
15
        <property name="orientation">vertical</property>
 
16
        <property name="spacing">2</property>
 
17
        <child internal-child="action_area">
 
18
          <object class="GtkButtonBox" id="action_area">
 
19
            <property name="can_focus">False</property>
 
20
            <property name="layout_style">end</property>
 
21
            <child>
 
22
              <object class="GtkButton" id="close_button">
 
23
                <property name="label">gtk-close</property>
 
24
                <property name="use_action_appearance">False</property>
 
25
                <property name="visible">True</property>
 
26
                <property name="can_focus">True</property>
 
27
                <property name="receives_default">True</property>
 
28
                <property name="use_action_appearance">False</property>
 
29
                <property name="use_stock">True</property>
 
30
              </object>
 
31
              <packing>
 
32
                <property name="expand">False</property>
 
33
                <property name="fill">True</property>
 
34
                <property name="position">0</property>
 
35
              </packing>
 
36
            </child>
 
37
          </object>
 
38
          <packing>
 
39
            <property name="expand">False</property>
 
40
            <property name="fill">True</property>
 
41
            <property name="pack_type">end</property>
 
42
            <property name="position">0</property>
 
43
          </packing>
 
44
        </child>
 
45
        <child>
 
46
          <object class="GtkGrid" id="content_grid">
 
47
            <property name="visible">True</property>
 
48
            <property name="can_focus">False</property>
 
49
            <property name="border_width">5</property>
 
50
            <property name="row_spacing">6</property>
 
51
            <property name="column_spacing">6</property>
 
52
            <child>
 
53
              <object class="GtkScrolledWindow" id="scrolled">
 
54
                <property name="visible">True</property>
 
55
                <property name="can_focus">True</property>
 
56
                <property name="vexpand">True</property>
 
57
                <property name="shadow_type">in</property>
 
58
                <child>
 
59
                  <placeholder/>
 
60
                </child>
 
61
              </object>
 
62
              <packing>
 
63
                <property name="left_attach">0</property>
 
64
                <property name="top_attach">1</property>
 
65
                <property name="width">1</property>
 
66
                <property name="height">1</property>
 
67
              </packing>
 
68
            </child>
 
69
            <child>
 
70
              <object class="GtkGrid" id="cmd_grid">
 
71
                <property name="visible">True</property>
 
72
                <property name="can_focus">False</property>
 
73
                <property name="hexpand">True</property>
 
74
                <property name="row_spacing">12</property>
 
75
                <property name="column_spacing">12</property>
 
76
                <child>
 
77
                  <placeholder/>
 
78
                </child>
 
79
              </object>
 
80
              <packing>
 
81
                <property name="left_attach">0</property>
 
82
                <property name="top_attach">0</property>
 
83
                <property name="width">1</property>
 
84
                <property name="height">1</property>
 
85
              </packing>
 
86
            </child>
 
87
          </object>
 
88
          <packing>
 
89
            <property name="expand">True</property>
 
90
            <property name="fill">True</property>
 
91
            <property name="position">1</property>
 
92
          </packing>
 
93
        </child>
 
94
      </object>
 
95
    </child>
 
96
    <action-widgets>
 
97
      <action-widget response="-7">close_button</action-widget>
 
98
    </action-widgets>
 
99
  </object>
 
100
</interface>