blob: 54087927310b3c4efc4e00c4a3556ac5b2822459 (
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
<interface>
<requires lib="gtk+" version="3.12"/>
<template class="PpPPDSelectionDialog" parent="GtkDialog">
<property name="width_request">600</property>
<property name="height_request">400</property>
<property name="title" translatable="yes">Select Printer Driver</property>
<property name="modal">True</property>
<property name="destroy_with_parent">True</property>
<child>
<object class="GtkBox" id="main-vbox">
<property name="orientation">vertical</property>
<property name="spacing">10</property>
<property name="margin_top">10</property>
<property name="margin_start">10</property>
<property name="margin_end">10</property>
<child>
<object class="GtkBox" id="box3">
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="spacing">10</property>
<property name="halign">fill</property>
<child>
<object class="GtkScrolledWindow" id="scrolledwindow1">
<property name="width_request">140</property>
<property name="hscrollbar_policy">never</property>
<property name="halign">fill</property>
<property name="has_frame">True</property>
<child>
<object class="GtkTreeView" id="ppd_selection_manufacturers_treeview">
<child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection"/>
</child>
</object>
</child>
</object>
</child>
<child>
<object class="GtkScrolledWindow" id="scrolledwindow2">
<property name="hexpand">True</property>
<property name="halign">fill</property>
<property name="has_frame">True</property>
<child>
<object class="GtkTreeView" id="ppd_selection_models_treeview">
<child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection1"/>
</child>
</object>
</child>
</object>
</child>
</object>
</child>
<child>
<object class="GtkBox" id="dialog-action-area1">
<property name="halign">fill</property>
<property name="hexpand">True</property>
<property name="spacing">10</property>
<property name="margin_bottom">10</property>
<child>
<object class="GtkBox" id="box2">
<property name="halign">fill</property>
<property name="hexpand">True</property>
<property name="spacing">10</property>
<child>
<object class="GtkSpinner" id="ppd_spinner">
<property name="width_request">24</property>
<property name="height_request">24</property>
<property name="halign">fill</property>
</object>
</child>
<child>
<object class="GtkLabel" id="progress_label">
<property name="label" translatable="yes">Loading drivers database…</property>
<property name="halign">fill</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkButton" id="ppd_selection_cancel_button">
<property name="label" translatable="yes">Cancel</property>
<property name="receives_default">True</property>
<property name="receives_default">True</property>
<property name="halign">end</property>
</object>
</child>
<child>
<object class="GtkButton" id="ppd_selection_select_button">
<property name="label" translatable="yes">Select</property>
<property name="sensitive">False</property>
<property name="receives_default">True</property>
<property name="halign">end</property>
</object>
</child>
</object>
</child>
</object>
</child>
<action-widgets>
<action-widget response="-6">ppd_selection_cancel_button</action-widget>
<action-widget response="-5">ppd_selection_select_button</action-widget>
</action-widgets>
</template>
</interface>
|