Newer
Older
<?xml version="1.0" encoding="UTF-8"?>
Ali Abdallah
committed
<!-- interface-requires libxfce4ui 4.5 -->
<!-- interface-naming-policy toplevel-contextual -->
<object class="XfceTitledDialog" id="xfpm-settings-dialog">
<property name="title" translatable="yes">Xfce Power Manager</property>
<property name="window_position">center-on-parent</property>
<property name="icon_name">xfpm-ac-adapter</property>
<property name="type_hint">dialog</property>
<property name="subtitle" translatable="yes">Power manager settings</property>
<child internal-child="vbox">
<object class="GtkVBox" id="dialog-vbox">
<property name="visible">True</property>
<child>
Simon Steinbeiss
committed
<object class="GtkVBox" id="plug-child">
<property name="visible">True</property>
<child>
Simon Steinbeiss
committed
<object class="GtkNotebook" id="main-notebook">
<property name="visible">True</property>
<property name="can_focus">True</property>
Simon Steinbeiss
committed
<object class="GtkVBox" id="vbox1">
<property name="visible">True</property>
Simon Steinbeiss
committed
<property name="can_focus">False</property>
<property name="border_width">12</property>
Simon Steinbeiss
committed
<object class="GtkFrame" id="frame1">
<property name="visible">True</property>
Simon Steinbeiss
committed
<property name="can_focus">False</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
Simon Steinbeiss
committed
<object class="GtkAlignment" id="alignment1">
<property name="visible">True</property>
Simon Steinbeiss
committed
<property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="bottom_padding">18</property>
<property name="left_padding">12</property>
Simon Steinbeiss
committed
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<object class="GtkVBox" id="vbox2">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="spacing">5</property>
<child>
<object class="GtkTable" id="table1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="n_rows">3</property>
<property name="n_columns">2</property>
<property name="column_spacing">6</property>
<property name="row_spacing">6</property>
<child>
<object class="GtkLabel" id="power-label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">When power button is pressed</property>
</object>
<packing>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="sleep-label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">When sleep button is pressed</property>
</object>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="hibernate-label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">When hibernate button is pressed</property>
</object>
<packing>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="power-combox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<signal name="changed" handler="button_power_changed_cb" swapped="no"/>
<child>
<object class="GtkCellRendererText" id="renderer1"/>
<attributes>
<attribute name="text">0</attribute>
</attributes>
</child>
</object>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="sleep-combox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<signal name="changed" handler="button_sleep_changed_cb" swapped="no"/>
<child>
<object class="GtkCellRendererText" id="renderer4"/>
<attributes>
<attribute name="text">0</attribute>
</attributes>
</child>
</object>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="hibernate-combox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<signal name="changed" handler="button_hibernate_changed_cb" swapped="no"/>
<child>
<object class="GtkCellRendererText" id="renderer3"/>
<attributes>
<attribute name="text">0</attribute>
</attributes>
</child>
</object>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="lock-screen">
<property name="label" translatable="yes">Lock screen when going for suspend/hibernate</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_action_appearance">False</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="lock_screen_toggled_cb" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
</child>
</object>
</child>
Simon Steinbeiss
committed
<child type="label">
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
Simon Steinbeiss
committed
<property name="can_focus">False</property>
<property name="label" translatable="yes"><b>Default actions</b></property>
<property name="use_markup">True</property>
</object>
</child>
Simon Steinbeiss
committed
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkFrame" id="frame2">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
Simon Steinbeiss
committed
<object class="GtkAlignment" id="alignment2">
<property name="visible">True</property>
Simon Steinbeiss
committed
<property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="bottom_padding">6</property>
<property name="left_padding">12</property>
Loading
Loading full blame...