indentation-c-style: Update preferences UI file to gtk+-3
[anjuta.git] / plugins / patch / patch-plugin.ui
blob5d47082793e1d6d7110104ec38f31709c80a253b
1 <?xml version="1.0"?>
2 <!--Generated with glade3 3.4.0 on Fri Feb 1 11:57:23 2008
3 Version: 2.91.3
4 Date: Sat Jul 29 21:16:15 2006
5 User: jhs
6 Host: idefix
7 -->
8 <interface>
9 <object class="GtkAdjustment" id="adjustment1">
10 <property name="upper">10</property>
11 <property name="lower">0</property>
12 <property name="page_increment">10</property>
13 <property name="step_increment">0</property>
14 <property name="page_size">0</property>
15 <property name="value">0</property>
16 </object>
17 <object class="GtkDialog" id="patch_dialog">
18 <property name="title" translatable="yes">Patch</property>
19 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
20 <child internal-child="vbox">
21 <object class="GtkVBox" id="vbox1">
22 <property name="visible">True</property>
23 <child>
24 <object class="GtkTable" id="patch_table">
25 <property name="n_rows">5</property>
26 <property name="n_columns">2</property>
27 <property name="column_spacing">5</property>
28 <property name="row_spacing">5</property>
29 <child>
30 <placeholder/>
31 </child>
32 <child>
33 <placeholder/>
34 </child>
35 <child>
36 <object class="GtkCheckButton" id="dryrun">
37 <property name="visible">True</property>
38 <property name="label" translatable="yes">Dry run</property>
39 <property name="draw_indicator">True</property>
40 </object>
41 <packing>
42 <property name="right_attach">2</property>
43 <property name="top_attach">3</property>
44 <property name="bottom_attach">4</property>
45 </packing>
46 </child>
47 <child>
48 <object class="GtkLabel" id="output">
49 <property name="visible">True</property>
50 </object>
51 <packing>
52 <property name="right_attach">2</property>
53 <property name="top_attach">4</property>
54 <property name="bottom_attach">5</property>
55 </packing>
56 </child>
57 <child>
58 <object class="GtkLabel" id="label1">
59 <property name="xalign">0</property>
60 <property name="yalign">0</property>
61 <property name="xpad">5</property>
62 <property name="ypad">5</property>
63 <property name="label" translatable="yes">File/Directory to patch:</property>
64 </object>
65 </child>
66 <child>
67 <object class="GtkLabel" id="label2">
68 <property name="xalign">0</property>
69 <property name="yalign">0</property>
70 <property name="xpad">5</property>
71 <property name="ypad">5</property>
72 <property name="label" translatable="yes">Patch file:</property>
73 </object>
74 <packing>
75 <property name="top_attach">1</property>
76 <property name="bottom_attach">2</property>
77 </packing>
78 </child>
79 <child>
80 <object class="GtkLabel" id="label3">
81 <property name="xalign">0</property>
82 <property name="yalign">0</property>
83 <property name="xpad">5</property>
84 <property name="ypad">5</property>
85 <property name="label" translatable="yes">Patch level:</property>
86 </object>
87 <packing>
88 <property name="top_attach">2</property>
89 <property name="bottom_attach">3</property>
90 </packing>
91 </child>
92 <child>
93 <object class="GtkHScale" id="patch_level_scale">
94 <property name="adjustment">adjustment1</property>
95 <property name="digits">0</property>
96 </object>
97 <packing>
98 <property name="left_attach">1</property>
99 <property name="right_attach">2</property>
100 <property name="top_attach">2</property>
101 <property name="bottom_attach">3</property>
102 </packing>
103 </child>
104 </object>
105 <packing>
106 <property name="position">2</property>
107 </packing>
108 </child>
109 <child internal-child="action_area">
110 <object class="GtkHButtonBox" id="hbuttonbox1">
111 <property name="visible">True</property>
112 <property name="layout_style">GTK_BUTTONBOX_END</property>
113 <child>
114 <object class="GtkButton" id="cancel_button">
115 <property name="visible">True</property>
116 <property name="can_focus">True</property>
117 <property name="can_default">True</property>
118 <property name="label">gtk-cancel</property>
119 <property name="use_stock">True</property>
120 </object>
121 </child>
122 <child>
123 <object class="GtkButton" id="patch_button">
124 <property name="visible">True</property>
125 <property name="can_focus">True</property>
126 <property name="receives_default">True</property>
127 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
128 <property name="label" translatable="no">gtk-apply</property>
129 <property name="use_stock">True</property>
130 </object>
131 <packing>
132 <property name="position">1</property>
133 </packing>
134 </child>
135 </object>
136 <packing>
137 <property name="expand">False</property>
138 <property name="pack_type">GTK_PACK_END</property>
139 </packing>
140 </child>
141 </object>
142 </child>
143 <action-widgets>
144 <action-widget response="-6">cancel_button</action-widget>
145 </action-widgets>
146 </object>
147 </interface>