1 | <?xml version="1.0"?> |
---|
2 | <interface> |
---|
3 | <requires lib="gtk+" version="2.16"/> |
---|
4 | <!-- interface-naming-policy project-wide --> |
---|
5 | <object class="GtkDialog" id="gutenbach-prefs"> |
---|
6 | <property name="border_width">5</property> |
---|
7 | <property name="title" translatable="yes">gutenbach Configuration</property> |
---|
8 | <property name="type_hint">dialog</property> |
---|
9 | <property name="has_separator">False</property> |
---|
10 | <child internal-child="vbox"> |
---|
11 | <object class="GtkVBox" id="dialog-vbox1"> |
---|
12 | <property name="visible">True</property> |
---|
13 | <property name="orientation">vertical</property> |
---|
14 | <property name="spacing">2</property> |
---|
15 | <child> |
---|
16 | <object class="GtkVBox" id="vbox1"> |
---|
17 | <property name="visible">True</property> |
---|
18 | <property name="orientation">vertical</property> |
---|
19 | <child> |
---|
20 | <object class="GtkVBox" id="vbox2"> |
---|
21 | <property name="visible">True</property> |
---|
22 | <property name="orientation">vertical</property> |
---|
23 | <child> |
---|
24 | <object class="GtkLabel" id="printer_label"> |
---|
25 | <property name="visible">True</property> |
---|
26 | <property name="xalign">0</property> |
---|
27 | <property name="label" translatable="yes">Printer name:</property> |
---|
28 | </object> |
---|
29 | <packing> |
---|
30 | <property name="position">0</property> |
---|
31 | </packing> |
---|
32 | </child> |
---|
33 | <child> |
---|
34 | <object class="GtkEntry" id="printer_entry"> |
---|
35 | <property name="visible">True</property> |
---|
36 | <property name="can_focus">True</property> |
---|
37 | <property name="invisible_char">●</property> |
---|
38 | <property name="text" translatable="yes">pikamp3</property> |
---|
39 | </object> |
---|
40 | <packing> |
---|
41 | <property name="position">1</property> |
---|
42 | </packing> |
---|
43 | </child> |
---|
44 | </object> |
---|
45 | <packing> |
---|
46 | <property name="expand">False</property> |
---|
47 | <property name="position">0</property> |
---|
48 | </packing> |
---|
49 | </child> |
---|
50 | <child> |
---|
51 | <object class="GtkVBox" id="vbox3"> |
---|
52 | <property name="visible">True</property> |
---|
53 | <property name="orientation">vertical</property> |
---|
54 | <child> |
---|
55 | <object class="GtkLabel" id="host_label"> |
---|
56 | <property name="visible">True</property> |
---|
57 | <property name="xalign">0</property> |
---|
58 | <property name="label" translatable="yes">Printer host:</property> |
---|
59 | </object> |
---|
60 | <packing> |
---|
61 | <property name="position">0</property> |
---|
62 | </packing> |
---|
63 | </child> |
---|
64 | <child> |
---|
65 | <object class="GtkEntry" id="host_entry"> |
---|
66 | <property name="visible">True</property> |
---|
67 | <property name="can_focus">True</property> |
---|
68 | <property name="invisible_char">●</property> |
---|
69 | </object> |
---|
70 | <packing> |
---|
71 | <property name="position">1</property> |
---|
72 | </packing> |
---|
73 | </child> |
---|
74 | </object> |
---|
75 | <packing> |
---|
76 | <property name="expand">False</property> |
---|
77 | <property name="position">1</property> |
---|
78 | </packing> |
---|
79 | </child> |
---|
80 | </object> |
---|
81 | <packing> |
---|
82 | <property name="position">1</property> |
---|
83 | </packing> |
---|
84 | </child> |
---|
85 | <child internal-child="action_area"> |
---|
86 | <object class="GtkHButtonBox" id="dialog-action_area1"> |
---|
87 | <property name="visible">True</property> |
---|
88 | <property name="layout_style">end</property> |
---|
89 | <child> |
---|
90 | <object class="GtkButton" id="OK"> |
---|
91 | <property name="label" translatable="yes">OK</property> |
---|
92 | <property name="visible">True</property> |
---|
93 | <property name="can_focus">True</property> |
---|
94 | <property name="receives_default">True</property> |
---|
95 | </object> |
---|
96 | <packing> |
---|
97 | <property name="expand">False</property> |
---|
98 | <property name="fill">False</property> |
---|
99 | <property name="position">0</property> |
---|
100 | </packing> |
---|
101 | </child> |
---|
102 | </object> |
---|
103 | <packing> |
---|
104 | <property name="expand">False</property> |
---|
105 | <property name="pack_type">end</property> |
---|
106 | <property name="position">0</property> |
---|
107 | </packing> |
---|
108 | </child> |
---|
109 | </object> |
---|
110 | </child> |
---|
111 | <action-widgets> |
---|
112 | <action-widget response="0">OK</action-widget> |
---|
113 | </action-widgets> |
---|
114 | </object> |
---|
115 | </interface> |
---|