~lallenlowe/middleman/trunk

« back to all changes in this revision

Viewing changes to data/ui/PreferencesMiddlemanDialog.ui

  • Committer: Allen Lowe
  • Date: 2012-04-06 22:44:21 UTC
  • Revision ID: lallenlowe@gmail.com-20120406224421-fj4viar8pmyx5nm1
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <!-- interface-requires gtk+ 3.0 -->
 
4
  <!-- interface-requires preferences_middleman_dialog 1.0 -->
 
5
  <object class="PreferencesMiddlemanDialog" id="preferences_middleman_dialog">
 
6
    <property name="can_focus">False</property>
 
7
    <property name="title" translatable="yes">Middleman Preferences</property>
 
8
    <property name="icon">../media/middleman.svg</property>
 
9
    <property name="type_hint">normal</property>
 
10
    <child internal-child="vbox">
 
11
      <object class="GtkBox" id="dialog-vbox1">
 
12
        <property name="visible">True</property>
 
13
        <property name="can_focus">False</property>
 
14
        <property name="orientation">vertical</property>
 
15
        <property name="spacing">12</property>
 
16
        <child internal-child="action_area">
 
17
          <object class="GtkButtonBox" id="dialog-action_area1">
 
18
            <property name="visible">True</property>
 
19
            <property name="can_focus">False</property>
 
20
            <property name="layout_style">end</property>
 
21
            <child>
 
22
              <object class="GtkButton" id="btn_help">
 
23
                <property name="label">gtk-help</property>
 
24
                <property name="visible">True</property>
 
25
                <property name="can_focus">True</property>
 
26
                <property name="receives_default">True</property>
 
27
                <property name="use_action_appearance">False</property>
 
28
                <property name="use_stock">True</property>
 
29
              </object>
 
30
              <packing>
 
31
                <property name="expand">False</property>
 
32
                <property name="fill">False</property>
 
33
                <property name="position">0</property>
 
34
                <property name="secondary">True</property>
 
35
              </packing>
 
36
            </child>
 
37
            <child>
 
38
              <object class="GtkButton" id="btn_close">
 
39
                <property name="label">gtk-close</property>
 
40
                <property name="visible">True</property>
 
41
                <property name="can_focus">True</property>
 
42
                <property name="receives_default">True</property>
 
43
                <property name="use_action_appearance">False</property>
 
44
                <property name="use_stock">True</property>
 
45
              </object>
 
46
              <packing>
 
47
                <property name="expand">False</property>
 
48
                <property name="fill">False</property>
 
49
                <property name="position">1</property>
 
50
              </packing>
 
51
            </child>
 
52
          </object>
 
53
          <packing>
 
54
            <property name="expand">False</property>
 
55
            <property name="fill">True</property>
 
56
            <property name="pack_type">end</property>
 
57
            <property name="position">0</property>
 
58
          </packing>
 
59
        </child>
 
60
        <child>
 
61
          <object class="GtkGrid" id="table1">
 
62
            <property name="visible">True</property>
 
63
            <property name="can_focus">False</property>
 
64
            <property name="row_spacing">6</property>
 
65
            <property name="column_spacing">6</property>
 
66
            <property name="n_rows">1</property>
 
67
            <property name="n_columns">2</property>
 
68
            <child>
 
69
              <object class="GtkEntry" id="example_entry">
 
70
                <property name="visible">True</property>
 
71
                <property name="can_focus">True</property>
 
72
                <property name="hexpand">True</property>
 
73
                <property name="invisible_char">•</property>
 
74
              </object>
 
75
              <packing>
 
76
                <property name="left_attach">1</property>
 
77
                <property name="top_attach">0</property>
 
78
                <property name="width">1</property>
 
79
                <property name="height">1</property>
 
80
              </packing>
 
81
            </child>
 
82
            <child>
 
83
              <object class="GtkLabel" id="example_entry_label">
 
84
                <property name="visible">True</property>
 
85
                <property name="can_focus">False</property>
 
86
                <property name="xalign">0</property>
 
87
                <property name="label" translatable="yes">_Example entry:</property>
 
88
                <property name="use_underline">True</property>
 
89
                <property name="mnemonic_widget">example_entry</property>
 
90
              </object>
 
91
              <packing>
 
92
                <property name="left_attach">0</property>
 
93
                <property name="top_attach">0</property>
 
94
                <property name="width">1</property>
 
95
                <property name="height">1</property>
 
96
              </packing>
 
97
            </child>
 
98
          </object>
 
99
          <packing>
 
100
            <property name="expand">False</property>
 
101
            <property name="fill">True</property>
 
102
            <property name="position">1</property>
 
103
          </packing>
 
104
        </child>
 
105
      </object>
 
106
    </child>
 
107
    <action-widgets>
 
108
      <action-widget response="-11">btn_help</action-widget>
 
109
      <action-widget response="-7">btn_close</action-widget>
 
110
    </action-widgets>
 
111
  </object>
 
112
</interface>