~ubuntu-branches/ubuntu/quantal/mysql-workbench/quantal

« back to all changes in this revision

Viewing changes to plugins/db.mysql.editors/linux/res/live_editor_decoration.glade

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2012-03-01 21:57:30 UTC
  • Revision ID: package-import@ubuntu.com-20120301215730-o7y8av8y38n162ro
Tags: upstream-5.2.38+dfsg
ImportĀ upstreamĀ versionĀ 5.2.38+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <object class="GtkWindow" id="window1">
 
6
    <property name="can_focus">False</property>
 
7
    <child>
 
8
      <object class="GtkVBox" id="vbox1">
 
9
        <property name="visible">True</property>
 
10
        <property name="can_focus">False</property>
 
11
        <child>
 
12
          <object class="GtkViewport" id="live_editor_placeholder">
 
13
            <property name="visible">True</property>
 
14
            <property name="can_focus">False</property>
 
15
            <property name="resize_mode">queue</property>
 
16
            <child>
 
17
              <placeholder/>
 
18
            </child>
 
19
          </object>
 
20
          <packing>
 
21
            <property name="expand">True</property>
 
22
            <property name="fill">True</property>
 
23
            <property name="position">0</property>
 
24
          </packing>
 
25
        </child>
 
26
        <child>
 
27
          <object class="GtkHButtonBox" id="hbuttonbox1">
 
28
            <property name="visible">True</property>
 
29
            <property name="can_focus">False</property>
 
30
            <property name="spacing">3</property>
 
31
            <property name="layout_style">end</property>
 
32
            <child>
 
33
              <object class="GtkButton" id="apply_live_edtior_button">
 
34
                <property name="label" translatable="yes">Apply</property>
 
35
                <property name="visible">True</property>
 
36
                <property name="can_focus">True</property>
 
37
                <property name="receives_default">True</property>
 
38
                <property name="use_action_appearance">False</property>
 
39
                <property name="yalign">1</property>
 
40
              </object>
 
41
              <packing>
 
42
                <property name="expand">False</property>
 
43
                <property name="fill">False</property>
 
44
                <property name="position">0</property>
 
45
              </packing>
 
46
            </child>
 
47
            <child>
 
48
              <object class="GtkButton" id="revert_live_edtior_button">
 
49
                <property name="label" translatable="yes">Revert</property>
 
50
                <property name="visible">True</property>
 
51
                <property name="can_focus">True</property>
 
52
                <property name="receives_default">True</property>
 
53
                <property name="use_action_appearance">False</property>
 
54
                <property name="yalign">1</property>
 
55
              </object>
 
56
              <packing>
 
57
                <property name="expand">False</property>
 
58
                <property name="fill">False</property>
 
59
                <property name="position">1</property>
 
60
              </packing>
 
61
            </child>
 
62
            <child>
 
63
              <object class="GtkButton" id="close_live_edtior_button">
 
64
                <property name="label" translatable="yes">Close</property>
 
65
                <property name="visible">True</property>
 
66
                <property name="can_focus">True</property>
 
67
                <property name="receives_default">True</property>
 
68
                <property name="use_action_appearance">False</property>
 
69
              </object>
 
70
              <packing>
 
71
                <property name="expand">False</property>
 
72
                <property name="fill">False</property>
 
73
                <property name="position">2</property>
 
74
              </packing>
 
75
            </child>
 
76
          </object>
 
77
          <packing>
 
78
            <property name="expand">False</property>
 
79
            <property name="fill">False</property>
 
80
            <property name="padding">5</property>
 
81
            <property name="position">1</property>
 
82
          </packing>
 
83
        </child>
 
84
      </object>
 
85
    </child>
 
86
  </object>
 
87
</interface>