1<?xml version="1.0"?>
2<interface>
3  <!-- interface-requires gtk+ 2.20 -->
4  <!-- interface-naming-policy toplevel-contextual -->
5  <object class="GtkDialog" id="AddCapabilityDialog">
6    <property name="border_width">5</property>
7    <property name="title" translatable="yes">Adding a new capability</property>
8    <property name="modal">True</property>
9    <property name="type_hint">dialog</property>
10    <child internal-child="vbox">
11      <object class="GtkVBox" id="dialog-vbox1">
12        <property name="visible">True</property>
13        <property name="orientation">vertical</property>
14        <property name="spacing">2</property>
15        <child>
16          <object class="GtkFrame" id="frame1">
17            <property name="visible">True</property>
18            <property name="border_width">6</property>
19            <property name="label_xalign">0</property>
20            <property name="shadow_type">in</property>
21            <child>
22              <object class="GtkAlignment" id="alignment1">
23                <property name="visible">True</property>
24                <property name="top_padding">6</property>
25                <property name="bottom_padding">6</property>
26                <property name="left_padding">12</property>
27                <property name="right_padding">6</property>
28                <child>
29                  <object class="GtkVBox" id="vbox1">
30                    <property name="visible">True</property>
31                    <property name="orientation">vertical</property>
32                    <property name="spacing">6</property>
33                    <child>
34                      <object class="GtkHBox" id="hbox1">
35                        <property name="visible">True</property>
36                        <property name="spacing">6</property>
37                        <child>
38                          <object class="GtkScrolledWindow" id="scrolledwindow1">
39                            <property name="visible">True</property>
40                            <property name="can_focus">True</property>
41                            <property name="hscrollbar_policy">automatic</property>
42                            <property name="vscrollbar_policy">automatic</property>
43                            <property name="shadow_type">in</property>
44                            <child>
45                              <object class="GtkTreeView" id="CapabilitiesTreeView">
46                                <property name="visible">True</property>
47                                <property name="can_focus">True</property>
48                                <property name="enable_search">False</property>
49                                <property name="show_expanders">False</property>
50                              </object>
51                            </child>
52                          </object>
53                          <packing>
54                            <property name="position">0</property>
55                          </packing>
56                        </child>
57                        <child>
58                          <object class="GtkVBox" id="vbox2">
59                            <property name="visible">True</property>
60                            <property name="orientation">vertical</property>
61                            <child>
62                              <placeholder/>
63                            </child>
64                            <child>
65                              <placeholder/>
66                            </child>
67                          </object>
68                          <packing>
69                            <property name="expand">False</property>
70                            <property name="position">1</property>
71                          </packing>
72                        </child>
73                      </object>
74                      <packing>
75                        <property name="position">0</property>
76                      </packing>
77                    </child>
78                    <child>
79                      <placeholder/>
80                    </child>
81                  </object>
82                </child>
83              </object>
84            </child>
85            <child type="label">
86              <object class="GtkLabel" id="label1">
87                <property name="visible">True</property>
88                <property name="xpad">5</property>
89                <property name="label" translatable="yes">&lt;b&gt;Managed capabilities&lt;/b&gt;</property>
90                <property name="use_markup">True</property>
91              </object>
92            </child>
93          </object>
94          <packing>
95            <property name="position">1</property>
96          </packing>
97        </child>
98        <child internal-child="action_area">
99          <object class="GtkHButtonBox" id="dialog-action_area1">
100            <property name="visible">True</property>
101            <property name="layout_style">end</property>
102            <child>
103              <object class="GtkButton" id="CancelButton">
104                <property name="label">gtk-cancel</property>
105                <property name="visible">True</property>
106                <property name="can_focus">True</property>
107                <property name="receives_default">True</property>
108                <property name="use_stock">True</property>
109              </object>
110              <packing>
111                <property name="expand">False</property>
112                <property name="fill">False</property>
113                <property name="position">0</property>
114              </packing>
115            </child>
116            <child>
117              <object class="GtkButton" id="OKButton">
118                <property name="label">gtk-ok</property>
119                <property name="visible">True</property>
120                <property name="can_focus">True</property>
121                <property name="receives_default">True</property>
122                <property name="use_stock">True</property>
123              </object>
124              <packing>
125                <property name="expand">False</property>
126                <property name="fill">False</property>
127                <property name="position">1</property>
128              </packing>
129            </child>
130          </object>
131          <packing>
132            <property name="expand">False</property>
133            <property name="pack_type">end</property>
134            <property name="position">0</property>
135          </packing>
136        </child>
137      </object>
138    </child>
139    <action-widgets>
140      <action-widget response="0">CancelButton</action-widget>
141      <action-widget response="0">OKButton</action-widget>
142    </action-widgets>
143  </object>
144</interface>
145