~kroq-gar78/ubuntu/precise/gnome-control-center/fix-885947

« back to all changes in this revision

Viewing changes to capplets/keyboard/gnome-keyboard-properties-options-dialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2011-05-17 10:47:27 UTC
  • mfrom: (0.1.11 experimental) (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20110517104727-lqel6m8vhfw5jby1
Tags: 1:3.0.1.1-1ubuntu1
* Rebase on Debian, remaining Ubuntu changes:
* debian/control:
  - Build-Depend on hardening-wrapper, dpkg-dev and dh-autoreconf
  - Add dependency on ubuntu-system-service
  - Remove dependency on gnome-icon-theme-symbolic
  - Move dependency on apg, gnome-icon-theme-symbolic and accountsservice to
    be a Recommends: until we get them in main
* debian/rules:
  - Use autoreconf
  - Add binary-post-install rule for gnome-control-center-data
  - Run dh-autoreconf
* debian/gnome-control-center.dirs:
* debian/gnome-control-center.links:
  - Add a link to the control center shell for indicators
* debian/patches/00_disable-nm.patch:
  - Temporary patch to disable building with NetworkManager until we get
    the new one in the archive
* debian/patches/01_git_remove_gettext_calls.patch:
  - Remove calls to AM_GNU_GETTEXT, IT_PROG_INTLTOOL should be enough
* debian/patches/01_git_kill_warning.patch:
  - Kill warning
* debian/patches/50_ubuntu_systemwide_prefs.patch:
  - Ubuntu specific proxy preferences
* debian/patches/51_ubuntu_system_keyboard.patch:
  - Implement the global keyboard spec at https://wiki.ubuntu.com/DefaultKeyboardSettings

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 toplevel-contextual -->
5
 
  <object class="GtkDialog" id="xkb_options_dialog">
6
 
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7
 
    <property name="border_width">5</property>
8
 
    <property name="title" translatable="yes">Keyboard Layout Options</property>
9
 
    <property name="window_position">center-on-parent</property>
10
 
    <property name="default_width">550</property>
11
 
    <property name="default_height">400</property>
12
 
    <property name="type_hint">dialog</property>
13
 
    <property name="has_separator">False</property>
14
 
    <child internal-child="vbox">
15
 
      <object class="GtkVBox" id="dialog-vbox4">
16
 
        <property name="visible">True</property>
17
 
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
18
 
        <property name="orientation">vertical</property>
19
 
        <property name="spacing">2</property>
20
 
        <child>
21
 
          <object class="GtkScrolledWindow" id="options_scroll">
22
 
            <property name="visible">True</property>
23
 
            <property name="can_focus">True</property>
24
 
            <property name="border_width">5</property>
25
 
            <property name="hscrollbar_policy">automatic</property>
26
 
            <property name="vscrollbar_policy">automatic</property>
27
 
            <property name="shadow_type">out</property>
28
 
            <child>
29
 
              <object class="GtkViewport" id="viewport1">
30
 
                <property name="visible">True</property>
31
 
                <property name="shadow_type">none</property>
32
 
                <child>
33
 
                  <object class="GtkVBox" id="options_vbox">
34
 
                    <property name="visible">True</property>
35
 
                    <property name="orientation">vertical</property>
36
 
                  </object>
37
 
                </child>
38
 
              </object>
39
 
            </child>
40
 
          </object>
41
 
          <packing>
42
 
            <property name="position">1</property>
43
 
          </packing>
44
 
        </child>
45
 
        <child internal-child="action_area">
46
 
          <object class="GtkHButtonBox" id="dialog-action_area4">
47
 
            <property name="visible">True</property>
48
 
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
49
 
            <property name="layout_style">end</property>
50
 
            <child>
51
 
              <object class="GtkButton" id="button3">
52
 
                <property name="label">gtk-help</property>
53
 
                <property name="visible">True</property>
54
 
                <property name="can_focus">True</property>
55
 
                <property name="receives_default">True</property>
56
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
57
 
                <property name="use_stock">True</property>
58
 
              </object>
59
 
              <packing>
60
 
                <property name="expand">False</property>
61
 
                <property name="fill">False</property>
62
 
                <property name="position">0</property>
63
 
              </packing>
64
 
            </child>
65
 
            <child>
66
 
              <object class="GtkButton" id="button2">
67
 
                <property name="label">gtk-close</property>
68
 
                <property name="visible">True</property>
69
 
                <property name="can_focus">True</property>
70
 
                <property name="receives_default">True</property>
71
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
72
 
                <property name="use_stock">True</property>
73
 
              </object>
74
 
              <packing>
75
 
                <property name="expand">False</property>
76
 
                <property name="fill">False</property>
77
 
                <property name="position">1</property>
78
 
              </packing>
79
 
            </child>
80
 
          </object>
81
 
          <packing>
82
 
            <property name="expand">False</property>
83
 
            <property name="pack_type">end</property>
84
 
            <property name="position">0</property>
85
 
          </packing>
86
 
        </child>
87
 
      </object>
88
 
    </child>
89
 
    <action-widgets>
90
 
      <action-widget response="-11">button3</action-widget>
91
 
      <action-widget response="-7">button2</action-widget>
92
 
    </action-widgets>
93
 
  </object>
94
 
</interface>