~ubuntu-branches/ubuntu/jaunty/gnome-applets/jaunty

« back to all changes in this revision

Viewing changes to gswitchit/gswitchit.ui

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-06-03 18:13:41 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20080603181341-j2ldywy9g983scl2
Tags: 2.23.2-0ubuntu1
* New upstream version
* Sync on Debian
* debian/control.in:
  - build using liboobs and not type-handling and libcpufreq-dev
  - Pre-Depends: dpkg (>= 1.10.24)
  - updated maintainer information
* debian/patches/04_applets_categories.patch:
  - set applets categories
* debian/patches/13_battstat_measuring_more_appropriate.patch:
  - workaround acpi bug
* debian/patches/14_battstat_enable_pmi.patch:
  - use the pmi interface to know if suspend is available
* debian/patches/81_mixer_mute_callback.patch:
  - stop the mixer applet from randomly muting when the volume is adjusted.
* debian/patches/98_autoreconf.patch:
  - run autotools update
* debian/rules:
  - DEB_DH_BUILDDEB_ARGS := -- -Zbzip2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!--*- mode: xml -*-->
 
3
<interface>
 
4
  <object class="GtkDialog" id="gswitchit_layout_view">
 
5
    <property name="border_width">5</property>
 
6
    <property name="title" translatable="yes">Keyboard Layout</property>
 
7
    <property name="resizable">False</property>
 
8
    <property name="destroy_with_parent">True</property>
 
9
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
10
    <property name="has_separator">False</property>
 
11
    <child internal-child="vbox">
 
12
      <object class="GtkVBox" id="dialog-vbox1">
 
13
        <property name="visible">True</property>
 
14
        <property name="spacing">2</property>
 
15
        <child>
 
16
          <object class="GtkVBox" id="preview_vbox">
 
17
            <property name="visible">True</property>
 
18
            <property name="border_width">5</property>
 
19
            <property name="spacing">18</property>
 
20
            <child>
 
21
              <placeholder/>
 
22
            </child>
 
23
            <child>
 
24
              <placeholder/>
 
25
            </child>
 
26
          </object>
 
27
          <packing>
 
28
            <property name="position">1</property>
 
29
          </packing>
 
30
        </child>
 
31
        <child internal-child="action_area">
 
32
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
33
            <property name="visible">True</property>
 
34
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
35
            <child>
 
36
              <object class="GtkButton" id="btnPrint">
 
37
                <property name="visible">True</property>
 
38
                <property name="can_focus">True</property>
 
39
                <property name="receives_default">True</property>
 
40
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
41
                <property name="label">gtk-print</property>
 
42
                <property name="use_stock">True</property>
 
43
              </object>
 
44
            </child>
 
45
            <child>
 
46
              <object class="GtkButton" id="btnHelp">
 
47
                <property name="visible">True</property>
 
48
                <property name="can_focus">True</property>
 
49
                <property name="can_default">True</property>
 
50
                <property name="label">gtk-help</property>
 
51
                <property name="use_stock">True</property>
 
52
              </object>
 
53
              <packing>
 
54
                <property name="position">1</property>
 
55
              </packing>
 
56
            </child>
 
57
            <child>
 
58
              <object class="GtkButton" id="btnClose">
 
59
                <property name="visible">True</property>
 
60
                <property name="can_focus">True</property>
 
61
                <property name="can_default">True</property>
 
62
                <property name="label">gtk-close</property>
 
63
                <property name="use_stock">True</property>
 
64
              </object>
 
65
              <packing>
 
66
                <property name="position">2</property>
 
67
              </packing>
 
68
            </child>
 
69
          </object>
 
70
          <packing>
 
71
            <property name="expand">False</property>
 
72
            <property name="pack_type">GTK_PACK_END</property>
 
73
          </packing>
 
74
        </child>
 
75
      </object>
 
76
    </child>
 
77
    <action-widgets>
 
78
      <action-widget response="2">btnPrint</action-widget>
 
79
      <action-widget response="-11">btnHelp</action-widget>
 
80
      <action-widget response="-7">btnClose</action-widget>
 
81
    </action-widgets>
 
82
  </object>
 
83
</interface>