~ubuntu-branches/ubuntu/trusty/unity-control-center/trusty

« back to all changes in this revision

Viewing changes to panels/common/language-chooser.ui

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-01-08 16:29:18 UTC
  • Revision ID: package-import@ubuntu.com-20140108162918-g29dd08tr913y2qh
Tags: upstream-14.04.0
ImportĀ upstreamĀ versionĀ 14.04.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <object class="GtkDialog" id="dialog">
 
4
    <property name="height_request">400</property>
 
5
    <property name="border_width">5</property>
 
6
    <property name="modal">True</property>
 
7
    <property name="window_position">center-on-parent</property>
 
8
    <property name="type_hint">dialog</property>
 
9
    <property name="title"> </property>
 
10
    <property name="icon_name">system-users</property>
 
11
    <child internal-child="vbox">
 
12
      <object class="GtkBox" id="content-area">
 
13
        <property name="visible">True</property>
 
14
        <property name="orientation">vertical</property>
 
15
        <property name="spacing">6</property>
 
16
        <property name="margin_left">10</property>
 
17
        <property name="margin_right">10</property>
 
18
        <child>
 
19
          <object class="GtkLabel" id="title">
 
20
            <property name="visible">True</property>
 
21
            <property name="halign">start</property>
 
22
            <property name="label" translatable="yes">Select a language</property>
 
23
          </object>
 
24
          <packing>
 
25
            <property name="position">1</property>
 
26
            <property name="expand">False</property>
 
27
            <property name="fill">False</property>
 
28
          </packing>
 
29
        </child>
 
30
        <child>
 
31
          <object class="GtkScrolledWindow" id="scrolledwindow1">
 
32
            <property name="visible">True</property>
 
33
            <property name="can_focus">True</property>
 
34
            <property name="hscrollbar_policy">never</property>
 
35
            <property name="vscrollbar_policy">automatic</property>
 
36
            <property name="shadow_type">in</property>
 
37
            <child>
 
38
              <object class="GtkTreeView" id="language-list">
 
39
                <property name="visible">True</property>
 
40
                <property name="can_focus">True</property>
 
41
                <property name="headers_visible">False</property>
 
42
                <property name="headers_clickable">False</property>
 
43
                <property name="enable_search">False</property>
 
44
              </object>
 
45
            </child>
 
46
          </object>
 
47
          <packing>
 
48
            <property name="position">2</property>
 
49
            <property name="expand">True</property>
 
50
            <property name="fill">True</property>
 
51
          </packing>
 
52
        </child>
 
53
        <child>
 
54
          <object class="GtkEntry" id="filter-entry">
 
55
            <property name="visible">True</property>
 
56
            <property name="can_focus">True</property>
 
57
            <property name="secondary_icon_name">edit-find-symbolic</property>
 
58
            <property name="secondary_icon_activatable">False</property>
 
59
            <property name="secondary_icon_sensitive">False</property>
 
60
          </object>
 
61
          <packing>
 
62
            <property name="position">3</property>
 
63
            <property name="expand">False</property>
 
64
            <property name="fill">False</property>
 
65
          </packing>
 
66
        </child>
 
67
        <child internal-child="action_area">
 
68
          <object class="GtkButtonBox" id="action-area">
 
69
            <property name="visible">True</property>
 
70
            <property name="layout_style">end</property>
 
71
            <child>
 
72
              <object class="GtkButton" id="cancel-button">
 
73
                <property name="label" translatable="yes">_Cancel</property>
 
74
                <property name="use_underline">True</property>
 
75
                <property name="visible">True</property>
 
76
                <property name="can_focus">True</property>
 
77
                <property name="receives_default">True</property>
 
78
              </object>
 
79
              <packing>
 
80
                <property name="expand">False</property>
 
81
                <property name="fill">False</property>
 
82
                <property name="position">0</property>
 
83
              </packing>
 
84
            </child>
 
85
            <child>
 
86
              <object class="GtkButton" id="ok-button">
 
87
                <property name="label" translatable="yes">_Select</property>
 
88
                <property name="use_underline">True</property>
 
89
                <property name="visible">True</property>
 
90
                <property name="can_focus">True</property>
 
91
                <property name="can_default">True</property>
 
92
                <property name="receives_default">True</property>
 
93
              </object>
 
94
              <packing>
 
95
                <property name="expand">False</property>
 
96
                <property name="fill">False</property>
 
97
                <property name="position">1</property>
 
98
              </packing>
 
99
            </child>
 
100
          </object>
 
101
          <packing>
 
102
            <property name="expand">False</property>
 
103
            <property name="pack_type">end</property>
 
104
            <property name="position">0</property>
 
105
          </packing>
 
106
        </child>
 
107
      </object>
 
108
    </child>
 
109
    <action-widgets>
 
110
      <action-widget response="-6">cancel-button</action-widget>
 
111
      <action-widget response="-5">ok-button</action-widget>
 
112
    </action-widgets>
 
113
  </object>
 
114
</interface>