~iferca/yape/trunk

« back to all changes in this revision

Viewing changes to src/yape/glade/traceback.glade

  • Committer: Israel Fernández Cabrera
  • Date: 2008-10-03 21:12:17 UTC
  • Revision ID: iferca@gmail.com-20081003211217-uu1df2ucq3wd67nd
YaPe project moved to the new YaPe project structure. Old one will work fine but it was not suitable for the next development phases

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
 
3
<!--Generated with glade3 3.4.5 on Thu Sep 25 17:39:11 2008 -->
 
4
<glade-interface>
 
5
  <widget class="GtkDialog" id="_dialog">
 
6
    <property name="width_request">500</property>
 
7
    <property name="height_request">400</property>
 
8
    <property name="border_width">5</property>
 
9
    <property name="title" translatable="yes">Traceback</property>
 
10
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
11
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
12
    <child internal-child="vbox">
 
13
      <widget class="GtkVBox" id="dialog-vbox1">
 
14
        <property name="visible">True</property>
 
15
        <property name="spacing">2</property>
 
16
        <child>
 
17
          <widget class="GtkHBox" id="hbox1">
 
18
            <property name="visible">True</property>
 
19
            <child>
 
20
              <widget class="GtkVBox" id="vbox1">
 
21
                <property name="visible">True</property>
 
22
                <child>
 
23
                  <widget class="GtkLabel" id="label1">
 
24
                    <property name="visible">True</property>
 
25
                    <property name="yalign">0.49000000953674316</property>
 
26
                    <property name="label" translatable="yes">&lt;b&gt;Error message:&lt;/b&gt;</property>
 
27
                    <property name="use_markup">True</property>
 
28
                  </widget>
 
29
                  <packing>
 
30
                    <property name="expand">False</property>
 
31
                    <property name="fill">False</property>
 
32
                    <property name="padding">10</property>
 
33
                  </packing>
 
34
                </child>
 
35
              </widget>
 
36
              <packing>
 
37
                <property name="expand">False</property>
 
38
                <property name="fill">False</property>
 
39
                <property name="padding">10</property>
 
40
              </packing>
 
41
            </child>
 
42
            <child>
 
43
              <widget class="GtkLabel" id="_original">
 
44
                <property name="visible">True</property>
 
45
                <property name="wrap">True</property>
 
46
              </widget>
 
47
              <packing>
 
48
                <property name="expand">False</property>
 
49
                <property name="padding">5</property>
 
50
                <property name="position">1</property>
 
51
              </packing>
 
52
            </child>
 
53
          </widget>
 
54
          <packing>
 
55
            <property name="expand">False</property>
 
56
            <property name="fill">False</property>
 
57
            <property name="position">1</property>
 
58
          </packing>
 
59
        </child>
 
60
        <child>
 
61
          <widget class="GtkHSeparator" id="hseparator1">
 
62
            <property name="visible">True</property>
 
63
          </widget>
 
64
          <packing>
 
65
            <property name="expand">False</property>
 
66
            <property name="position">2</property>
 
67
          </packing>
 
68
        </child>
 
69
        <child>
 
70
          <widget class="GtkHBox" id="hbox2">
 
71
            <property name="visible">True</property>
 
72
            <child>
 
73
              <widget class="GtkLabel" id="label2">
 
74
                <property name="visible">True</property>
 
75
                <property name="label" translatable="yes">&lt;b&gt;Traceback:&lt;/b&gt;</property>
 
76
                <property name="use_markup">True</property>
 
77
              </widget>
 
78
              <packing>
 
79
                <property name="expand">False</property>
 
80
                <property name="padding">10</property>
 
81
              </packing>
 
82
            </child>
 
83
          </widget>
 
84
          <packing>
 
85
            <property name="expand">False</property>
 
86
            <property name="position">3</property>
 
87
          </packing>
 
88
        </child>
 
89
        <child>
 
90
          <widget class="GtkScrolledWindow" id="scrolledwindow1">
 
91
            <property name="visible">True</property>
 
92
            <property name="can_focus">True</property>
 
93
            <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
94
            <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
95
            <child>
 
96
              <widget class="GtkTextView" id="_content">
 
97
                <property name="visible">True</property>
 
98
                <property name="can_focus">True</property>
 
99
                <property name="editable">False</property>
 
100
              </widget>
 
101
            </child>
 
102
          </widget>
 
103
          <packing>
 
104
            <property name="position">4</property>
 
105
          </packing>
 
106
        </child>
 
107
        <child internal-child="action_area">
 
108
          <widget class="GtkHButtonBox" id="dialog-action_area1">
 
109
            <property name="visible">True</property>
 
110
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
111
            <child>
 
112
              <placeholder/>
 
113
            </child>
 
114
            <child>
 
115
              <widget class="GtkButton" id="button1">
 
116
                <property name="visible">True</property>
 
117
                <property name="can_focus">True</property>
 
118
                <property name="can_default">True</property>
 
119
                <property name="has_default">True</property>
 
120
                <property name="receives_default">True</property>
 
121
                <property name="label" translatable="yes">gtk-close</property>
 
122
                <property name="use_stock">True</property>
 
123
                <property name="response_id">0</property>
 
124
              </widget>
 
125
              <packing>
 
126
                <property name="position">1</property>
 
127
              </packing>
 
128
            </child>
 
129
          </widget>
 
130
          <packing>
 
131
            <property name="expand">False</property>
 
132
            <property name="pack_type">GTK_PACK_END</property>
 
133
          </packing>
 
134
        </child>
 
135
      </widget>
 
136
    </child>
 
137
  </widget>
 
138
</glade-interface>