summaryrefslogtreecommitdiff
path: root/gtk/ui/gtkfilechooserdialog.ui
blob: 6c2cfc1d350a00e267c28a16959075df22f02af7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk40">
  <template class="GtkFileChooserDialog" parent="GtkDialog">
    <property name="type-hint">dialog</property>
    <property name="default-width">600</property>
    <signal name="response" handler="response_cb" swapped="no"/>
    <child internal-child="content_area">
      <object class="GtkBox">
        <property name="orientation">vertical</property>
        <child internal-child="action_area">
          <object class="GtkBox" id="dialog-action_area1">
            <property name="margin-start">6</property>
            <property name="margin-end">6</property>
            <property name="margin-top">6</property>
            <property name="margin-bottom">6</property>
            <property name="hexpand">1</property>
            <property name="halign">end</property>
          </object>
        </child>
        <child>
          <object class="GtkFileChooserWidget" id="widget">
            <property name="hexpand">1</property>
            <property name="vexpand">1</property>
            <signal name="file-activated" handler="file_chooser_widget_file_activated" swapped="no"/>
            <signal name="response-requested" handler="file_chooser_widget_response_requested" swapped="no"/>
            <signal name="selection-changed" handler="file_chooser_widget_selection_changed" swapped="no"/>
          </object>
        </child>
      </object>
    </child>
  </template>
  <object class="GtkSizeGroup" id="buttons">
    <property name="mode">vertical</property>
  </object>
</interface>