~ubuntu-branches/ubuntu/natty/pytrainer/natty-proposed

« back to all changes in this revision

Viewing changes to glade/warning.glade

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-02-04 06:07:11 UTC
  • mfrom: (4.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100204060711-25n5aw66w5egeiph
Tags: 1.7.1-1ubuntu1
* Merge from debian testing, remaining changes:
  - debian/control:
    + Replace Depends on iceweasel with firefox | abrowser.
    + Bump python-dev,debhelper build-dependencies.
    - Drop dependency on python-glade2 (libglade -> gtkbuilder transition).
  - debian/rules:
    + Append --install-laoyut=deb to setup.py install to prevent a build
      failure with Python 2.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<glade-interface>
 
3
  <!-- interface-requires gtk+ 2.6 -->
 
4
  <!-- interface-naming-policy toplevel-contextual -->
 
5
  <widget class="GtkDialog" id="warning">
 
6
    <property name="visible">True</property>
 
7
    <property name="title" translatable="yes">Warning</property>
 
8
    <property name="resizable">False</property>
 
9
    <property name="modal">True</property>
 
10
    <property name="window_position">mouse</property>
 
11
    <property name="icon">logo_mini.png</property>
 
12
    <property name="type_hint">dialog</property>
 
13
    <signal name="destroy" handler="gtk_main_quit"/>
 
14
    <child internal-child="vbox">
 
15
      <widget class="GtkVBox" id="dialog-vbox2">
 
16
        <property name="visible">True</property>
 
17
        <property name="orientation">vertical</property>
 
18
        <child>
 
19
          <widget class="GtkHBox" id="hbox28">
 
20
            <property name="visible">True</property>
 
21
            <child>
 
22
              <widget class="GtkImage" id="image14">
 
23
                <property name="visible">True</property>
 
24
                <property name="pixel_size">46</property>
 
25
                <property name="icon_name">gtk-dialog-warning</property>
 
26
              </widget>
 
27
              <packing>
 
28
                <property name="expand">False</property>
 
29
                <property name="fill">False</property>
 
30
                <property name="position">0</property>
 
31
              </packing>
 
32
            </child>
 
33
            <child>
 
34
              <widget class="GtkLabel" id="warningText">
 
35
                <property name="visible">True</property>
 
36
                <property name="xpad">5</property>
 
37
                <property name="ypad">5</property>
 
38
                <property name="label" translatable="yes">Warning</property>
 
39
                <property name="use_markup">True</property>
 
40
                <property name="wrap">True</property>
 
41
              </widget>
 
42
              <packing>
 
43
                <property name="position">1</property>
 
44
              </packing>
 
45
            </child>
 
46
          </widget>
 
47
          <packing>
 
48
            <property name="position">2</property>
 
49
          </packing>
 
50
        </child>
 
51
        <child internal-child="action_area">
 
52
          <widget class="GtkHButtonBox" id="dialog-action_area2">
 
53
            <property name="visible">True</property>
 
54
            <property name="layout_style">end</property>
 
55
            <child>
 
56
              <widget class="GtkButton" id="cancelbutton1">
 
57
                <property name="label">gtk-cancel</property>
 
58
                <property name="response_id">-6</property>
 
59
                <property name="visible">True</property>
 
60
                <property name="can_focus">True</property>
 
61
                <property name="can_default">True</property>
 
62
                <property name="receives_default">False</property>
 
63
                <property name="use_stock">True</property>
 
64
                <signal name="clicked" handler="on_cancel_clicked"/>
 
65
              </widget>
 
66
              <packing>
 
67
                <property name="expand">False</property>
 
68
                <property name="fill">False</property>
 
69
                <property name="position">0</property>
 
70
              </packing>
 
71
            </child>
 
72
            <child>
 
73
              <widget class="GtkButton" id="okbutton1">
 
74
                <property name="label">gtk-ok</property>
 
75
                <property name="response_id">-5</property>
 
76
                <property name="visible">True</property>
 
77
                <property name="can_focus">True</property>
 
78
                <property name="can_default">True</property>
 
79
                <property name="receives_default">False</property>
 
80
                <property name="use_stock">True</property>
 
81
                <signal name="clicked" handler="on_accept_clicked"/>
 
82
              </widget>
 
83
              <packing>
 
84
                <property name="expand">False</property>
 
85
                <property name="fill">False</property>
 
86
                <property name="position">1</property>
 
87
              </packing>
 
88
            </child>
 
89
          </widget>
 
90
          <packing>
 
91
            <property name="expand">False</property>
 
92
            <property name="pack_type">end</property>
 
93
            <property name="position">0</property>
 
94
          </packing>
 
95
        </child>
 
96
      </widget>
 
97
    </child>
 
98
  </widget>
 
99
</glade-interface>