~kiddo/specto/fix-email-encoding

« back to all changes in this revision

Viewing changes to data/glade/import_export.glade

  • Committer: Jean-François Fortin Tam
  • Date: 2010-11-13 14:42:21 UTC
  • mfrom: (147.2.8 gtkbuilder-specto)
  • Revision ID: nekohayo@gmail.com-20101113144221-njln21ppfncnlw45
Merge the GTKBuilder branch

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
 
<!--*- mode: xml -*-->
4
 
<glade-interface>
5
 
  <widget class="GtkDialog" id="import_export">
6
 
    <property name="visible">True</property>
7
 
    <property name="border_width">12</property>
8
 
    <property name="title" translatable="no">dialog1</property>
9
 
    <property name="default_height">150</property>
10
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
11
 
    <property name="has_separator">False</property>
12
 
    <child internal-child="vbox">
13
 
      <widget class="GtkVBox" id="dialog-vbox1">
14
 
        <property name="visible">True</property>
15
 
        <property name="spacing">12</property>
16
 
        <child>
17
 
          <widget class="GtkScrolledWindow" id="scrolledwindow1">
18
 
            <property name="height_request">250</property>
19
 
            <property name="visible">True</property>
20
 
            <property name="can_focus">True</property>
21
 
            <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
22
 
            <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
23
 
            <property name="shadow_type">GTK_SHADOW_IN</property>
24
 
            <child>
25
 
              <widget class="GtkTreeView" id="treeview">
26
 
                <property name="visible">True</property>
27
 
                <property name="can_focus">True</property>
28
 
              </widget>
29
 
            </child>
30
 
          </widget>
31
 
          <packing>
32
 
            <property name="position">1</property>
33
 
          </packing>
34
 
        </child>
35
 
        <child internal-child="action_area">
36
 
          <widget class="GtkHButtonBox" id="dialog-action_area1">
37
 
            <property name="visible">True</property>
38
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
39
 
            <child>
40
 
              <widget class="GtkButton" id="button_select_all">
41
 
                <property name="visible">True</property>
42
 
                <property name="can_focus">True</property>
43
 
                <property name="can_default">True</property>
44
 
                <property name="label" translatable="yes">Select all</property>
45
 
                <property name="use_underline">True</property>
46
 
                <signal name="clicked" handler="on_button_select_all_clicked"/>
47
 
              </widget>
48
 
            </child>
49
 
            <child>
50
 
              <widget class="GtkButton" id="button_deselect_all">
51
 
                <property name="visible">True</property>
52
 
                <property name="can_focus">True</property>
53
 
                <property name="can_default">True</property>
54
 
                <property name="label" translatable="yes">Deselect all</property>
55
 
                <property name="use_underline">True</property>
56
 
                <signal name="clicked" handler="on_button_deselect_all_clicked"/>
57
 
              </widget>
58
 
              <packing>
59
 
                <property name="position">1</property>
60
 
              </packing>
61
 
            </child>
62
 
            <child>
63
 
              <widget class="GtkButton" id="button_close">
64
 
                <property name="visible">True</property>
65
 
                <property name="can_focus">True</property>
66
 
                <property name="can_default">True</property>
67
 
                <property name="label">gtk-close</property>
68
 
                <property name="use_stock">True</property>
69
 
                <property name="response_id">-7</property>
70
 
                <signal name="clicked" handler="on_button_close_clicked"/>
71
 
              </widget>
72
 
              <packing>
73
 
                <property name="position">2</property>
74
 
              </packing>
75
 
            </child>
76
 
            <child>
77
 
              <widget class="GtkButton" id="button_action">
78
 
                <property name="visible">True</property>
79
 
                <property name="label" translatable="no">gtk-save-as</property>
80
 
                <property name="use_stock">True</property>
81
 
                <signal name="clicked" handler="on_button_action_clicked"/>
82
 
              </widget>
83
 
              <packing>
84
 
                <property name="position">3</property>
85
 
              </packing>
86
 
            </child>
87
 
          </widget>
88
 
          <packing>
89
 
            <property name="expand">False</property>
90
 
            <property name="pack_type">GTK_PACK_END</property>
91
 
          </packing>
92
 
        </child>
93
 
      </widget>
94
 
    </child>
95
 
  </widget>
96
 
  <widget class="GtkFileChooserDialog" id="filechooser">
97
 
    <property name="visible">True</property>
98
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
99
 
    <child internal-child="vbox">
100
 
      <widget class="GtkVBox" id="dialog-vbox2">
101
 
        <property name="visible">True</property>
102
 
        <property name="spacing">24</property>
103
 
        <child>
104
 
          <placeholder/>
105
 
        </child>
106
 
        <child internal-child="action_area">
107
 
          <widget class="GtkHButtonBox" id="dialog-action_area2">
108
 
            <property name="visible">True</property>
109
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
110
 
            <child>
111
 
              <widget class="GtkButton" id="button_cancel">
112
 
                <property name="visible">True</property>
113
 
                <property name="can_focus">True</property>
114
 
                <property name="can_default">True</property>
115
 
                <property name="label">gtk-cancel</property>
116
 
                <property name="use_stock">True</property>
117
 
                <property name="response_id">-6</property>
118
 
                <signal name="clicked" handler="on_button_cancel_clicked"/>
119
 
              </widget>
120
 
            </child>
121
 
            <child>
122
 
              <widget class="GtkButton" id="button_save">
123
 
                <property name="visible">True</property>
124
 
                <property name="can_focus">True</property>
125
 
                <property name="can_default">True</property>
126
 
                <property name="has_default">True</property>
127
 
                <property name="label">gtk-open</property>
128
 
                <property name="use_stock">True</property>
129
 
                <property name="response_id">-5</property>
130
 
                <signal name="clicked" handler="on_button_save_clicked"/>
131
 
              </widget>
132
 
              <packing>
133
 
                <property name="position">1</property>
134
 
              </packing>
135
 
            </child>
136
 
          </widget>
137
 
          <packing>
138
 
            <property name="expand">False</property>
139
 
            <property name="pack_type">GTK_PACK_END</property>
140
 
          </packing>
141
 
        </child>
142
 
      </widget>
143
 
    </child>
144
 
  </widget>
145
 
</glade-interface>